Как вырасти из Manual QA в Automation: пошаговый план
Пошаговое руководство для Manual QA, которые хотят перейти в автоматизацию. Как выбрать направление, язык и инструменты, какие шаги пройти и что добавить в портфолио, чтобы уверенно расти в Automation QA.
https://habr.com/ru/articles/932374/
#manual_qa #manual_testing #api_testing #ui_testing #load_testing #python #playwright #allure #junior_qa #автоматизация_тестирования
CDKでPython Lambda Layerを追加する方法をまとめてみた
https://dev.classmethod.jp/articles/2025-08-05-cdk-python-lambda-layer/
#dev_classmethod #AWS #CDK #AWS_CDK #AWS_Lambda #Lambda_Layers #Python
I get some times second hand phone to play with them, and I do many re-installations. So I did a Python script to handle the install of apps coming from F-droid more easily https://repos.susurrando.com/adelgado/android_manager
It does a backup of the APKs or a list of APK names, and it restore the APKs or, better (because it will be more up-to-date), from the list of names install the latest build available from F-Droid app store
#Python #Android #FDroid #ADB #backups #restores #apps #apks
Dunder methods are low-level implementation details that the Python interpreter uses to power various Python features.
Read the full article: Don't call dunder methods
▸ https://trey.io/p0h32w
🌘 Bytepawn - 用 Python 實現 Lamport 的拜占庭將軍演算法
➤ 跨越叛徒的迷霧,用 Python 築起分散式共識的橋樑
✤ https://bytepawn.com/lamport-byzantine-generals.html
本文深入探討了 Lamport 經典的拜占庭將軍問題,並透過 Python 程式碼實作出其「口頭訊息」版本。文章從問題的起源——意圖迷惑忠誠將軍的叛徒將軍們如何阻止達成共識——講起,逐步闡述了這個在分散式系統中處理惡意節點的挑戰。作者解釋了問題的關鍵假設,特別是叛徒節點可能採取的各種欺騙行為,並指出在 $N < 3M+1$ 的情況下問題是無法解決的。文中以 $(M, N) = (1, 4)$ 的具體案例,詳細示範了演算法的運作流程:每位將軍不僅記錄來自國王的命令,更轉發給其他將軍,最終透過收集到的訊息進行多數決策,確保即使有叛徒,忠誠將軍也能達成一致的行動。
+ 終於有人用 Python 實作了這個經典問題!對於理解分散式系統的健壯性非常有幫助。
+ 這
#拜占庭將軍問題 #分散式系統 #Python #演算法 #訊息傳遞 #共識
Lamport's Byzantine Generals Algorithm in Python
https://bytepawn.com/lamport-byzantine-generals.html
Hola!
A partir de mañana a las 7am estará disponible la segunda clase del curso de programación con Python, aumentando así la colección del curso completo.
Pasa a verlo si quieres aprender a programar.
https://www.youtube.com/watch?v=Z5GZUMiiZXI
#python #programacion #curso #art
Oh, give #python a second chance, some say. I'm not using it right!
Lets try uv.
fuck you python you unfriendly piece of crap.

Top 5 VBA Interview Questions. #Excel #VBA #SQL and #Python
Welcome to ExcelVBA Expert, your go-to channel for mastering a range of technologies, including Excel, VBA, SQL, Power BI, ... source
https://quadexcel.com/wp/top-5-vba-interview-questions-excel-vba-sql-and-python/
The 5 Best VPS Hosts for Python in the World.
Los 5 Mejores VPS Para Python del Mundo.
👉 https://nubecolectiva.com/blog/los-5-mejores-vps-para-python-del-mundo/
#programming #coding #programación #code #webdevelopment #devs #softwaredevelopment #vps #python

WIP "Noise walkers" #OpenSimplexNoise Code at: https://github.com/villares/sketch-a-day/tree/main/2025/sketch_2025_08_04
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
I have a #django site I’m building locally but need to deploy that in our SaaS environment.
- What is the best way to do that?
- How do you manage updates to the code and move them to the prod server? While keeping the db used in sync, is that where you replace project files, run makemigrations and migrate then serve?
- would making a docker image of the local project the. Deploying that container to the hosted environment work?
#python