100 hours of Data Science Training Resources
These resources are divided into 12 Sections:
- Python
- Data Structures
- NumPy
- Pandas
- Matplotlib
- Statistics
Python Basics, python versions, Variables, data types, type function, user input type casting
First program of addition of 2 numbers.
Operators
- Arithmetic Opeartors
- Boolean operators
- Logical operators
- Relational Opeartors
- Assignment Operators
- Bitwise Opeartors: & bitwise and , | bitwise or, ^ bitwise xor, << Bitwise left shift, >> bitwise right shift
Conditional Statements
if else, else if, nested if else, Ternary statements Practice Questions
While Loop part 1
- Series based questions
- Logic building
- Break statements
- continue statements
While loop part 2
- Logic based practice Questions
While loop part 3
- Nested while loop
- pyramid based question practice
- matrix based questions