Channel Avatar

ModernPython @UC0b0rD4zWq8HczNSRlRFbvg@youtube.com

1.9K subscribers - no pronouns :c

All things about MODERN Python programming. Become a better


06:04
Organizing your Python code with functions #python
04:26
If, ElIf, Else, and Match for Python conditional flow
03:46
Conditional Tests in Python
01:39
3 ways to iterate over Python dictionaries
05:44
DICTIONARIES - your SECOND data structure in Python
03:17
Range, sum, max, min - build and analyze lists of numbers in Python
07:05
List Comprehension - compact way to build list from a list
06:37
Reading and writing to Files - your next data source
02:22
Sorting and ordering your Python lists
04:56
Playing around with Python lists - add, remove, and update
05:54
Grabbing elements from a list or part of string - SLICING
05:59
LISTS - your FIRST data structure in Python
09:57
Basic Python String Methods for beginners
02:31
Make a BETTER guessing game with ELIF and logical greater than and less than
04:51
Using IF statement with logical == to build a Python number guessing game
02:35
Keep asking 🥺 until user enters a number 🔢 with WHILE and BREAK
03:53
Handling errors ❌ with user input in Python 🐍
03:31
Basic Numbers 🔢 in Python 🐍
02:48
Having FUN💥 with Python 🐍 strings
01:14
Ask 🤔 User for Information With Input()
02:37
Your First Python 🐍 Error 😵 Message - Critical Skill To Learn
02:25
Python 🐍 Variables - how you store information in your program
02:01
Fire and Forget With Executor API and add_done_callback function
02:57
Mental model for what a Python 🐍 program is all about, using Hello World as the initial example.
03:35
3 new ways to wait using Executor API wait()
03:46
Executor API with submit and as_finished
06:31
Easiest Way to Speed Up Program - Use Executor API
03:58
Introduction to Programming Concurrently in Python
11:07
How to leverage HackerRank to help land first tech job
01:01
Python's version of 'null' and how to check for
00:50
Check the Python version that is running your script
01:55
What is assert statement and purpose in Python
02:48
Put the Legend Outside a Python Matplotlib plot
01:06
Change the order of Pandas DataFrame columns
04:05
How to Stand Out and Get Hired as a Programmer
03:33
Formatting Python Strings - % vs .format vs f-string
02:36
Find the last Sunday in a month in Python
00:47
Check if a directory exists in Python
00:48
How to check for NaN values in Python
01:34
Using if - else in Python list comprehension
01:37
What is purpose of __all__ in Python modules
00:41
How to get filename without extension from path in Python
00:53
How to flush the output of Python print function
00:48
Operator for floor division in Python
00:49
Convert integer to a string in Python
01:31
How to save JSON data to a file in Python
00:34
How to install packages in requirements.txt file using pip
01:11
Save Matplotlib plot to an image file
00:35
Reverse a string in Python
00:49
How to profile a Python script
01:02
How to select multiple columns in Pandas DataFrame
01:00
Make a Python dictionary from 2 lists of keys and values
01:02
How to get the row count of a Pandas DataFrame
02:03
Generate a random string with letters and digits in Python
00:44
Declare a custom Python exception
00:57
How to print to stderr in Python
02:10
Meaning of single,double underscore object names in Python
01:10
How to pretty print a JSON file in Python
01:05
Extract extension from filename in Python
01:12
How to do a switch statement in Python