Learn Python Coding
38.7K subscribers
1.06K photos
37 videos
24 files
855 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: How to Use Google's Gemini CLI for AI Code Assistance

📖 Learn how to install, authenticate, and safely use the Gemini CLI to interact with Google's Gemini models.

🏷️ #intermediate #ai #tools
3
How to Integrate Local LLMs With Ollama and Python

📖 Learn how to integrate your Python projects with local models (LLMs) using Ollama for enhanced privacy and cost efficiency.

🏷️ #intermediate #ai #tools
1
Quiz: How to Integrate Local LLMs With Ollama and Python

📖 Check your understanding of using Ollama with Python to run local LLMs, generate text, chat, and call tools for private, offline apps.

🏷️ #intermediate #ai #tools
1
The Terminal: First Steps and Useful Commands for Python Developers

📖 Learn your way around the Python terminal. You’ll practice basic commands, activate virtual environments, install packages with pip, and keep track of your code using Git.

🏷️ #basics #tools
👍1
How to Install Python on Your System: A Guide

📖 Learn how to install the latest Python version on Windows, macOS, and Linux. Check your version and choose the best installation method for your system.

🏷️ #basics #best-practices #tools
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: Dependency Management With Python Poetry

📖 Test your knowledge of Python Poetry, from installation and virtual environments to lock files, dependency groups, and updates.

🏷️ #intermediate #best-practices #devops #tools
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: 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: Create and Modify PDF Files in Python

📖 Test your Python PDF skills: read, modify, extract, encrypt, and manipulate PDF files using the pypdf library.

🏷️ #intermediate #tools
How to Use Ollama to Run Large Language Models Locally

📖 Learn how to use Ollama to run large language models locally. Install it, pull models, and start chatting from your terminal without needing API keys.

🏷️ #intermediate #ai #tools
1
Quiz: Your Python Coding Environment on Windows: Setup Guide

📖 Test your knowledge of setting up a Python dev environment on Windows, from updates and terminals to paths, tools, and WSL.

🏷️ #basics #tools