Published onDecember 10, 2023Advent of Code 2023 Python Solutionsaoc2023advent-of-codepythonPython Solutions to Advent of Code 2023
Published onDecember 6, 2023Advent of Code 2023: Day 6 Solutionaoc2023advent-of-codepythonPython Solution to Day 6 of Advent of Code 2023: Wait For It
Published onDecember 4, 2023Advent of Code 2023: Day 4 Solutionaoc2023advent-of-codepythonPython Solution to Day 4 of Advent of Code 2023: Scratchcards
Published onDecember 3, 2023Advent of Code 2023: Day 3 Solutionaoc2023advent-of-codepythonPython Solution to Day 3 of Advent of Code 2023: Gear Ratios
Published onDecember 2, 2023Advent of Code 2023: Day 2 Solutionaoc2023advent-of-codepythonPython Solution to Day 2 of Advent of Code 2023 - Cube Conundrum
Published onDecember 1, 2023Advent of Code 2023: Day 1 Solutionaoc2023advent-of-codepythonPython Solution to Day 1 of Advent of Code 2023 - Trebuchet?!
Published onJuly 11, 2023How to Access the Meta Threads APIpythonapithreadsHow to access Meta Threads data via API
Published onJune 7, 2023How to Transcribe Podcasts with AI in PythonpodcastshuggingfacepythonaiUse OpenAI's Whisper model to transcribe podcast audio in python
Published onMay 5, 2023Did Mojo Just Replace Python?mojopythonaiMojo, a new programming language created by Modular, is promising to solve all of Pythons problems.
Published onApril 30, 2023Compile & Upload Arduino Code with PythonarduinopythonUse pyduinocli to compile & upload Arduino from a Python script!
Published onApril 30, 2023Creating a Python Virtual EnvironmentpythonWhy should I create a python virtual environment? And how do I do it?
Published onApril 16, 2023Who Created babyagi?pythonSeveral ChatGPT tools have blown up over the past couple weeks, including babyagi. Let's see who created it.
Published onMarch 21, 2023Execute Python from Command Linepythoncommand-lineI long wished that I could execute python right from my command line without explicitly calling the interpreter. Fortunately, there is a way!
Published onMarch 19, 2023Python "import module as *"pythonPython scripts often import other libraries with "as *" appended. What does it mean?
Published onNovember 21, 2022How to Display Serial Arduino Data on a Scrollable Tkinter GUIarduinopythonBuild an Arduino sensor serial monitor with python Tkinter
Published onNovember 21, 2022How to Send Commands to an Arduino from a Python ScriptarduinopythonCommand your Arduino from your PC!
Published onNovember 20, 2022How to Read Data from Arduino via Serial PortarduinopythonIt can be valuable to hook up your PC to a sensor-reading arduino to process or save data. There are some cool use cases I have implemented over the years, so I thought I would reduce a script to the bare bones for demonstration.