python

Back Open Paginator
02.09.2025 12:19
TuxAcademyAdmin (@TuxAcademyAdmin@mastodon.social)

A single skill, endless possibilities!

Python is the key to careers in AI, Data Science, Cybersecurity, and more. 🔑





Show Original Post


02.09.2025 12:07
bterwijn (@bterwijn@fosstodon.org)

SOLUTION: memory-graph.com/#codeurl=http
explanation: github.com/bterwijn/memory_gra

#Python #memory_graph #MutableData





Show Original Post


02.09.2025 11:57
maphew (@maphew@vmst.io)

can't sleep so taking a look at the state of #python static site generators in the wild. Gotta say #mkdocs has taken a big jump upwards in my personal estimation since my last sojourn in this space a few years ago. Material for MkDocs is polished and sharp - squidfunk.github.io/mkdocs-mat.
New to me is Blurry - blurry-docs.netlify.app/, which has some spunk. It's good to see Pelican is still holding it's own (getpelican.com/); it would be nice to see some new theme energy.




Show Original Post


02.09.2025 10:17
ceedee666 (@ceedee666@mastodon.social)

We just reached our first milestone: over 1,000 learners enrolled in our upcoming 🐍 on 🥳

Let's see if we can get to the +40.000 participants we had last time on .

👉 If you’d like to join and learn , you can still sign up here: open.hpi.de/courses/python2025





Show Original Post


02.09.2025 09:12
habr (@habr@zhub.link)

Как НЕ нужно писать автотесты на Python

Разбираем самые странные антипаттерны в автотестах на Python: от sleep(0.1) и стрелочек вниз до глобальных курсоров и "фреймворков" на 3500 строк. Почему так делать не стоит и какие есть взрослые альтернативы.

habr.com/ru/articles/942532/

#автотесты #тестирование #антипаттерны #python #selenium #playwright #pytest #locust #костыли #велосипеды




Show Original Post


02.09.2025 08:32
habr (@habr@zhub.link)

Случаи из разработки на асинхронных фреймворках в Python. Часть 1. FastAPI

Асинхронность в Python кажется простой — добавил async/await, и всё летает. Но на практике синхронные вызовы внутри асинхронного кода превращаются в «бутылочное горлышко», блокируя event loop и приводя к непредсказуемым последствиям: от подвисших запросов до деградации производительности. Как разбираться в таком случае и почему важно знать особенности фреймворков в подкате...

habr.com/ru/articles/942942/

#asyncio #микросервисы #интеграционное_тестирование #fastapi #python




Show Original Post


02.09.2025 08:26
loopier (@loopier@post.lurk.org)

Anybody live coding with #python using github.com/belangeo/pyo?




Show Original Post


02.09.2025 06:05
jobsfordevelopers (@jobsfordevelopers@mastodon.world)

Credera is hiring Senior Architect, GenAI and LLM, Data

🔧 #python #aws #azure #gcp #nosql #sql #seniorengineer #solutionsarchitect
🌎 Denver, Colorado
⏰ Full-time
🏢 Credera

Job details jobsfordevelopers.com/jobs/sen
#jobalert #jobsearch #hiring




Show Original Post


02.09.2025 02:54
gerowen (@gerowen@mastodon.social)

If you have installed and want to verify what's going on with being flagged as malicious, here's all you need to do.

Create a file with the following content; maybe name it "hello.py":

print ("Hello world!")

Then compile it with PyInstaller, doesn't matter if you use the onefile argument or not:

pyinstaller --onefile hello.py

If Defender doesn't nuke it on sight, find your .exe in the dist folder and upload it to virustotal(.)com. It'll pop hot for a trojan.




Show Original Post


02.09.2025 02:44
damngoodtech (@damngoodtech@mastodon.social)

Are you an experienced programmer who wants to learn Python & Django FAST?

Check out my PYTHON + DJANGO CRASH COURSE FOR EXPERIENCED PROGRAMMERS.

First video is out now!

youtu.be/rnCxMhtsv3Q




Show Original Post


02.09.2025 01:34
treyhunner (@treyhunner@mastodon.social)

In Python, how can you check whether two iterables are equal?

Read more 👉 trey.io/0frqkp




Show Original Post


02.09.2025 01:10
AdamOnza (@AdamOnza@mastodon.online)

I released my #python anti-social micro log program. I didn't bother copyrighting it or anything. I hope it brings more joy than sadness.😅 I've been using it for over a month now. It's been nice so far. Anyway here it is.
github.com/AdamOnza/ASML




Show Original Post


1 ...1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 ...1550
UP