Season 1 Lesson 3 Part 9 - Your First Steps - Converting Number Types - and Complex Types in Python #vibecoding #jupyternotebook #dataengineer #learncoding #pythonprogramming #python #softwaredeveloper #dataanalysis #codingtutorial #pythoncode
I've been working on some exercises to introduce Python syntax without a computer. Here's a peek. If you were thinking of learning Python, give it a shot!
https://github.com/PeterDrake/PythonWithPencilAndPaper
I ported my #Mario64 with #Python over to CodeBerg: https://codeberg.org/indigoparadox/sm64pc-python
I had occasion to link it to one of the cool kids the other day and it was still on github and it was embarrassing. ._.
Я заменил Google на 50 строк Python. Через месяц я забыл, как пишется tar -xzf
Десять лет в девопсе. Десять. И я гуглю tar -xzf . Не раз в год — раз в неделю. Ну, может раз в десять дней, если повезёт. Открываю хром, набираю «tar extract gz linux», пролистываю три рекламы, нахожу ответ на SO, копирую, вставляю, закрываю вкладку. Через неделю — по новой. Я не идиот. Точнее, может и идиот, но не поэтому. Просто tar — это такой синтаксис, который у меня физически отказывается залезать в долговременную память. Там дефис или нет? xzf или xfz ? Или zxf ? Вроде порядок не важен? Или важен?.. Короче. Месяц назад я написал скрипт, который это решил. А потом скрипт решил больше, чем я хотел.
https://habr.com/ru/articles/1001214/
#bash #Python #LLM #CLI #терминал #DevOps #автоматизация #GPT #Ollama #командная_строка
What I can see is a #Python installer script is crashing trying to activate a partition list because None isn't a list. So it doesn't have the list it wants to activate, probably.
Total spitball, but that could be a #Python version issue?
Today I learned how to make a custom project template with the python cookiecutter tool
https://www.cookiecutter.io/
At my work we do a scientific validation project whenever we change our data analysis pipeline. So a lot is the same, but we need to be able to customize the validation depending on what changed in our pipeline. The templates look like they will help us be consistent while allowing flexibility. I am excited about it!
#python
#cookiecutter
#exploratoryDataAnalysis
Just from this blog alone, I have begun to develop
- sphinx-fediverse (released)
- sphinx-cw (prototyping, for content warnings)
- sphinx-citeas (concept, for adding a snippet to generate citations for your page)
#Sphinx #Python #SphinxDoc
Small maintenance release of Exosphere, my patch reporting program for remote UNIX systems.
A single minor fix to json reports, but also a ton of small improvements to the documentation.
If you'd like to have a neat CLI and pretty TUI to manage updates on a bunch of unix-like systems over SSH, do check it out
https://github.com/mrdaemon/exosphere/releases/tag/v2.3.0
#exosphere #linux #unix #openbsd #freebsd #homelab #SRE #python
First version of my OSC server for controlling three different Philips Hue lamps (zigbee):
https://codeberg.org/rtn/pymatics/src/branch/main/zigbee/server/run.py
I took a bit of a shortcut since it assumes you have paired the zigbee lights with the controller device already using Home Assistant.
🎤 Speaker Announcement
We’re excited to welcome Sarah Kaiser and Cassandra Granade to PyCascades 2026! 💜🐍
They’ll be presenting:
“A Bridge Over (Not) Troubled Waters: Collecting Marine Data from Your Couch.”
Discover how technology and Python can help collect and work with marine data — no boat required. 🌊
📅 March 21–22, 2026
🎟️ https://2026.pycascades.com/

Have you ever considered converting between #RGB and #HSV using the #Python programming language? A new video is available at https://youtube.com/shorts/_ptMyf1f8p8?feature=share for content about the color conversions in both directions.