Learn Python !
Python® Notes for Professionals book Download Free PDF Chapters: 1. Getting started with Python Language 2. Python Data Types 3. Indentation 4. Comments and Documentation 5. Date and Time 6. Date Formatting 7. Enum 8. Set 9. Simple Mathematical Operators 10. Bitwise Operators 11. Boolean Operators 12. Operator Precedence 13. Variable Scope and Binding 14. Conditionals 15. Comparisons 16. Loops 17. Arrays 18. Multidimensional arrays 19. Dictionary 20. List 21. List comprehensions 22. List slicing (selecting parts of lists) 23. groupby() 24. Linked lists 25. Linked List Node 26. Filter 27. Heapq 28. Tuple 29. Basic Input and Output 30. Files & Folders I/O 31. os.path 32. Iterables and Iterators 33. Functions 34. Defining functions with list arguments 35. Functional Programming in Python 36. Partial functions 37. Decorators 38. Classes 39. Metaclasses 40. String Formatting 41. Strin...