Media Summary: today I talk about the __future__ module (not to be confused with the future module!) and how it affects execution in today I talk about the __import__ builtin in oops spoiler in the thumbnail it's str.partition, oh well -- I

Python Star Imports Beginner Intermediate Anthony Explains 061 - Detailed Analysis & Overview

today I talk about the __future__ module (not to be confused with the future module!) and how it affects execution in today I talk about the __import__ builtin in oops spoiler in the thumbnail it's str.partition, oh well -- I today I show you what the `TYPE_CHECKING` constant is in the typing module and why you would ever use it! - circular today I go over all the tools I use to set up my projects, as well as the differences between 1-file libraries, multi-file libraries, and ... today I show the tools and processes I used to improve

Photo Gallery

python star imports (beginner - intermediate) anthony explains #061
from imports aren't faster! (beginner - intermediate) anthony explains #398
python __future__ "module" (beginner - intermediate) anthony explains #055
using the python __import__ builtin correctly (intermediate) anthony explains #064
python variable unpackings (beginner - intermediate) anthony explains #031
python: explicit relative imports (intermediate) anthony explains #298
my favorite python str method! (beginner - intermediate) anthony explains #003
python typing: TYPE_CHECKING (intermediate) anthony explains #312
sort your imports! (beginner - intermediate) anthony explains #085
my python project setup (+ all tools) (intermediate) anthony explains #396
recursively import python modules (intermediate) anthony explains #372
don't run `python my/script.py`! (beginner - intermediate) anthony explains #407
Sponsored
View Detailed Profile
python star imports (beginner - intermediate) anthony explains #061

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

today I talk about

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

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

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

today I talk about the __future__ module (not to be confused with the future module!) and how it affects execution 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

python variable unpackings (beginner - intermediate) anthony explains #031

python variable unpackings (beginner - intermediate) anthony explains #031

today I

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

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

today I talk about explicit relative

my favorite python str method! (beginner - intermediate) anthony explains #003

my favorite python str method! (beginner - intermediate) anthony explains #003

oops spoiler in the thumbnail it's str.partition, oh well -- I

python typing: TYPE_CHECKING (intermediate) anthony explains #312

python typing: TYPE_CHECKING (intermediate) anthony explains #312

today I show you what the `TYPE_CHECKING` constant is in the typing module and why you would ever use it! - circular

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

my python project setup (+ all tools) (intermediate) anthony explains #396

my python project setup (+ all tools) (intermediate) anthony explains #396

today I go over all the tools I use to set up my projects, as well as the differences between 1-file libraries, multi-file libraries, and ...

recursively import python modules (intermediate) anthony explains #372

recursively import python modules (intermediate) anthony explains #372

today I show how to recursively

don't run `python my/script.py`! (beginner - intermediate) anthony explains #407

don't run `python my/script.py`! (beginner - intermediate) anthony explains #407

today I show why running `

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