✨ unpacking | Python Glossary ✨
📖 Passing multiple values at once by expanding an iterable.
🏷️ #Python
📖 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
📖 Import modules from the same package or parent packages using leading dots.
🏷️ #Python
✨ wildcard import | Python Glossary ✨
📖 An import uses the star syntax to pull many names into your current namespace at once.
🏷️ #Python
📖 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
📖 Provides a way to measure where time is being spent in your application.
🏷️ #Python
❤2