Python is a programming language which allows us to give instructions to the computer. These instructions can be as simple as “add together these two numbers” or as complex as “give me the average CO2 concentration for 2020”. For the former we will be able to complete the task using only a single instruction but for the latter, we may have to write a larger program containing hundreds or thousands of instructions.

This course is going to start from the beginning, showing you to talk to the computer to perform simple tasks and as you become more confident and follow the later courses, you will find that you are able to write much more complex programmers.

Python is a well-established language, with the current version (version 3) released in 2008 and it is installed by default on nearly all modern Linux systems. Python is also available for OS X and Windows.
covers python Functions, Modules, Classes and Exceptions.
Intermediate Python in the course it covers the topics

  • Functions
  • Modules
  • Classes and Exceptions

The session covers:

  • 0:00:00 Introduction
  • 0:02:01 IPython Console
  • 0:06:48 String formatting with f-strings
  • 0:15:16 Functions
  • 0:33:20 Modules
  • 0:50:03 Testing
  • 0:52:58 Classes
  • 1:07:50 Class methods
  • 1:28:34 Handling errors

#python #programming #developer #web-development #machine-learning

Intermediate Python | Functions, Modules, Classes and Exceptions
6.15 GEEK