Media Summary: today I talk about the absolutely-fastest way to start in today's video we're going to go over `localhost` and why you probably today I talk about the backslash character in

Dont Run Python My Script Py Beginner Intermediate Anthony Explains 407 - Detailed Analysis & Overview

today I talk about the absolutely-fastest way to start in today's video we're going to go over `localhost` and why you probably today I talk about the backslash character in 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 go over an extremely common pitfall with pytest and a helpful fix to prevent this from happening to you! playlist: ... today we go over narrowings and `TypeGuard` -- which enables you to write your own user-defined narrowings! playlist: ...

today I talk about why you shouldn't use `time.time` for performance measurement as well as what you should use! - profiling ... today I talk about why dictionary literals (and other literals) are faster than their function-called counterparts - today we introduce another typing / mypy concept: generics! I show a few examples of how to write generic functions and generic ... I build out a simple skeleton for a command line interface in today I talk about how to declare optional dependencies in the packages you're providing as well as how to install optional ... today I talk a little bit more about `tox --devenv` -- a little feature that's changed how I build

today I talk about namespace packages, what PEP 420 is, and why I 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 ...

Photo Gallery

don't run `python my/script.py`! (beginner - intermediate) anthony explains #407
the fastest python startup with `python -S` (intermediate) anthony explains #411
don't use localhost (intermediate) anthony explains #534
I don't use backslashes (with one exception) (beginner - intermediate) anthony explains #559
my python project setup (+ all tools) (intermediate) anthony explains #396
are your python tests even running? (intermediate) anthony explains #438
python TypeGuard (PEP 647) (intermediate) anthony explains #439
don't use time.time() for performance measurement (beginner - intermediate) anthony explains #230
python: what is `__main__` / `__main__.py` ? (beginner - intermediate) anthony explains #344
python: {...} is faster than dict(...) (intermediate) anthony explains #223
python Generics (intermediate) anthony explains #430
python cli tested with pytest - (beginner to intermediate) anthony explains #001
View Detailed Profile
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

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

don't use localhost (intermediate) anthony explains #534

don't use localhost (intermediate) anthony explains #534

in today's video we're going to go over `localhost` and why you probably

I don't use backslashes (with one exception) (beginner - intermediate) anthony explains #559

I don't use backslashes (with one exception) (beginner - intermediate) anthony explains #559

today I talk about the backslash character in

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

are your python tests even running? (intermediate) anthony explains #438

are your python tests even running? (intermediate) anthony explains #438

today I go over an extremely common pitfall with pytest and a helpful fix to prevent this from happening to you! playlist: ...

python TypeGuard (PEP 647) (intermediate) anthony explains #439

python TypeGuard (PEP 647) (intermediate) anthony explains #439

today we go over narrowings and `TypeGuard` -- which enables you to write your own user-defined narrowings! playlist: ...

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

python: what is `__main__` / `__main__.py` ? (beginner - intermediate) anthony explains #344

python: what is `__main__` / `__main__.py` ? (beginner - intermediate) anthony explains #344

today I show what `__main__` means for

python: {...} is faster than dict(...) (intermediate) anthony explains #223

python: {...} is faster than dict(...) (intermediate) anthony explains #223

today I talk about why dictionary literals (and other literals) are faster than their function-called counterparts -

python Generics (intermediate) anthony explains #430

python Generics (intermediate) anthony explains #430

today we introduce another typing / mypy concept: generics! I show a few examples of how to write generic functions and generic ...

python cli tested with pytest - (beginner to intermediate) anthony explains #001

python cli tested with pytest - (beginner to intermediate) anthony explains #001

I build out a simple skeleton for a command line interface in

python packaging: optional dependencies (intermediate) anthony explains #074

python packaging: optional dependencies (intermediate) anthony explains #074

today I talk about how to declare optional dependencies in the packages you're providing as well as how to install optional ...

tox --devenv (beginner - intermediate) anthony explains #073

tox --devenv (beginner - intermediate) anthony explains #073

today I talk a little bit more about `tox --devenv` -- a little feature that's changed how I build

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

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

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