Channel Avatar

[object Object] @UC0b0rD4zWq8HczNSRlRFbvg@youtube.com

1.9K subscribers - no pronouns :c

All things about MODERN Python programming. Become a better


Iterating each character in Python string #python #shorts Detect key presses in Python #python #shorts Convert Pillow image to NumPy array Convert Numpy array into image in Python #numpy #python #shorts Covert Python objects into JSON formatted strings #python #shorts Execute a code from another Python file within Python #python #shorts Retrieve an item from Python set without removing #python #shorts Find key/value matches between 2 Python dictionaries #python #shorts Save a Pandas DataFrame to CSV without index #pandas #shorts Convert Python int into hex string #python #shorts Find parent directory in MODERN Python #python #shorts Select Pandas DataFrame rows between 2 dates #pandas #shorts How to put proper shebang for Python scripts to run directly #python #shorts Turn a curl statement into Python code #python #shorts Round numbers down in Python #python #shorts Insert line breaks into Python strings #python #shorts Create a range of Python dates #python #shorts Use Python's dataclass to make C like struct object #python #shorts Delete items from NumPy array by indexes #numpy #shorts Using StringIO to concatenate Python strings QUICKLY #python #shorts Handle ALL Python requests errors #python #shorts Get sum when using Pandas groupby #pandas #shorts Add N days to Python datetime #python #shorts Ignore a Python exception and proceed #python #shorts Find elements by text when web scraping with Selenium in Python #python #selenium #shorts Read specific columns from CSV using Python csv module Sort a Python list in reverse order #python #shorts Convert JSON to CSV using Pandas #pandas #python #shorts What is a lambda in Python? #python #lamda #shorts Running a function every N seconds with Python Timer #python #shorts Setting specific color when plotting in Matplotlib Python list comprehension vs filter - religious war!! #python #shorts Make a comma-separated list from Python list of non-strings #python #shorts Adding titles to each Matplotlib subplot #matplotlib #shorts Convert Python datetime into date only string #python #shorts What does the += operator in Python? #python #shorts Return JSON from Flask response #flask #shorts Import CSV file into a list of lists in Python #python #shorts Remove unwanted items using Python list comprehension #python #shorts Merge Pandas DataFrames using multiple columns #pandas #shorts Get an infinite number in Python #python #shorts Get a string after specific word in Python #python #shorts Rotate axis text in Matplotlib #matplotlib #shorts %s and %d when formatting Python strings #python #shorts Pretty print Python dictionaries #python #shorts Remove axis in a Matplotlib plot #matplotlib #shorts exit() vs quit() vs sys.exit() in Python #python #shorts When to use x.get() over x[ ] to access Python dictionary key