Step-by-Step Guide to Install NetBox on Ubuntu VPS
#certbot #gunicorn #installguide #ipaddressmanagement #letsencrypt #netbox #nginx #postgresql #python #redis #ubuntu #Cloud #DedicatedHosting #Guides #VPS
Step-by-Step Guide to Install ...
Aprender Django https://myblog.clonbg.es/aprender-django/ #Programación #Python https://clonbg.es

I recently rediscovered the venerable-but-powerful "pudb" #Python #debugger. I think I was introduced to it at Routable.com a few years ago.
It has a design quality I associate with good tools, which is that it's immediately useful with very little RTFM, but also has significant feature depth if you want to go there.
E.g.: When I use pdb/ipdb, I often do a lot of manual inspection of variables. The pudb "Variables" panel handles almost all those use cases, fast.
https://pypi.org/project/pudb/

Un par de cursos de Youtube sobre programación https://myblog.clonbg.es/un-par-de-cursos-de-youtube-sobre-programacion/ #Programación #VueJs #Python https://clonbg.es

One of my 2026 goals is to clean up my Django-based side projects. I have a project I've been running locally, that I've been wanting to deploy. I just used django-simple-deploy to deploy it to Railway using SQLite, and it worked perfectly.
I'm excited to keep up this work. :)
https://github.com/ehmatthes/dsd-railway
I spent about 2 full working days doing #AI coding (not #vibecoding, but with more control and careful guidance). the end result is a daemon I just deployed to send me alerts on #XMPP and #IRC.
What's legally interesting, is that 3+ KLOC result of #Python code has no copyright protection at all – copyright protects specific expressions of creativity, and there's not a signle line I had written myself: from start to end it was "AI".
Generator Functions vs Async Generators: Memory Efficiency Battle
JavaScript generators vs Python async generators. Which language's generator pattern is more powerful for memory-efficient data processing? Mind = blown!
#javascript #python #javascriptvspython #generators #asyncgenerators #memoryefficiency #lazyevaluation #programmingcomparison #codecomparison #javascripttricks #pythontricks #yield #viralcoding #codingshorts #iterators
https://www.youtube.com/watch?v=dr3H2WUnw7Q
[Python] deque 実践編 - スライディングウィンドウと応用パターン
https://qiita.com/Tadataka_Takahashi/items/f146dbb2225d24679c6a?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
#qiita #Python #備忘録 #deque #スライディングウィンドウ
Pythonの列挙型で驚いた話
https://qiita.com/MinadukiSekina/items/f37762784bb02ff659ec?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
Ten #python jest genialny. Z #AI napisałem program do obliczania i archiwizowania nadgodzin. A całość zamknąłem w apce dla macosx. Genialne, czego ja dożyłem. Tylko wyobraźnia nas ogranicza.
https://mkennedy.codes/posts/python-numbers-every-programmer-should-know/ .
Interesting stuff from https://fosstodon.org/@mkennedy
Things I assumed would be relatively slow , eg string concatenation, were not as slow as I expected.
I was surprised at the wide range of speeds of the three different forms of string formatting, for instance "% formatting" is 1.5 the duration of f-string formatting ? 🤔
@nedbat Hooray!
Let's do https://docs.python.org next and turn https://docs.python.org/3/whatsnew/3.14.html into https://docs.python.org/3/whatsnew/3.14 ?
#Python