Programming with Python

Python is a high-level and object-oriented programming language. (It is not a 🐍.)
In the next few blogs, the below will be covered (an introduction):
- data types
- printing / basic operations
- input and output
- conditional statements
- dictionaries and sets
- functions
- linked lists
Whilst code examples will be taken from Python, it's more important to understand the concept of a particular thing in Python, how and why it works, as opposed to copy out the program code.
Here is a link to the official website for Python and to download it: https://www.python.org
Thanks ☺️