Media Summary: and I actually went a bit further after recording! (it now can reorder all of pre-commit faster than `isort` can today I show an easy way to fix the F401 error code from pyflakes+flake8! - today I talk about the three generic types of `typing.Generator` and what send / return type mean. - generator basics: ...

Python Explicit Relative Imports Intermediate Anthony Explains 298 - Detailed Analysis & Overview

and I actually went a bit further after recording! (it now can reorder all of pre-commit faster than `isort` can today I show an easy way to fix the F401 error code from pyflakes+flake8! - today I talk about the three generic types of `typing.Generator` and what send / return type mean. - generator basics: ... today I talk about namespace packages, what PEP 420 is, and why I don't use namespace packages playlist: ... today I talk about packaging data / build files for To display structure of directory using tree, put alias tree='tree.com //f' inside ~/.bash_profile Then run: source ~/.bash_profile Let's ...

today I talk about the difference between object and Any when typing things! - intro to typing / mypy: ... today I talk about an all-too-common problem when typing code: circular Today I show how to implement an argparse --version option using importlib.metadata (new in today I talk about the __import__ builtin in

Photo Gallery

python: explicit relative imports (intermediate) anthony explains #298
python star imports (beginner - intermediate) anthony explains #061
how do from imports keep their globals? (intermediate) anthony explains #471
how I made my import sorter 7x faster (intermediate) anthony explains #457
flake8: avoiding F401 in __init__.py (beginner - intermediate) anthony explains #288
python typing: Generator[T, S, R] (intermediate) anthony explains #297
sort your imports! (beginner - intermediate) anthony explains #085
Python's Import System - Module object|Regular/Namespace Packages|Finders & Loaders|Relative imports
from imports aren't faster! (beginner - intermediate) anthony explains #398
recursively import python modules (intermediate) anthony explains #372
I don't need `__init__.py`? PEP 420 and namespace packages (intermediate) anthony explains #420
importing non-module python files (intermediate) anthony explains #309
View Detailed Profile
python: explicit relative imports (intermediate) anthony explains #298

python: explicit relative imports (intermediate) anthony explains #298

today I talk about

python star imports (beginner - intermediate) anthony explains #061

python star imports (beginner - intermediate) anthony explains #061

today I talk about star

how do from imports keep their globals? (intermediate) anthony explains #471

how do from imports keep their globals? (intermediate) anthony explains #471

today I show how

how I made my import sorter 7x faster (intermediate) anthony explains #457

how I made my import sorter 7x faster (intermediate) anthony explains #457

and I actually went a bit further after recording! (it now can reorder all of pre-commit faster than `isort` can

flake8: avoiding F401 in __init__.py (beginner - intermediate) anthony explains #288

flake8: avoiding F401 in __init__.py (beginner - intermediate) anthony explains #288

today I show an easy way to fix the F401 error code from pyflakes+flake8! -

python typing: Generator[T, S, R] (intermediate) anthony explains #297

python typing: Generator[T, S, R] (intermediate) anthony explains #297

today I talk about the three generic types of `typing.Generator` and what send / return type mean. - generator basics: ...

sort your imports! (beginner - intermediate) anthony explains #085

sort your imports! (beginner - intermediate) anthony explains #085

today I talk about how and why I sort my

Python's Import System - Module object|Regular/Namespace Packages|Finders & Loaders|Relative imports

Python's Import System - Module object|Regular/Namespace Packages|Finders & Loaders|Relative imports

This video

from imports aren't faster! (beginner - intermediate) anthony explains #398

from imports aren't faster! (beginner - intermediate) anthony explains #398

I often hear the assertion that

recursively import python modules (intermediate) anthony explains #372

recursively import python modules (intermediate) anthony explains #372

today I show how to recursively

I don't need `__init__.py`? PEP 420 and namespace packages (intermediate) anthony explains #420

I don't need `__init__.py`? PEP 420 and namespace packages (intermediate) anthony explains #420

today I talk about namespace packages, what PEP 420 is, and why I don't use namespace packages playlist: ...

importing non-module python files (intermediate) anthony explains #309

importing non-module python files (intermediate) anthony explains #309

today I show how to

python packaging: data files (intermediate) anthony explains #071

python packaging: data files (intermediate) anthony explains #071

today I talk about packaging data / build files for

HOW TO: Do Relative & Absolute Imports (Python Error Explained)

HOW TO: Do Relative & Absolute Imports (Python Error Explained)

To display structure of directory using tree, put alias tree='tree.com //f' inside ~/.bash_profile Then run: source ~/.bash_profile Let's ...

python typing: object vs Any (intermediate) anthony explains #275

python typing: object vs Any (intermediate) anthony explains #275

today I talk about the difference between object and Any when typing things! - intro to typing / mypy: ...

typing: dealing with import cycles (beginner - intermediate) anthony explains #214

typing: dealing with import cycles (beginner - intermediate) anthony explains #214

today I talk about an all-too-common problem when typing code: circular

Importing Your Own Python Modules Properly

Importing Your Own Python Modules Properly

Today we learn how to properly

implementing --version with importlib.metadata (intermediate) anthony explains #041

implementing --version with importlib.metadata (intermediate) anthony explains #041

Today I show how to implement an argparse --version option using importlib.metadata (new in

using the python __import__ builtin correctly (intermediate) anthony explains #064

using the python __import__ builtin correctly (intermediate) anthony explains #064

today I talk about the __import__ builtin in