python

Back Open Paginator
17.11.2025 14:35
driscollis (@driscollis@mastodon.social)

I am starting my Black Friday deals early this year. Starting today and running through the end of the month, you can get 50% off any of my books or courses using this coupon: BLACKISBACK





Show Original Post


17.11.2025 14:24
mblayman (@mblayman@mastodon.social)

💾 With a web app, data is stored in a database, but we don't directly interact with the database. Instead, we write classes called "models." Learn all about Django models in this article. mattlayman.com/understand-djan




Show Original Post


17.11.2025 14:13
ngate (@ngate@mastodon.social)

✨🎉 Behold, the groundbreaking invention of the "Fastmcpp" – a ++ port of a library that nobody asked for! 🎩✨ Now you too can skip to the content and toggle your navigation until your eyes bleed, all while pretending to understand GitHub's endless list of buzzwords. 🚀🤖
github.com/0xeb/fastmcpp




Show Original Post


17.11.2025 14:12
habr (@habr@zhub.link)

[Перевод] Ускорение Python в 150 раз с использованием C

В статье разбираются три практических способа интеграции C кода с Python для ускорения вычислений, а так же поясняется причина по которой не используется NumPy. Каждый метод рассматривается с примерами кода и бенчмарками. NumPy уже не в моде?

habr.com/ru/articles/966880/

#левенштейн #python #ускорение_кода #язык_программирования #производительность #бенчмарки




Show Original Post


17.11.2025 14:11
bbelderbos (@bbelderbos@fosstodon.org)

`itertools.pairwise()` 🐍 use case: detect (and forbid) consecutive characters that are the same👇

>>> list(it.pairwise("hello"))
[('h', 'e'), ('e', 'l'), ('l', 'l'), ('l', 'o')]

#Python #tips





Show Original Post


17.11.2025 13:52
habr (@habr@zhub.link)

[Перевод] Python 3.14 без GIL: что это значит для веб-разработки

Команда Python for Devs подготовила перевод статьи о том, как "free-threaded" Python меняет правила игры для веб-сервисов. Автор сравнивает Python 3.14 с GIL и без него на реальных ASGI и WSGI приложениях — и приходит к неожиданному выводу: несмотря на локальные просадки в производительности, "free-threaded" Python уже сейчас может упростить масштабирование и снизить накладные расходы.

habr.com/ru/articles/967244/

#Python #GIL #freethreading #вебсервисы #ASGI #WSGI #производительность #конкурентность #Granian #FastAPI




Show Original Post


17.11.2025 13:41
TCCI_Ahmedabad (@TCCI_Ahmedabad@mastodon.social)

💻 Most In-Demand IT Skills to Learn in 2025 🚀

1️⃣ Python Programming
2️⃣ Data Analytics & SQL
3️⃣ Web Development
4️⃣ AI & Machine Learning
5️⃣ Advanced Excel & Data Visualization

🎯 Learn the right skills to get hired faster and earn more!

📍 Join TCCI – Tririd Computer Coaching Institute, Ahmedabad





Show Original Post


17.11.2025 13:35
social (@social@jvalleroy.fbx.one)
uv also provides a command "uvx", which is an alias for "uv tool run". You can use this to run tools like the ruff formatter/linter.

But note that tools installed using uvx do not have access to the dependencies of your project. They are run in a separate environment with only their own dependencies installed. So for things that need to import the project's dependencies, such as pytest or mypy, you will need to use "uv run ..." instead of uvx.

#python #uv



Show Original Post


17.11.2025 13:27
KingmaYpe (@KingmaYpe@mastodon.green)

@petarov

Fortunately the #python #cryptography library has good code examples on how to actually get a #pki to work.

Roughly, #x509 provides one way trust and I need mutual trust in a distributed group.

So I find myself working on x509 certificates for #wireguard. Wireguard works with a key pair at each tunnel end. Adding certs to that sounds conceptually easy, but for me it's a struggle.




Show Original Post


17.11.2025 13:17
reddit_tech_vn_bot (@reddit_tech_vn_bot@mastodon.maobui.com)

Công cụ `rag-chunk` mới được phát hành cho cộng đồng Python/RAG, giúp đo lường chiến lược chia nhỏ tài liệu tốt nhất. Công cụ này cung cấp tính năng parse, test, đánh giá và tính điểm Recall. #ragchunk #python #RAG #tool #côngcụ #pháttriển #pythonlibrary #thư viện python #công cụ phát triển #ragchunktool

github.com/messkan/rag-chunk




Show Original Post


17.11.2025 13:05
jobsfordevelopers (@jobsfordevelopers@mastodon.world)

Datadog is hiring Manager I, Engineering - Analytics Data Platform, Governance

🔧 #golang #python #react #api #kafka #kubernetes #postgresql
🌎 Paris, France
⏰ Full-time
🏢 Datadog

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




Show Original Post


17.11.2025 12:34
riverfount (@riverfount@bolha.us)

Comparações com TRUE em Python, mais uma reflexão de boas práticas e código mais pythônico:

bolha.blog/riverfount/comparac

#Python #BoasPráticas #Pythonico




Show Original Post


1 ...975 976 977 978 979 980 981 982 983 984 985 ...1568
UP