1. Install Anaconda
2. Arithmetic operators
3. Variables
4. String
5. String indexing and slicing
6. String method
7. Lists
8. Dictionaries
9. Tuples
10. Sets
11. Boolean
12. Files io
13. Comparison operators
14. Logical operators
15. If statement
16. For loop
17. While loop
18. Useful operators
19. List comprehension
20. Help
21. Function (return and print)
22. Function (default value)
23. Function (indentation)
24. Function (tuple unpacking)
25. Function (passing two returned values)
26. Function (arg and kwarg)
27. Map, filter and lambda expression
28. LEGB rule
29. OOP Classes
30. OOP class and instance attribute
31. OOP inheritance and polymorphism
32. Special methods
33. Module
34. name
35. Error handling
36. Code analysis with pylint
37. Unit testing
38. Decorators
39. Generators
40. Collection module
41. OS module
42. Datetime module
43. Math Module
44. Debugger module
45. Regular expression (find matches)
46. Regular expression (character identifier)
47. Regular expression (include and exclude)
48. Time and timeit module (time the python code)
49. Zip and unzip
50. Web scraping (setup request, beautiful soap and lxml)
51. Web scraping (get text from tag)
52. Web scraping (grab classes)
53. Web scraping (grab image)
54. Image manipulation
55. Working with csv file
56. Working with pdf file
57. Sending email
58. Viewing email
59. Advance string