Python 3 class notes and code
Topics covered:
- About the author of Python
- Compiler Vs Interpreter
- Versions of Python
- Python Style Guide
- Features of Python
- Installing Python on PC
- Installing an IDE
- Hello World Program
- Web Frameworks based on Python
- Lecture notes
Click here to visit official Python website. You will find:
- Python Documentation
- Style Guide Documentation
- Python to download
- and many more resources
Click here to download Visual Studio Code which will be used in this tutorial series.
Topics covered:
- Data types
- String concatination
- Inserting varables in a String
- Giving Input to console
- Typecasting in Python
- Shebang
- Comments in Python
- Lecture notes*
*Lecture notes will be updated soon...