Code With Python
39.2K subscribers
891 photos
28 videos
22 files
773 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
unpacking | Python Glossary

📖 Passing multiple values at once by expanding an iterable.

🏷️ #Python
relative import | Python Glossary

📖 Import modules from the same package or parent packages using leading dots.

🏷️ #Python
transitive dependency | Python Glossary

📖 An indirect requirement of your project.

🏷️ #Python
wildcard import | Python Glossary

📖 An import uses the star syntax to pull many names into your current namespace at once.

🏷️ #Python
cProfile | Python Standard Library

📖 Provides a way to measure where time is being spent in your application.

🏷️ #Python
2