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 show the tools and processes I used to improve 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 show the tools and processes I used to improve oops spoiler in the thumbnail it's str.partition, oh well -- I 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 ... and I actually went a bit further after recording! (it now can reorder all of pre-commit faster than `isort` can today I talk about the __import__ builtin in

today I talk about the absolutely-fastest way to start today I talk about comprehensions (list, set, dict, generator) and the syntax and how you can think about them as (nested) for loops ...

Photo Gallery

python star imports (beginner - intermediate) anthony explains #061
from imports aren't faster! (beginner - intermediate) anthony explains #398
sort your imports! (beginner - intermediate) anthony explains #085
python __future__ "module" (beginner - intermediate) anthony explains #055
how I sped up python by 20ms (intermediate) anthony explains #417
python variable unpackings (beginner - intermediate) anthony explains #031
my favorite python str method! (beginner - intermediate) anthony explains #003
my python project setup (+ all tools) (intermediate) anthony explains #396
don't run `python my/script.py`! (beginner - intermediate) anthony explains #407
python: explicit relative imports (intermediate) anthony explains #298
how I made my import sorter 7x faster (intermediate) anthony explains #457
using the python __import__ builtin correctly (intermediate) anthony explains #064
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

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 __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

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 variable unpackings (beginner - intermediate) anthony explains #031

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

today I

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

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

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 `

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

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

today I talk about explicit relative

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

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

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

the fastest python startup with `python -S` (intermediate) anthony explains #411

the fastest python startup with `python -S` (intermediate) anthony explains #411

today I talk about the absolutely-fastest way to start

python: all about comprehensions! (beginner - intermediate) anthony explains #161

python: all about comprehensions! (beginner - intermediate) anthony explains #161

today I talk about comprehensions (list, set, dict, generator) and the syntax and how you can think about them as (nested) for loops ...

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

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

today I show how to

py6@6 Python Import Explained in 8 Minutes Libraries, Functions & Modules

py6@6 Python Import Explained in 8 Minutes Libraries, Functions & Modules

In this video, you'll learn how

python's optimization mode is mostly useless (intermediate) anthony explains #523

python's optimization mode is mostly useless (intermediate) anthony explains #523

today I talk about

python: exception catching and isinstance gotcha (beginner - intermediate) anthony explains #247

python: exception catching and isinstance gotcha (beginner - intermediate) anthony explains #247

today I talk about exception handling in