Programming with Python
The objective of this course is to develop basic programming skills using the Python 3 programming language. It is split into several sections, each with a focus on a different aspect of programming with Python. The sections are:
Introduction to Python: An introduction to the fundamental elements of the programming language.
Exercises: Scripts that focus on fundamental topics like data types, calculations, conditions, loops, functions, etc.
Examples: Scripts that demonstrate real-world applications using external libraries, internet communication, graphical user interfaces, etc.
Pythonic specialities: Most of the fundamental elements are shared across all programming languages, but some are special to Python.
Introduction to command-line shells: An introduction to a text-based and very common way to interact with a program.
References: …