To be an AI engineer in 2026, master Python and PyTorch.
๐ค Speaker Announcement
Weโre excited to welcome Laura Meng to PyCascades 2026! ๐๐
Android developer turned Solutions Engineer, exploring how tech connects to real-world impact.
๐
March 21โ22, 2026
๐๏ธ https://2026.pycascades.com/

The #HugoAwards nominations opened today. For the third year in a row, I'm proud to be responsible for making the software that you'll use to nominate and vote, which is open source and free software.
It is built on #Python and #Django. I don't take donations for my work, but the foundations behind those libraries (and the others that NomNom depends on) certainly do!
Consider a donation to Django (https://www.djangoproject.com/fundraising/) or the PSF (https://www.python.org/psf/donations/) to support my work!
Find the sketch-a-day archives and tip jar at: https://abav.lugaralgum.com/sketch-a-day
Code for this sketch at: https://github.com/villares/sketch-a-day/tree/main/2026/sketch_2026_02_11 #Processing #Python #py5 #CreativeCoding

โจ Just released version 0.65.0 of Unicorn! ๐ฆ
Features:
- Escape single quotes in Unicorn.call() args
- Auto init components via MutationObserver
- Support redirect from mount()
Fixes:
- `IndexError` when using a custom setter method with $event.target.value
- Correct debounce behavior with delay
- Prevent poll from overwriting many-to-many fields
All from @amoateng ๐
๐ https://www.django-unicorn.com
๐ฆ https://pypi.org/project/django-unicorn/
๐ ๏ธ https://github.com/adamghill/django-unicorn
#Python #JavaScript #HTML #Django
Just published a Python library that makes basic dictionary based numeric computation really fastโฆ Like faster than numpy fast. All thanks to PyO3 and Rust. https://github.com/hackeryarn/redbear
If you've never used django before I'm writing simple lessons that give you the principles first.
Check out lesson one, and then share what some of your considerations are.
There is a forum on the website and I suggest you use that.
#python #django #programming #learntoCode #webdev #systemsThink

ClickHouse is hiring Database Reliability Engineer - Core Team
๐ง #c #cplusplus #python #aws #azure #gcp #sql
๐ Remote; Germany
โฐ Full-time
๐ข ClickHouse
Job details https://jobsfordevelopers.com/jobs/database-reliability-engineer-core-team-at-clickhouse-com-nov-20-2025-2692be?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring
Python Tip #42 (of 365):
Avoid manually merging dictionaries. Use "a | b" instead.
Need to merge dictionaries together?
context = {"language": "en", "timezone": "UTC"}
more_context = {"title": "Home", "breadcrumbs": ["Home"]}
The dictionary update method will update one dictionary to include items from another:
context.update(more_context)
But we often "merge" dictionaries by making new ones instead of updating existing ones.
๐งต(1/4)
The 2nd implementation of the repo process is now up and running ๐ท
Text classification with Python 3.14's ZSTD module
https://maxhalford.github.io/blog/text-classification-zstd/
Andrej Karpathy (@karpathy)
์๋ก์ด ์ํธ ํ๋ก์ ํธ๋ก GPT์ ํ์ต๊ณผ ์ถ๋ก ์ ์์กด์ฑ ์๋ ์์ ํ์ด์ฌ 243์ค๋ก ๊ตฌํํ๋ค๋ ๋ฐํ์ ๋๋ค. ์์ฑ์๋ ์ด๊ฒ์ด ํ์ํ ์๊ณ ๋ฆฌ์ฆ์ ์์ ํ ๋ด์ฉ์ด๋ฉฐ, ๋๋จธ์ง๋ ํจ์จ์ฑ ๊ด๋ จ ๋ถ๊ฐ ์์์ผ ๋ฟ์ด๋ผ๊ณ ์ฃผ์ฅํ๋ฉฐ ๋งค์ฐ ๊ฐ๊ฒฐํ ๊ต์กยท์ถ๋ก ๊ตฌํ์ ์ ์ํ์ต๋๋ค.
https://x.com/karpathy/status/2021694437152157847
#gpt #python #opensource #tinyllm