A single skill, endless possibilities!
Python is the key to careers in AI, Data Science, Cybersecurity, and more. 🔑
#Python #PythonProgramming #LearnPython #CodeWithPython #PythonForBeginners #Programming #Coding #TuxAcademy #CodeLife #Developers

SOLUTION: https://memory-graph.com/#codeurl=https://raw.githubusercontent.com/bterwijn/memory_graph_videos/refs/heads/main/exercises/exercise14.py&play
explanation: https://github.com/bterwijn/memory_graph?tab=readme-ov-file#python-data-model
#Python #memory_graph #MutableData

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 - https://squidfunk.github.io/mkdocs-material/.
New to me is Blurry - https://blurry-docs.netlify.app/, which has some spunk. It's good to see Pelican is still holding it's own (https://getpelican.com/); it would be nice to see some new theme energy.
We just reached our first milestone: over 1,000 learners enrolled in our upcoming #Python 🐍 #MOOC on #openHPI 🥳
Let's see if we can get to the +40.000 participants we had last time on #openSAP.
👉 If you’d like to join and learn #Python, you can still sign up here: https://open.hpi.de/courses/python2025

Как НЕ нужно писать автотесты на Python
Разбираем самые странные антипаттерны в автотестах на Python: от sleep(0.1) и стрелочек вниз до глобальных курсоров и "фреймворков" на 3500 строк. Почему так делать не стоит и какие есть взрослые альтернативы.
https://habr.com/ru/articles/942532/
#автотесты #тестирование #антипаттерны #python #selenium #playwright #pytest #locust #костыли #велосипеды
Случаи из разработки на асинхронных фреймворках в Python. Часть 1. FastAPI
Асинхронность в Python кажется простой — добавил async/await, и всё летает. Но на практике синхронные вызовы внутри асинхронного кода превращаются в «бутылочное горлышко», блокируя event loop и приводя к непредсказуемым последствиям: от подвисших запросов до деградации производительности. Как разбираться в таком случае и почему важно знать особенности фреймворков в подкате...
https://habr.com/ru/articles/942942/
#asyncio #микросервисы #интеграционное_тестирование #fastapi #python
Anybody live coding with #python using https://github.com/belangeo/pyo?
Credera is hiring Senior Architect, GenAI and LLM, Data
🔧 #python #aws #azure #gcp #nosql #sql #seniorengineer #solutionsarchitect
🌎 Denver, Colorado
⏰ Full-time
🏢 Credera
Job details https://jobsfordevelopers.com/jobs/senior-architect-genai-and-llm-data-at-credera-com-jan-17-2025-19f7bc?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring
If you have #Python installed and want to verify what's going on with #PyInstaller 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.
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!
#python #django #coding #tech #fullstack
In Python, how can you check whether two iterables are equal?
Read more 👉 https://trey.io/0frqkp
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.
https://github.com/AdamOnza/ASML