Learn Python Coding
38.7K subscribers
1.06K photos
37 videos
24 files
853 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
Quiz: Writing DataFrame-Agnostic Python Code With Narwhals

📖 If you're a Python library developer wondering how to write DataFrame-agnostic code, the Narwhals library is the solution you're looking for.

🏷️ #advanced #data-science #python
2
GeoPandas Basics: Maps, Projections, and Spatial Joins

📖 Dive into GeoPandas with this tutorial covering data loading, mapping, CRS concepts, projections, and spatial joins for intuitive analysis.

🏷️ #intermediate #data-science
Quiz: GeoPandas Basics: Maps, Projections, and Spatial Joins

📖 Test GeoPandas basics for reading, mapping, projecting, and spatial joins to handle geospatial data confidently.

🏷️ #intermediate #data-science
Quiz: Python's list Data Type: A Deep Dive With Examples

📖 Check your Python list skills with quick tasks on indexing, slicing, methods, copies, comprehensions, and pitfalls.

🏷️ #intermediate #data-structures #python
Automate Python Data Analysis With YData Profiling

📖 Automate exploratory data analysis by transforming DataFrames into interactive reports with one command from YData Profiling.

🏷️ #intermediate #data-science #data-viz
Quiz: Build a Hash Table in Python With TDD

📖 Learn how Python hashing spreads values into buckets and powers hash tables. Practice collisions, uniform distribution, and test-driven development.

🏷️ #intermediate #algorithms #data-structures
2
Spyder: Your IDE for Data Science Development in Python

📖 Learn how to use the Spyder IDE, a Python code editor built for scientists, engineers, and data analysts working with data-heavy workflows.

🏷️ #basics #data-science #tools
Quiz: The pandas DataFrame: Make Working With Data Delightful

📖 Test your pandas skills! Practice DataFrame basics, column access, creation, sorting, and data manipulation in this interactive quiz.

🏷️ #intermediate #data-science
1
Quiz: Automate Python Data Analysis With YData Profiling

📖 Test your knowledge of YData Profiling, including report creation, customization, performance optimization, time series analysis, and comparisons.

🏷️ #intermediate #data-science #data-viz
1
Quiz: Python Stacks, Queues, and Priority Queues in Practice

📖 Test your knowledge of stacks, queues, deques, and priority queues with practical questions and Python coding exercises.

🏷️ #intermediate #algorithms #data-structures
Quiz: Spyder: Your IDE for Data Science Development in Python

📖 Test your knowledge of the Spyder IDE for Python data science, including its Variable Explorer, Plots pane, and Profiler.

🏷️ #basics #data-science #tools
Quiz: Linked Lists in Python: An Introduction

📖 Learn Python linked lists, deques, and circular & doubly linked structures with practical examples and efficient operations.

🏷️ #intermediate #data-structures
Quiz: Explore Your Dataset With pandas

📖 Test your pandas fundamentals: core structures, indexing, filtering, grouping, dtypes, and combining DataFrames.

🏷️ #basics #data-science
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: Altair: Declarative Charts With Python

📖 Test your knowledge of Altair, the declarative data visualization library for Python that turns DataFrames into interactive charts.

🏷️ #intermediate #data-science #data-viz
Altair: Declarative Charts With Python

📖 Build interactive Python charts the declarative way with Altair. Map data to visual properties and add linked selections. No JavaScript required.

🏷️ #intermediate #data-science #data-viz
Quiz: ChatterBot: Build a Chatbot With Python

📖 Test your understanding of the ChatterBot Python library, from training a basic bot with ListTrainer to wiring in a local LLM through Ollama.

🏷️ #intermediate #data-science #projects
2
Quiz: Using Python for Data Analysis

📖 Test your understanding of a data analysis workflow in Python, from cleansing raw data with pandas to spotting insights with regression.

🏷️ #intermediate #best-practices #data-science #python