Code With Python
38.9K subscribers
827 photos
24 videos
22 files
743 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
Sphinx | Python Tools

📖 A documentation generator for Python.

🏷️ #Python
6
Conda | Python Tools

📖 A cross-platform package and environment manager for Python.

🏷️ #Python
setuptools | Python Tools

📖 A packaging library and build backend for Python.

🏷️ #Python
Quiz: Python Inner Functions: What Are They Good For?

📖 Test inner functions, closures, nonlocal, and decorators in Python. Build confidence and learn to keep state across calls. Try the quiz now.

🏷️ #intermediate #python
Python Inner Functions: What Are They Good For?

📖 Learn how to create inner functions in Python to access nonlocal names, build stateful closures, and create decorators.

🏷️ #intermediate #python
1👎1
abstract method | Python Glossary

📖 A method that is marked with @abstractmethod.

🏷️ #Python
dependency | Python Glossary

📖 An external package that your project needs in order to run, build, or be developed.

🏷️ #Python
Git | Python Tools

📖 A distributed version control system.

🏷️ #Python
flake8 | Python Tools

📖 A command-line Python linter.

🏷️ #Python
Please open Telegram to view this post
VIEW IN TELEGRAM
6
pytest | Python Tools

📖 A test runner and framework for Python.

🏷️ #Python
Pylint | Python Tools

📖 A static code checker for Python.

🏷️ #Python
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
mypy | Python Tools

📖 A static type checker for Python.

🏷️ #Python
isort | Python Tools

📖 A command-line utility and library for sorting and organizing Python imports.

🏷️ #Python