Python Basics
Introduction
Variables and Data Types
Working with String, Numbers and Boolean
Comments
Collections - List
Collections - Tuple
Collections - Set
Collections - Range
Collections - Dictionary
Collections - Arrays
Operators and Expressions
Loops - For and While
Conditional Statements
Control Statements
Functions
Modules
OOP Concepts
File Handling
Error Handling
Installing PyCharm IDE
Online Editor for Python from W3Schools
https://www.w3schools.com/python/trypython.asp?filename=demo_compiler
Use the below compiler to practice on "Plots/Graphs"
https://www.w3schools.com/python/trypython.asp?filename=demo_matplotlib_pyplot
Use the below compiler to practice on "File Handling"