Channel Avatar

Python for Everyone @UCtA2USp3OCEL_QRXsLwF5fw@youtube.com

6K subscribers - no pronouns :c

You want to learn programming with Python and get better at


02:50
Python itertools.groupby creates too many groups. Now what?
27:13
Unit test, Lint and Wheel Package your Python code with GitHub Actions
01:48
Module has no attribute 'xyz' since it has the same name and the import system gives it precedence
23:30
What is Data Science? An example with Python and Jupyter Notebooks
04:33
Keep Poetry Virtual Environment in project folder
16:06
Let’s pixelate images with Python and Jupyter notebook
15:22
Let’s create our first Jupyter notebook together! Introduction.
06:25
Don't switch on types. Adhere to the open-closed principle with polymorphism
09:49
Solve coupling with dependency injection in Python
09:54
Hide those nasty libraries behind an interface in Python
01:35
Building self-driving cars in Python from scratch
03:58
Why I lied when I said that Python does not have a compiler
00:59
Mahjong Solitaire in the Windows Store
23:59
Does Python have a Type System?
05:23
Install Python, Visual Studio Code and execute "Hello World!" on Windows in 2024
05:52
Install Python, Visual Studio Code and execute "Hello World!" on macOS in 2024
04:01
How Python Developers sum Lists of Tuples without writing a for-loop
01:20
Mau Mau Solitaire in the Windows Store
04:04
What Python developers probably don't know about boolean 'or'
04:51
The shortest explanation of Statements, Expressions and Functions
12:13
What experts mean when they "abstract a library behind an interface"
01:46
Simple but powerful. Remove incomplete rows or columns with Pandas and Python
10:03
SQLAlchemy 2.0 Introduction - Create, Insert, Select and Relationships
08:36
What makes this talk great? "Early days of Id Software" John Romero
06:14
When Software Catastrophes turn into the perfect chance to refactor!
10:46
You used generics and boom! 💥 "List" is invariant. Consider using "Sequence" instead.
14:43
Let’s use Dependency Injection and Dependency Inversion to FIX this coupled code!
08:54
5 Beginner’s bad habits I regret having in Python
07:32
Asynchronous Pyglet Render Loop: The Key to Smooth and Responsive Functionality
05:14
What Is The Logic Behind Floating Point Numbers?
07:17
How to start programming in Python. 5 most heard questions.
02:13
Unary, Binary and Ternary explained with examples in Python
04:56
Type systems. What role do they play in Python?
02:51
Imperative vs Declarative Programming: What's the Difference?
03:55
Scale down app assets with Python and Pillow (PIL)
05:54
Nominal v.s. Structural sub typing in Python
14:16
What are SCOPES and NAMESPACES in Python?
07:20
Fixing Animation Jitters in Pyglet: Custom Game Loop Explained
04:12
What Beginners REALLY should know about Type Comparison in Python
07:03
How Self in Python Actually Works
02:10
int object is not subscriptable in Python
07:06
The Surprising Impact of Type Hints on Python Development
02:36
Python loop with previous and next value. Is that possible?
14:23
What every Python developer should know about UTF-8, ASCII and binary
01:50
Unpack class attributes to variables in Python
04:45
object is not subscriptable. Why it happened and how to fix it.
03:43
Extended Iterable Unpacking. How it helps you with external data in Python
03:21
Practical use of the % (modulo) operator in Python
01:49
TypeError: can only concatenate str (not "int") to str. The solution
03:11
ImportError: Cannot import name from partially initialized module due to a circular import.
01:21
.endswith - Check for more than one condition in Python
10:11
Python Plugins. Load Modules dynamically at Runtime 🔌
03:40
Make Python class iterable and subscriptable from an internal list
10:16
Python Generics ⇢ Make FirstOrDefault method with type hints
12:53
Visualize WAVE FILE 🔉with Python and Pyglet
09:18
HELPFUL 😇 or HARMFUL 😈? The PEP8 maximum line length rule
05:29
Reshape ByteArray and other flat lists with itertools.batched in Python
14:04
Solve KNAPSACK PROBLEM with GENETIC ALGORITHM in Python
02:07
Get rid of unused Python imports from the command line with Flake8!
00:53
Create 🤖 autonomous 🚙 cars in Python from scratch.