Fine! After getting 12k visits in less than a day with the article https://en.andros.dev/blog/aa31d744/from-zero-to-a-rag-system-successes-and-failures/ , with 100 comments on Hacker News (and 1 on my website), here is a technical summary of the first few hours:
- Nginx cache solved the 99% of the problems (/media/ , /static/ and HTML render).
- ASGI, with a WebSocket server, worked fine.
- Django performed 100% well
- Django LiveView, with 130 parallel users, worked... surprisingly well. I'm surprised myself!
My server has specifications similar to a Raspbery Pi 4. Don't overthink it: Django + Nginx + Cache -> It is easy to develop and performs well.
#django #python #nginx #djangoliveview
Developing a Robust CRUD Application with FastAPI and SQLAlchemy: A Comprehensive Tutorial
In 2026, the demand for high-performance, asynchronous web services continues to grow, making FastAPI the industry standard for Python-based backend development. This guide walks you through the essen...
📺 Watch here: https://www.youtube.com/watch?v=uGf2YTieHNw
##FastAPI ##SQLAlchemy ##Python ##WebDevelopment
Currently, I use the pip-check package to check for outdated packages by using `pip-check -H`.
Is there a better way of checking for outdated #Python packages installed by pip?
Is there an open issue for adding this functionality to pip that I might follow? Thanks.
Shield AI is hiring Staff Engineer, Autonomy - Tactical Behaviors (R3914)
🔧 #cplusplus #python
🌎 Washington, District of Columbia
⏰ Full-time
🏢 Shield AI
Job details https://jobsfordevelopers.com/jobs/staff-engineer-autonomy-tactical-behaviors-r-3914-at-shield-ai-aug-15-2025-2b8309?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring
Hey, Mastodon! I’m Alec. I’m here in search of meaningful art and community, far from the place where everyone’s an ‘influencer’ and everything is monetized ‘content’ made to appease an algorithm.
I’m a fan of:
- meaningful non-digital experiences📓✍️
- #ownedmedia 💿
- #ultimatefrisbee 🥏
- the #cubs , #49ers , #warriors & #valkyries
Currently learning #python for #dataanalytics.
With the state of things in the States right now I’m glad to be finally be here. #introduction #firstpost
Obrigado aos amigos do LHC (Laboratório Hacker de Campinas) pelo dia sensacional!
The sketch-a-day archives and tip jar are at: https://abav.lugaralgum.com/sketch-a-day Code for this: https://github.com/villares/sketch-a-day/tree/main/2026/sketch_2026_03_28 #Processing #Python #py5 #CreativeCoding
I love #C++ but, I haven't done much of it since college and that was C++03, and still using makefiles because #cmake had just barely came on the scene. And package management? What package management? vcpkg is so nice. So I've been watching Youtube videos to get up to date, and some dude did a whiny ass 2-hour video complaining how ugly C++ is next to... #python dude...that is apples and oranges. Quite literally. C++ isn't built to be pretty. It's built for speed! I honestly don't like python.
🐧 MetPy – read, visualize and perform calculations with weather data
MetPy is a Python library that provides a comprehensive suite of tools for working with meteorological data. The post MetPy – read, visualize and perform calculations with weather data appeared fir...
📰 Source: LinuxLinks
🔗 Link: https://www.linuxlinks.com/metpy-read-visualize-perform-calculations-weather-data/
Космос из школьного кабинета: Как мы научили ИИ законам Кеплера после «разноса» от ученых
Существует стереотип, что современная наука об экзопланетах — это прерогатива NASA и ученых с миллионными грантами. Мы — команда обычных школьников и наш наставник — решили доказать, что для открытия новых миров достаточно ноутбука, Python и понимания того, что Машинное Обучение (ML) без физики — это просто генератор случайных чисел. Это история проекта ExoLogica AI : путь от сокрушительного провала на конференции до создания гибридного интеллекта, который видит то, что иногда пропускают профессиональные телескопы.
https://habr.com/ru/articles/1016416/
#экзопланеты #Астрофизика #машинное_обучение #Python #XGBoost #ExoLogica_AI #Kepler #NASA #KOI4878_b_масса #KOI4878_b
@glyph @lattera Indeed. And in fact, now that I take a closer look at that code, there are some *really* inadvisable formatting choices in there. Including cases where the author was actively fighting against the way #Python normally encourages one to write code.
Not that I think this is what actually happened, but if someone specifically decided to create an example of how you can write code that's "properly indented" but still badly formatted and organized, I could see them coming up with something that looks like this.
@lattera Those are exceptionally long lines and high levels of indentation, compared to most #Python code I see. (Or honestly, compared to most mainstream languages... Java is the only one that comes to mind where the code tends to look a bit more like that.)