Code With Python
39.3K subscribers
912 photos
29 videos
22 files
782 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
introspection | Python Glossary

📖 The ability of a program to examine the type or properties of an object at runtime.

🏷️ #Python
local variable | Python Glossary

📖 A variable that you bind inside a function or method body.

🏷️ #Python
Anaconda Navigator | Python Tools

📖 A desktop graphical interface included with the Anaconda Distribution.

🏷️ #Python
2
unpacking | Python Glossary

📖 Passing multiple values at once by expanding an iterable.

🏷️ #Python