31:38
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 ...
3:17
#python #python #python #python python 395 python 39 docker image python 397 python 39 install pip python 396 python 39 vs ...
22:47
what are python wheels? (intermediate - advanced) anthony explains #371
today I talk about wheels, what the filename means, how they're built, what the format looks like, and how to install them! - what is ...
5:27
how to make a virtualenv from cpython source (intermediate) anthony explains #236
today I show how to set up a virtualenv directly from the cpython source tree - virtualenv vs venv: https://youtu.be/MGTX5qI2Jts ...
10:19
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: ...
16:27
RegCPython: a 10% faster python for free? (intermediate - advanced) anthony explains #490
sounds too good to be true -- but Betteridge is wrong here! I show how a research group produced an api and abi compatible ...
15:57
python packaging: data files (intermediate) anthony explains #071
today I talk about packaging data / build files for python packages! This covers MANIFEST.in, include_package_data, ...
15:04
a python plugin system via entrypoints (intermediate) anthony explains #128
today I show how to use importlib.metadata + setuptools entrypoints to build a small plugin system! playlist: ...
2:09
[2021] How To Download & Install Python on Mac | Python 3.9.6
In This Video You Will Learn How To Download And Install Python 3.9.6 on Mac Python is an interpreted high-level ...
15:50
Easily remove Bloatware/System Apps from Android using a Python Script!
Are you frustrated with all the unnecessary bloatware and pre-installed system apps cluttering your Android device? These ...
2:48:53
Episode 396 - JavaScript and Python - Working on NearBeach, an open source project management system
NearBeach is an open source project management system. Currently you can; - Gather user requirements - Setup Kanban boards ...
10:14
python star imports (beginner - intermediate) anthony explains #061
today I talk about star imports in python and why you shouldn't use them! playlist: ...
1:38
QuickTip #396 - Python Pyglet Tutorial - Draw Graphics with OpenGL | Pixel by Pixel
Python Pyglet Tutorial - Draw Graphics with OpenGL | Pixel by Pixel |||||||||||||||||Affiliate-Links||||||||||||||||| Amazon-Link: ...
2:02
How to install to python to your PC
Download the latest version for Windows; https://www.python.org/ftp/python/3.9.6/python-3.9.6-amd64.exe Python 3.9.6 June 28, ...
7:54
how do editable pip installs work? (intermediate) anthony explains #124
today I talk about `pip install -e .` and how that makes a library live-editable! playlist: ...
8:28
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 python ...
7:50
python packaging: src layout (intermediate) anthony explains #048
today I explain the ./src/ layout for python packages and why you should probably use it (and why I don't bother) playlist: ...
6:00
python: what is __slots__ and __dict__ (intermediate) anthony explains #122
today I talk about __slots__ and __dict__ and how they relate to objects! playlist: ...
11:04
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: ...