Media Summary: today I show the tools and processes I used to improve today I talk about namespace packages, what PEP 420 is, and why I don't use namespace packages playlist: ... today I talk about wheels, what the filename means, how they're built, what the format looks like, and how to install them! - what is ...

Recursively Import Python Modules Intermediate Anthony Explains 372 - Detailed Analysis & Overview

today I show the tools and processes I used to improve today I talk about namespace packages, what PEP 420 is, and why I don't use namespace packages playlist: ... today I talk about wheels, what the filename means, how they're built, what the format looks like, and how to install them! - what is ... today I talk about how it's easy to get confused when installing packages and how to fix that with a different command! (as well as ... today I talk about the __import__ builtin in today I talk about an all-too-common problem when typing code: circular

today I show prompt command and how I use it to auto-activate virtual environment - aactivator: today I talk about the concept of immutability and all the things that are immutable in today I show how to use importlib.metadata + setuptools entrypoints to build a small plugin system! playlist: ... today I show how to easily make classes comparable in today I talk about why you shouldn't use `time.time` for performance measurement as well as what you should use! - profiling ...

Photo Gallery

recursively import python modules (intermediate) anthony explains #372
how do from imports keep their globals? (intermediate) anthony explains #471
how I sped up python by 20ms (intermediate) anthony explains #417
python star imports (beginner - intermediate) anthony explains #061
importing non-module python files (intermediate) anthony explains #309
I don't need `__init__.py`? PEP 420 and namespace packages (intermediate) anthony explains #420
from imports aren't faster! (beginner - intermediate) anthony explains #398
what are python wheels? (intermediate - advanced) anthony explains #371
why python -m pip? (beginner - intermediate) anthony explains #103
python __future__ "module" (beginner - intermediate) anthony explains #055
using the python __import__ builtin correctly (intermediate) anthony explains #064
typing: dealing with import cycles (beginner - intermediate) anthony explains #214
View Detailed Profile
recursively import python modules (intermediate) anthony explains #372

recursively import python modules (intermediate) anthony explains #372

today I show how to

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 sped up python by 20ms (intermediate) anthony explains #417

how I sped up python by 20ms (intermediate) anthony explains #417

today I show the tools and processes I used to improve

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

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

today I talk about star

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

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

today I show how to

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: ...

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

what are python wheels? (intermediate - advanced) anthony explains #371

what are python wheels? (intermediate - advanced) anthony explains #371

today I talk about wheels, what the filename means, how they're built, what the format looks like, and how to install them! - what is ...

why python -m pip? (beginner - intermediate) anthony explains #103

why python -m pip? (beginner - intermediate) anthony explains #103

today I talk about how it's easy to get confused when installing packages and how to fix that with a different command! (as well as ...

python __future__ "module" (beginner - intermediate) anthony explains #055

python __future__ "module" (beginner - intermediate) anthony explains #055

today I talk about the __future__

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

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

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

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

today I talk about explicit relative

what is PROMPT_COMMAND? (+aactivator) (intermediate) anthony explains #374

what is PROMPT_COMMAND? (+aactivator) (intermediate) anthony explains #374

today I show prompt command and how I use it to auto-activate virtual environment - aactivator: https://github.com/Yelp/aactivator ...

what is immutability?  (beginner - intermediate) anthony explains #412

what is immutability? (beginner - intermediate) anthony explains #412

today I talk about the concept of immutability and all the things that are immutable in

a python plugin system via entrypoints (intermediate) anthony explains #128

a python plugin system via entrypoints (intermediate) anthony explains #128

today I show how to use importlib.metadata + setuptools entrypoints to build a small plugin system! playlist: ...

python: easy comparable classes with functools.total_ordering (intermediate) anthony explains #353

python: easy comparable classes with functools.total_ordering (intermediate) anthony explains #353

today I show how to easily make classes comparable in

don't use time.time() for performance measurement (beginner - intermediate) anthony explains #230

don't use time.time() for performance measurement (beginner - intermediate) anthony explains #230

today I talk about why you shouldn't use `time.time` for performance measurement as well as what you should use! - profiling ...

What happens when you import a module? - presented by Reuven M. Lerner

What happens when you import a module? - presented by Reuven M. Lerner

EuroPython 2022 - What happens when you

What are Python modules? 📨

What are Python modules? 📨

python