Open your replit account: https://replit.com/~
The Python programming environment: Learn to install
The Python variables and types: Learn the fundamental elements that define a programming language.
Data structures including list, tuple, set, dictionary and string: Learn the building blocks that make up a Python program.
Operators: Learn how to use the components in constructing statements to express yourself in Python.
Program flow controls: Learn how to provide dynamism in programming.
Functions: Learn how to express yourself more fluently with statements.
Inputs and outputs: Learn how to create interactivity in Python.
File handling: Learn how to read from and store data to secondary storage.
Numpy: Learn how to use the popular package for managing numbers.
Pandas: Learn how to use extended data structures, Series and DataFrame for efficient management of data variables.
Create data analytics software applications using the data structures and functions in Python.