Media Summary: today I show how even if you don't know the operator precedence you can figure out how this evaluates! playlist: ... today we talk about the int conversion denial- today I show how I debugged a stackoverflow question about signaling a MagicMock (as well as how to fix it!) - making your own ...

How Is List Append Possibly O 1 Beginner Intermediate Anthony Explains 466 - Detailed Analysis & Overview

today I show how even if you don't know the operator precedence you can figure out how this evaluates! playlist: ... today we talk about the int conversion denial- today I show how I debugged a stackoverflow question about signaling a MagicMock (as well as how to fix it!) - making your own ... today I give my advice for how I approach programming interviews! - what programming language should I use? fine I'll make a video about it -- here's my stance on pinning dependencies and why I do what I do in the different scenarios. today I show the tools and processes I used to improve python startup in virtualenvs! - pretty python profiling: ...

today I talk about the `yield from` syntax and how you can use it! - generators: playlist: ... 3.10 is coming! here's the new things to look out for! - top 10 new things in python 3.9: - what is ... today I analyze / address an impressive claim -- that cpython's hash can be changed and improve performance drastically! today we go over narrowings and `TypeGuard` -- which enables you to write your own user-defined narrowings! playlist: ... today I talk about `musllinux` -- what is `musl` and why this matters for wheels! - what is manylinux? just a quick intro to what I plan to do for this series. I'll be

I've been recently teaching juice some python (over on the vods channel - -vods) and decided to record this ... today we talk about type aliases -- a nifty way to shorten some verbose type names or expose a named "type" playlist: ... today I talk about why dictionary literals (and other literals) are faster than their function-called counterparts - python disassembler: ... PYTHON : Why is the time complexity of python's

Photo Gallery

how is list append possibly O(1)? (beginner - intermediate) anthony explains #466
why does python think -1**0 is -1 ? (intermediate) anthony explains #470
flake8: avoiding F401 in __init__.py (beginner - intermediate) anthony explains #288
python int DoS vulnerability (CVE 2020-10735) (beginner - intermediate) anthony explains #472
why can't I signal a MagicMock() ? (intermediate) anthony explains #469
how to ace the coding interview (intermediate) anthony explains #358
when should I pin deps: never and always! (intermediate) anthony explains #514
how I sped up python by 20ms (intermediate) anthony explains #417
python: yield from (beginner - intermediate) anthony explains #259
top 10 new things in python 3.10 (beginner - intermediate) anthony explains #289
can cpython be 76% faster by changing hash()? (no) (intermediate) anthony explains #269
Python Lists Explained for Beginners | Indexing, append(), sort(), Loops | EP 08 | CodeToAGI
View Detailed Profile
how is list append possibly O(1)? (beginner - intermediate) anthony explains #466

how is list append possibly O(1)? (beginner - intermediate) anthony explains #466

today I go over how

why does python think -1**0 is -1 ? (intermediate) anthony explains #470

why does python think -1**0 is -1 ? (intermediate) anthony explains #470

today I show how even if you don't know the operator precedence you can figure out how this evaluates! playlist: ...

flake8: avoiding F401 in __init__.py (beginner - intermediate) anthony explains #288

flake8: avoiding F401 in __init__.py (beginner - intermediate) anthony explains #288

today I show an

python int DoS vulnerability (CVE 2020-10735) (beginner - intermediate) anthony explains #472

python int DoS vulnerability (CVE 2020-10735) (beginner - intermediate) anthony explains #472

today we talk about the int conversion denial-

why can't I signal a MagicMock() ? (intermediate) anthony explains #469

why can't I signal a MagicMock() ? (intermediate) anthony explains #469

today I show how I debugged a stackoverflow question about signaling a MagicMock (as well as how to fix it!) - making your own ...

how to ace the coding interview (intermediate) anthony explains #358

how to ace the coding interview (intermediate) anthony explains #358

today I give my advice for how I approach programming interviews! - what programming language should I use?

when should I pin deps: never and always! (intermediate) anthony explains #514

when should I pin deps: never and always! (intermediate) anthony explains #514

fine I'll make a video about it -- here's my stance on pinning dependencies and why I do what I do in the different scenarios.

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 startup in virtualenvs! - pretty python profiling: ...

python: yield from (beginner - intermediate) anthony explains #259

python: yield from (beginner - intermediate) anthony explains #259

today I talk about the `yield from` syntax and how you can use it! - generators: https://youtu.be/LjBa9sfJh7U playlist: ...

top 10 new things in python 3.10 (beginner - intermediate) anthony explains #289

top 10 new things in python 3.10 (beginner - intermediate) anthony explains #289

3.10 is coming! here's the new things to look out for! - top 10 new things in python 3.9: https://youtu.be/Dtw0QJhepV0 - what is ...

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!

Python Lists Explained for Beginners | Indexing, append(), sort(), Loops | EP 08 | CodeToAGI

Python Lists Explained for Beginners | Indexing, append(), sort(), Loops | EP 08 | CodeToAGI

Python

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

what is musllinux (PEP 656) (intermediate) anthony explains #467

what is musllinux (PEP 656) (intermediate) anthony explains #467

today I talk about `musllinux` -- what is `musl` and why this matters for wheels! - what is manylinux? https://youtu.be/80j-MRtHMek ...

introducing anthony explains!  -- anthony explains #000

introducing anthony explains! -- anthony explains #000

just a quick intro to what I plan to do for this series. I'll be

all string syntaxes (beginner) anthony explains #525

all string syntaxes (beginner) anthony explains #525

I've been recently teaching juice some python (over on the vods channel - @anthonywritescode-vods) and decided to record this ...

how to modify a list while iterating (intermediate) anthony explains #402

how to modify a list while iterating (intermediate) anthony explains #402

normally* you can't modify a

python typing: aliases (beginner - intermediate) anthony explains #180

python typing: aliases (beginner - intermediate) anthony explains #180

today we talk about type aliases -- a nifty way to shorten some verbose type names or expose a named "type" playlist: ...

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

PYTHON : Why is the time complexity of python's list.append() method O(1)?

PYTHON : Why is the time complexity of python's list.append() method O(1)?

PYTHON : Why is the time complexity of python's