Python scripts /Jupyter notebooks for data science workshops
This is an introductory python tutorials that goes over the basic python skills that you need to start your data science journey. Examples are kept as simple as possible
- What is Python?
- HelloWorld
- Simple Operations
- Other numerical Operations
- Variables
- Strings, Integers, Floats
- String Operations
- Booleans, Comparison Operators and Logical Operators
- Input, Output
- If and Else statements
- Lists
- While Loop
- For loop
- Functions