Code With Python
38.8K subscribers
987 photos
35 videos
23 files
823 links
This channel delivers clear, practical content for developers, covering Python, Django, Data Structures, Algorithms, and DSA – perfect for learning, coding, and mastering key programming skills.
Admin: @HusseinSheikho || @Hussein_Sheikho
Download Telegram
Quiz: How to Add Python to PATH

📖 Test your knowledge of the PATH variable and learn how to add Python on Windows, Linux, and macOS for easy terminal access.

🏷️ #basics #best-practices #devops
2
This channels is for Programmers, Coders, Software Engineers.

0️⃣ Python
1️⃣ Data Science
2️⃣ Machine Learning
3️⃣ Data Visualization
4️⃣ Artificial Intelligence
5️⃣ Data Analysis
6️⃣ Statistics
7️⃣ Deep Learning
8️⃣ programming Languages

https://t.iss.one/addlist/8_rRW2scgfRhOTc0

https://t.iss.one/Codeprogrammer
Please open Telegram to view this post
VIEW IN TELEGRAM
1
CrewAI | AI Coding Tools

📖 An open-source Python framework for orchestrating multi-agent AI workflows using role-based agents.

🏷️ #Python
1
Quiz: Python Decorators 101

📖 Work through this quiz to review first-class functions, inner functions, and decorators, and learn how to use them to extend behavior cleanly in Python.

🏷️ #intermediate #python
whitespace | Python Glossary

📖 A character that represents blank space in text, used in Python for indentation and string processing.

🏷️ #Python
🔰 Email automation using Python

Why type emails when Python can do it for you? Work smarter, not harder... unless you’re debugging. 😅💻
13
🎁 23 Years of SPOTO – Claim Your Free IT Certs Prep Kit!

🔥Whether you're preparing for #Python, #AI, #Cisco, #PMI, #Fortinet, #AWS, #Azure, #Excel, #comptia, #ITIL, #cloud or any other in-demand certification – SPOTO has got you covered!

Free Resources :
・Free Python, Excel, Cyber Security, Cisco, SQL, ITIL, PMP, AWS courses: https://bit.ly/4lk4m3c
・IT Certs E-book: https://bit.ly/4bdZOqt
・IT Exams Skill Test: https://bit.ly/4sDvi0b
・Free AI material and support tools: https://bit.ly/46TpsQ8
・Free Cloud Study Guide: https://bit.ly/4lk3dIS


👉 Become Part of Our IT Learning Circle! resources and support:
https://chat.whatsapp.com/Cnc5M5353oSBo3savBl397

💬 Want exam help? Chat with an admin now!
wa.link/rozuuw
You can develop and test cloud applications completely offline, without an internet connection

There is gofakes3 — a lightweight S3 implementation for testing without AWS. It allows you to mock cloud storage right on your machine.

- Zero cloud costs for local testing
- You can test integrations with S3 offline
- Lightweight and easy to set up

100% open source
https://github.com/johannesboyne/gofakes3/
2
Google Colab | Python Tools

📖 A cloud-based Jupyter Notebook environment from Google for running Python code in a browser without any local installation.

🏷️ #Python
Quiz: Strings and Character Data in Python

📖 Test your Python string and bytes knowledge! Explore immutability, f-strings, indexing, string methods, and bytes() usage.

🏷️ #basics #python
1
Follow the Machine Learning with Python channel on WhatsApp: https://whatsapp.com/channel/0029VaC7Weq29753hpcggW2A
2👎1
🐍 Learning Python through real projects

A collection of projects with which you can master Python by creating real applications: from backends and parsers to bots, games, and automation systems.

Instead of theory — specific tasks, step-by-step tutorials, and repositories that help hone skills through practice.

📱 Link to GitHub
https://github.com/practical-tutorials/project-based-learning?tab=readme-ov-file#python
Please open Telegram to view this post
VIEW IN TELEGRAM
3
⚡️ Colorizing old black-and-white videos and "bringing faces to life" for FREE

SVFR — a full-fledged framework for restoring faces in videos.

It can:
💬 BFR — improve blurry faces.
💬 Colorization — colorize black-and-white videos.
💬 Inpainting — redraw damaged areas.
💬 and combine all of this in one pass.

Essentially, the model takes old or damaged videos and makes them "as if they were shot yesterday". And it's free and open-source.

⚙️ Installation locally:

1. Create an environment

conda create -n svfr python=3.9 -y
conda activate svfr


2. Install PyTorch (for your CUDA)

pip install torch==2.2.2 torchvision==0.17.2 torchaudio==2.2.2


3. Install dependencies

pip install -r requirements.txt


4. Download models

conda install git-lfs
git lfs install
git clone https://huggingface.co/stabilityai/stable-video-diffusion-img2vid-xt models/stable-video-diffusion-img2vid-xt


5. Start processing videos

python infer.py \
--config config/infer.yaml \
--task_ids 0 \
--input_path input.mp4 \
--output_dir results/ \
--crop_face_region


Where task_ids:

* 0 — face enhancement
* 1 — colorization
* 2 — redrawing damage

An ideal tool if:
🟢you're restoring archival videos;
🟢you're creating historical content;
🟢you're working with neural networks and video effects;
🟢you want a wow result without paid services.

▶️ Demo on Hugging Face

♎️ GitHub/Instructions

#python #soft #github

https://t.iss.one/CodeProgrammer
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
5👍2
Quiz: Python Modules and Packages: An Introduction

📖 Test your knowledge of Python modules and packages. Learn about imports, namespaces, the dir() function, and more.

🏷️ #basics #python
1
A huge cheat sheet for Python, Django, Plotly, Matplotlib, P.pdf
741 KB
📱 A huge cheat sheet for Python, Django, Plotly, Matplotlib, Pygame

Many topics are covered inside:
🔸 All basic constructs: variables, conditions, loops, lists, dictionaries, functions, and classes — with clear examples;

🔸 Working with files, exceptions, and data input — understandable even for beginners;

🔸 #Django, #Pygame, #Matplotlib, and #Plotly — brief instructions on how to get started with each of the frameworks;

🔸 Tips on #Git, project structure, and unit testing.

https://t.iss.one/CodeProgrammer ❤️
Please open Telegram to view this post
VIEW IN TELEGRAM
3🔥1
Quiz: Using Data Classes in Python

📖 Test your knowledge of Python data classes, namedtuple, immutability, auto-generated methods, inheritance, and slots.

🏷️ #intermediate #python
📱 Python enthusiasts, this is for you — 15 BEST REPOSITORIES on GitHub for learning Python

▶️ Awesome Python — https://github.com/vinta/awesome-python
— the largest and most authoritative collection of frameworks, libraries, and resources for Python — a must-save

▶️ TheAlgorithms/Python — https://github.com/TheAlgorithms/Python
— a huge collection of algorithms and data structures written in Python

▶️ Project-Based-Learning — https://github.com/practical-tutorials/project-based-learning
— learning Python (and not only) through real projects

▶️ Real Python Guide — https://github.com/realpython/python-guide
— a high-quality guide to the Python ecosystem, tools, and best practices

▶️ Materials from Real Python — https://github.com/realpython/materials
— a collection of code and projects for Real Python articles and courses

▶️ Learn Python — https://github.com/trekhleb/learn-python
— a reference with explanations, examples, and exercises

▶️ Learn Python 3 — https://github.com/jerry-git/learn-python3
— a convenient guide to modern Python 3 with tasks

▶️ Python Reference — https://github.com/rasbt/python_reference
— cheat sheets, scripts, and useful tips from one of the most respected Python authors

▶️ 30-Days-Of-Python — https://github.com/Asabeneh/30-Days-Of-Python
— a 30-day challenge: from syntax to more complex topics

▶️ Python Programming Exercises — https://github.com/zhiwehu/Python-programming-exercises
— 100+ Python tasks with answers

▶️ Coding Problems — https://github.com/MTrajK/coding-problems
— tasks on algorithms and data structures, including for preparation for interviews

▶️ Projects — https://github.com/karan/Projects
— a list of ideas for pet projects (not just Python). Great for practice

▶️ 100-Days-Of-ML-Code — https://github.com/Avik-Jain/100-Days-Of-ML-Code
— machine learning in Python in the format of a challenge

▶️ 30-Seconds-of-Python — https://github.com/30-seconds/30-seconds-of-python
— useful snippets and tricks for everyday tasks

▶️ Geekcomputers/Python — https://github.com/geekcomputers/Python
— various scripts: from working with the network to automation tasks

React ♥️ for more posts like this 💛
Please open Telegram to view this post
VIEW IN TELEGRAM
3
Quiz: Getting Started With Django: Building a Portfolio App

📖 Test your Django basics: frameworks, projects, views, templates, models, URLs, and migrations with practical questions.

🏷️ #basics #django #projects #web-dev