Learn Python Coding
38.7K subscribers
1.06K photos
37 videos
24 files
854 links
Learn Python through simple, practical examples and real coding ideas. Clear explanations, useful snippets, and hands-on learning for anyone starting or improving their programming skills.

Admin: @HusseinSheikho || @Hussein_Sheikho
Download Telegram
TinyDB: A Lightweight JSON Database for Small Projects

📖 If you're looking for a JSON document-oriented database that requires no configuration for your Python project, TinyDB could be exactly what you need.

🏷️ #basics #databases #python
1
Quiz: TinyDB: A Lightweight JSON Database for Small Projects

📖 If you're looking for a JSON document-oriented database that requires no configuration for your Python project, TinyDB could be what you need.

🏷️ #basics #databases #python
Quiz: Introduction to Python SQL Libraries

📖 Learn to connect Python to databases, run queries, and manage data using SQLite, PostgreSQL, MySQL, and SQL basics.

🏷️ #basics #databases #tools
Quiz: Vector Databases and Embeddings With ChromaDB

📖 Test your knowledge of vector databases and ChromaDB, from cosine similarity and embeddings to querying collections and RAG.

🏷️ #advanced #ai #databases #data-science #machine-learning
Quiz: SQLite and SQLAlchemy in Python: Move Your Data Beyond Flat Files

📖 Test what you know about SQLite and SQLAlchemy in Python, from flat files and SQL to ORM classes and many-to-many relationships.

🏷️ #intermediate #databases #web-dev