Statistical Process Control in Python
Link: https://timothyfraser.com/sigma/statistical-process-control-in-python.html
Discussion: https://news.ycombinator.com/item?id=46055421
Await Is Not a Context Switch: Understanding Python's Coroutines vs. Tasks
https://mergify.com/blog/await-is-not-a-context-switch-understanding-python-s-coroutines-vs-tasks
Quer dar um salto na sua programação Python? 🚀 Descubra como dominar o Pattern Matching avançado com guards, padrões OR/AND e saiba evitar armadilhas que podem comprometer seu código!
Este artigo técnico detalhado mostra como refinar seu controle de fluxo com estrutura clara e expressiva — essencial para desenvolvedores que buscam elegância e eficiência.
#Python #PatternMatching #DevTips #Programação
Một startup AI đang tìm đồng sáng lập kỹ thuật! Người sáng lập hiện tại đã có MVP cho công cụ AI tự động hóa hỗ trợ khách hàng và cần một chuyên gia backend. Yêu cầu: kinh nghiệm Python 3+ năm, đam mê AI, sẵn sàng nhận cổ phần. Hãy DM nếu bạn quan tâm!
#StartupAI #TìmĐồngSángLập #TechnicalCofounder #AI #Python #TuyểnDụng #Entrepreneurship #SaaS
https://www.reddit.com/r/SaaS/comments/1p750pd/need_a_technical_cofounder_for_my_ai_startup_idea/
Você criou sua primeira função em Python. Ela roda, não dá erro, devolve o resultado certo… missão cumprida.
Duas semanas depois, você abre o arquivo de novo e pensa:
“Quem foi que escreveu isso? O que essa função faz mesmo?”
#Science #ciencia #development #desenvolvimento #developer #desenvolvedor #python #PythonProgramming #pythonbrasil #pythoncode #programming #programacao #programador #moprius
https://www.moprius.com/2025/11/como-escrever-funcoes-em-python.html
🥱📈 Because everyone needs a 200-page #book to figure out how to run a few lines of code in #Python and #R, right? Forget #learning #stats – spend your time learning how to use this book instead! 💥🚀
https://timothyfraser.com/sigma/statistical-process-control-in-python.html #Coding #200Pages #HackerNews #ngated
[Перевод] 10 приёмов профессионала для ускорения кода на Python
Команда Python for Devs подготовила перевод статьи о том, как делать код на Python быстрее без переписывания проектов с нуля. В статье 10 практичных приёмов — от sets и bisect до локальных функций и предвыделения памяти — которые дают реальный прирост скорости в типовых сценариях.
https://habr.com/ru/articles/969848/
#python #оптимизация #оптимизация_кода #производительность #sets #bisect #itertools #память #циклы #скорость
Statistical Process Control in Python
https://timothyfraser.com/sigma/statistical-process-control-in-python.html
#HackerNews #StatisticalProcessControl #Python #DataScience #QualityControl #Analytics
The Python Logging eBook is 50% off this week
Learn all about how to log with #Python today!

Last @adho.org SIG DHTech meetup of 2025! Are you a developer of a #Python package for #DH research or using someone else’s Python code? Do you wish there was a community to support you in your efforts? Do you wish there was a way of sharing your work with others so it could be reused? If so, then join us on December 4, 2025 at 10am ET/4pm CEST and discuss how we could build a community similar to pyOpenSci or rOpenSci for the humanities. Register here: https://asu.zoom.us/meeting/register/ym69dScvSEuIAW3yMdmu-A
https://15r10nk.github.io/inline-snapshot/latest/ : un outil de @15r10nk afin de tester son code #Python avec #pytest en utilisant une approche "golden record". inline-snapshot permet de capturer le résultat d'une fonction / méthode / expression avant une refonte de code puis de vérifier que le résultat n'a pas changé.
Si le résultat a changé :
- c'est qu'il a été corrigé et il faut adapter le test automatisé
- c'est que la refonte a cassé quelque chose et qu'il faut enquêter
Checking Justfiles With repo-review Framework
https://paultraylor.net/blog/2025/checking-justfiles-with-repo-review/