/ Home

Python Basic to Intermediate

  1. Miniconda - Installation - Conda activate

  2. print

  3. for loop

  4. if, elif, else

  5. method without arguments

  6. f string

  7. method with arguments - default value

  8. method return type

  9. list, dict, set, tuple

  10. module, import module

  11. sys arguments

  12. type casting

  13. os lib

  14. string operations

  15. list operations

  16. CRUD text

  17. CRUD json

  18. CRUD CSV

  19. pip install, uninstall, upgrade

  20. MongoDB setup

  21. CRUD DB with mongoDB

  22. MongoDB Sequence id

  23. .env and dotenv

  24. Create PDF with simple paragraph

  25. Create a PDF with table

  26. Remove password from PDF

  27. Apply password in PDF

  28. Watermark images

  29. Class

  30. Friendship Meter with Vanilla python

  31. Friendship Meter: Store values in JSON

  32. Friendship Meter: Store values in CSV

  33. Friendship Meter: Store values in SQLite

  34. Friendship Meter: Store values in MongoDB

  35. Logging

  36. Structlog

  37. Cricket 1 over match

  38. Classes and Static methods

  39. CSV making with Faker and Enum

  40. Join multiple PDF

  41. LRU Cache

  42. Redis Basics

  43. String similarity basics

  44. Streamlit bascis

  45. Call public API in requests

  46. GET and POST in requests

  47. Pydantic basics

  48. Pylint basics

  49. Pandas basics

  50. 1M rows generation with Faker

  51. Yield

  52. 1M rows with 10K batch

  53. PyArrow basics

  54. Parquet basics

  55. How to store as Pickle

  56. How to read from Pickle

  57. CRUD with YAML

  58. CRUD with Complex JSON

  59. Class inheritance

  60. Docstring

  61. Try Except

  62. Custom Exception

  63. Custom Errors

  64. Custom Errors with Enum

  65. Intermediate Pandas

  66. Jupyter lab basics

  67. Matplotlib basics

  68. @ Decorators

  69. Execution time calculator

  70. ftfy basics

  71. Generate broken unicode

  72. Mojibake

  73. Color converter

  74. Simple Flask with String

  75. Flask with templates

  76. Reverse name with Flask

  77. Submit a form of user data in Flask

  78. Friendship Meter with Flask and MongoDB

  79. Get and Post in Flask

  80. Consume your own API in python with requests

  81. Dynamic method caller from another module

  82. globals()

  83. Raise Error

  84. Call REST API in requests with headers

  85. Call REST API in requests with headers in a Class

  86. Postman Basics

  87. RESTful vs RESTless

  88. REST vs SOAP

  89. REST more methods: PUT … OPTIONS

  90. Postman Environments

  91. HTTP Codes

  92. Execution Timer @ (Decorators)

  93. Decorators

  94. Simple FastAPI with Dict

  95. Factor Pattern with SQLite and MongoDB

  96. Convert vercel log.csv to text

Ref: