-
Python
- Basic data types
- Numbers
- String
- List
- Conditional Statements
- If and elif
- Loops
- for
- while
- Functions
- Modules
- import this
Resource
- Lecture 1-12 of https://www.youtube.com/playlist?list=PL4cUxeGkcC9idu6GZ8EU_5B6WpKTdYZbK
- Or 3-4.3 of https://docs.python.org/3/tutorial/
- Basic data types
-
Git
- git clone
- git init status add commit push
- git pull
Resource
-
Pip
- install packages/modules
Resource
-
Virtual environment
- Why is it necessary ?
Resource
-
IPython/Jupyter Notebook
Resource
-
Numpy
Resource
Will be updated later