-
Notifications
You must be signed in to change notification settings - Fork 3
/
Python Course Outline.txt
55 lines (49 loc) · 1.21 KB
/
Python Course Outline.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
A 2 month Crash Course on python
1 session every week
History of Python:
Ses SN Topic
1 1 Author
1 2 Python 2
1 3 Python 3
Elementary: Dilshad Ahmad
Ses SN Topic
1 4 Python as calculator: Basic Operations
1 5 Python operators
1 6 Data Types
2 7 More operators
2 8 if condition
2 9 if else nesting
2 10 for loop
2 11 while loop
Intermediate: Dilshad Ahmad
Ses SN Topic
2 12 function, class, module
2 13 Built in functions
2 14 Built in modules
3 15 List, list function
3 16 List comprehension
3 17 String, string function
3 18 Dictionary, dictionary function
4 19 Python function, lambda function
4 20 map, filter, decorators, generators,
5 22 class and oops
Advance: Dilshad Ahmad
Ses SN Topic
5 21 input output, file reading/writing
5 23 Documentation
5 24 Error handeling
5 25 Testing
5 26 Python Package
Expert: Khizar Hayat
Ses SN Topic
6 27 Famous modules
6 27 Web/API: flask, django
6 29 Plotting: Matplotlib/plotly/dash
7 28 Data anlysis: pandas, StatsModel, Seaborn
7 30 Machine learning: sklearn, tensorflow, keras
8 31 Projects: Web, API
8 32 Projects: Data Analytics, ML
8 33 Closing
=========================
HAPPY LEARNING
=========================