🌗 Python:紀錄片 | 一個起源故事
➤ 探索 Python 的誕生與發展歷程
✤ https://www.youtube.com/watch?v=GfH4QL4VqJ0
這部紀錄片講述了 Python 這門廣受喜愛的程式語言的起源故事,從 1990 年代在阿姆斯特丹一個小小的個人計畫,演變成今日軟體開發領域的要角。
+ 很有趣的紀錄片,讓人瞭解 Python 的演進。
+ 推薦給所有 Python 開發者,瞭解語言的根源。
#程式語言 #Python #紀錄片 #歷史
Tutorial
Testes automatizados e qualidade de dados em data pipelines - Gabrielle Stephanie e Talissa Moura
Aprenda a criar pipelines de dados robustos com testes automatizados e validação de qualidade em python. Domine testes unitários, integração, performance e garantia de dados confiáveis.
#python #bolhadev #pythonbrasil

Python: The Documentary – An origin story [video]
Link: https://www.youtube.com/watch?v=GfH4QL4VqJ0
Discussion: https://news.ycombinator.com/item?id=45056377
Excited to share glimpses of my new project built with Django!
Every line of code I wrote and every commit is a step in a continuous journey of learning and applying.
I’ve poured all my energy into creating something I can be proud of.
The bigger goal is to make it open source for everyone soon, God willing.
Stay tuned for the launch! 🔥

متحمس أشارككم لمحات من مشروعي الجديد بإطار جانقو!
كل سطر كود كتبته وكل commit هو خطوة في رحلة تعلم وتطبيق مستمرة
استثمرت فيه كل طاقتي عشان اسوي شي أفتخر فيه
الهدف الأكبر إني أخليه مفتوح المصدر للجميع قريبًا إن شاء الله
ترقبوا الإطلاق! 🔥

Tutorial
Primeiros passos com Padrões de Projeto (com TDD) - Vitor Buxbaum
Já sabe refatorar um código, mas ainda não entrou no mundo dos Padrões de Projeto? Essa é sua oportunidade de entender o motivo de existirem, e usá-los para melhorar um código existente.
#python #pythonbrasil #bolhadev

All 76 possible triangles from connecting points of a 3x3 grid. Code at: https://github.com/villares/sketch-a-day/tree/main/2025/sketch_2025_09_01
More sketch-a-day: https://abav.lugaralgum.com/sketch-a-day
If you like this, support my work:
https://www.paypal.com/donate/?hosted_button_id=5B4MZ78C9J724
https://liberapay.com/Villares
https://wise.com/pay/me/alexandrev562 #Processing #Python #py5 #CreativeCoding

PagerDuty is hiring Senior Site Reliability Engineer 4
🔧 #golang #python #ruby #aws #azure #cicd #gcp #kubernetes #terraform #seniorengineer
🌎 Toronto, Canada
⏰ Full-time
🏢 PagerDuty
Job details https://jobsfordevelopers.com/jobs/senior-site-reliability-engineer-4-at-pagerduty-com-aug-4-2025-0d8c67?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring
New #physics #python video - visualizing the electric flux through a cube. This is for my #electrodynamics course #iteachphysics
A test of my BrainF to #Soviet #Cyrillic #calculator cross compiler. I just did "+++ [->+++++++++++<]." The number of "+"s in the loop was random.
I compiled it in #Python, then entered the code into the simulator to check it.
3 + x#0 23 1 - KПE ИПE 1 +
ПE KИПE 1 1 + KПE ИПE 1 - ПE
KИПE БП 02 ^ С/П
And without error, it pushed 33! :O As in 33 Cyrillic letters. Numerology! xD
BUT The code isn't quite right, & could use optimization.
#BrainF continues to run on almost anything! #esolang
This video is a great example of how to use programming visually to teach mathematics, in this case the ever-boring linear algebra.
#Python: The Documentary was an interesting watch, though I'm not sure if it was really a thorough study of the history of the language. Still, I didn't know about the influence of ABC, which was specifically designed with beginners in mind.
https://en.wikipedia.org/wiki/ABC_(programming_language)
That the example code's keyword for defining a function is `HOW TO` (instead of e.g. `def`, I think) as a simple way of prompting a reasonable function name that I hadn't though of before.