6/29/22

Python Fundamentals

Who should learn python?
Everyone, python is a good starting point for anyone looking for a career in tech, it is easy to learn and is in high demand.
It's is also a good place to start if you don't know what field of programming you wish to base in as python can be used in game development, software development, web application and data science.

Declaring a Variable
Variables are declared by stating the name and assigning a value to it.
Comments
If you wish to comment a line in python, you make use of the hashtag (#)

Operators »