Introduction to Python Course
Python is popular programming language used in a wide variety of fields such as web app development, data analysis and visualisation and machine learning. Given all the merits of Python, this course is here to help you start your Python programming journey.
This short course in Python will teach beginners the fundamentals of the Python programming language.
This course covers:- Mathematical Operations
- Comments
- Variables
- Booleans
- Comparison Operators
- If Statements
- Lists
- For Loops
- Functions
- Mathematical Operations
- Comments
- Variables
- Booleans
- Comparison Operators
- If Statement
- Lists
- For Loops
- Functions
You will need an IDE to run Python commands to follow this course. If you do not have an IDE to run Python commands from, then you can use Online Jupyter Notebooks to run Python commands. Jupyter Notebooks is a free software for programming. To get started with online Jupyter Notebooks, go to File > New > Notebook and select the Python kernel.