Media Summary: today I talk about multiprocessing and scheduling uneven work and why you generally want slow things to go first! playlist: ... today I go over the technical details of how virtualenvs actually function, including the absurdity of needing to start 3 processes for ... today I talk about reference counting and the `weakref` module and some use cases for weak references (and why they're not ...

Python Cffi Tutorial Intermediate Advanced Anthony Explains 155 - Detailed Analysis & Overview

today I talk about multiprocessing and scheduling uneven work and why you generally want slow things to go first! playlist: ... today I go over the technical details of how virtualenvs actually function, including the absurdity of needing to start 3 processes for ... today I talk about reference counting and the `weakref` module and some use cases for weak references (and why they're not ... today I talk about the with statement and context managers as well as how to implement a context manager class. playlist: ... today I show an end-to-end example of writing a code formatter similar to the ones I've written (pyupgrade / add-trailing-comma ... today I talk about the __future__ module (not to be confused with the future module!) and how it affects execution in

today we talk about the round() builtin in today I talk about how .contextmanager works - with + context managers (part 1: the hard way): ... today I analyze / address an impressive claim -- that cpython's hash can be changed and improve performance drastically!

Photo Gallery

python cffi tutorial (intermediate - advanced) anthony explains #155
multiprocessing: slow things first! (intermediate) anthony explains #348
how do virtualenvs actually work (advanced) anthony explains #522
python: what is weakref? (intermediate - advanced) anthony explains #366
with + context managers (part1: the hard way) (intermediate - advanced) anthony explains #138
python code formatter tutorial (intermediate - advanced) anthony explains #394
python __future__ "module" (beginner - intermediate) anthony explains #055
a "hello world" python C extension (intermediate - advanced) anthony explains #134
is python's round() broken? (beginner) anthony explains #141
how @contextmanager works (with/contexts part 3) (advanced) anthony explains #140
can cpython be 76% faster by changing hash()? (no) (intermediate) anthony explains #269
Certified Entry Level Python Programmer - Part 55 - Tuples Solution
Sponsored
Sponsored
View Detailed Profile
python cffi tutorial (intermediate - advanced) anthony explains #155

python cffi tutorial (intermediate - advanced) anthony explains #155

today I build a sample

multiprocessing: slow things first! (intermediate) anthony explains #348

multiprocessing: slow things first! (intermediate) anthony explains #348

today I talk about multiprocessing and scheduling uneven work and why you generally want slow things to go first! playlist: ...

Sponsored
how do virtualenvs actually work (advanced) anthony explains #522

how do virtualenvs actually work (advanced) anthony explains #522

today I go over the technical details of how virtualenvs actually function, including the absurdity of needing to start 3 processes for ...

python: what is weakref? (intermediate - advanced) anthony explains #366

python: what is weakref? (intermediate - advanced) anthony explains #366

today I talk about reference counting and the `weakref` module and some use cases for weak references (and why they're not ...

with + context managers (part1: the hard way) (intermediate - advanced) anthony explains #138

with + context managers (part1: the hard way) (intermediate - advanced) anthony explains #138

today I talk about the with statement and context managers as well as how to implement a context manager class. playlist: ...

Sponsored
python code formatter tutorial (intermediate - advanced) anthony explains #394

python code formatter tutorial (intermediate - advanced) anthony explains #394

today I show an end-to-end example of writing a code formatter similar to the ones I've written (pyupgrade / add-trailing-comma ...

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

a "hello world" python C extension (intermediate - advanced) anthony explains #134

a "hello world" python C extension (intermediate - advanced) anthony explains #134

today I create a sample hello world

is python's round() broken? (beginner) anthony explains #141

is python's round() broken? (beginner) anthony explains #141

today we talk about the round() builtin in

how @contextmanager works (with/contexts part 3) (advanced) anthony explains #140

how @contextmanager works (with/contexts part 3) (advanced) anthony explains #140

today I talk about how @contextlib.contextmanager works - with + context managers (part 1: the hard way): ...

can cpython be 76% faster by changing hash()? (no) (intermediate) anthony explains #269

can cpython be 76% faster by changing hash()? (no) (intermediate) anthony explains #269

today I analyze / address an impressive claim -- that cpython's hash can be changed and improve performance drastically!

Certified Entry Level Python Programmer - Part 55 - Tuples Solution

Certified Entry Level Python Programmer - Part 55 - Tuples Solution

Certified Entry-Level

Python Full Course for Advanced Beginners

Python Full Course for Advanced Beginners

Now that you've completed the