Python Importing Techniques: Packages & Shadowing

preview_player
Показать описание
This is a preview of the video course, "Advanced Python import Techniques." In Python, you use the import keyword to make code in one module available in another. Imports in Python are important for structuring your code effectively. Using imports properly will make you more productive, allowing you to reuse code while keeping your projects maintainable.

This is a portion of the complete course, which you can find here:

The rest of the course covers:
- Using modules, packages, and namespace packages
- Managing namespaces and avoid shadowing
- Avoiding circular imports
- Importing modules dynamically at runtime
- Customizing Python’s import system
Рекомендации по теме
Комментарии
Автор

Circular imports ?? Dynamically load modules ?? Topics not covered in this video as mentioned in the beginning . 😐

dipankarbose