Discord is hiring Staff Software Engineer - Safety Experience
🔧 #golang #javascript #python #rust #typescript #django #flask #react #android #ios #api #kafka #postgresql
🌎 San Francisco, Bay Area
⏰ Full-time
🏢 Discord
Job details https://jobsfordevelopers.com/jobs/staff-software-engineer-safety-experience-at-discord-com-dec-19-2025-47f514?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring
Embedding Python into an Android app using Chaquopy
https://github.com/mariobodemann/talk-python-on-android by @mariobodemann
#androiddev #python @berlindroid @cbase

Wait, you want me to pay #microslop to run #python? how about no

Phân tích 6 framework (Rust, JS, Python, Go, Java, TS) cho thấy: Kích thước code không đồng nghĩa phức tạp cấu trúc. Tokio (Rust) dù lớn nhất (92k dòng) vẫn có độ liên kết thấp. Vòng lặp phụ thuộc cục bộ, không lan rộng. Java (Gson) có 1000+ class, Go (Prometheus) phân chia rõ ràng chức năng. #PhátTriểnPhầnMềm #TốiƯuHệThống #CodeStructure #SoftwareEngineering
**Tags:** #CôngNghệ #PhânTíchPhầnMềm #Rust #JavaScript #Python #GoLang #Java #TypeScript
https://www.reddit.com/r/programming/comments
Why bother learning Python?
It automates the grind (pentest scripts in minutes!), crushes cyber tasks like OSINT & malware digs, fuels AI threat hunts, and builds killer tools.
Join the online course (February 10-12) and discover the secret power of Python!
https://hackers-arise.com/
#cybersecurity #hacking #python
Python Tip #28 (of 365):
Read large files line-by-line by looping over them.
If you are working with a file that could be very large (such as a log file that could be gigabytes in size), don't read the whole file all at once.
When working with potentially large text files, process the file line-by-line by looping over it:
with open("logs.txt") as log_file:
for line in log_file:
... # Process the line
🧵(1/2)
Cursos Gratuitos da Data Science Academy: Aprenda Data Science, IA, Python e Power BI
https://guiadeti.com.br/cursos-gratuitos-data-science-academy/
#analisededados #cursosgratuitos #datascience #datascienceacademy #engenhariadedados #inteligenciaartificial #powerbi #python
https://guiadeti.com.br/cursos-gratuitos-data-science-academy/?fsp_sid=321
Después de varios meses de exploración con #Python y cursar la certificación PCAP debo decir que es el lenguaje con el que más cómodo me he sentido en esta exploración inicial en el mundo de la #programación
Sigo estando más verde que una manzana y con mucho camino por recorrer, pero mi próximo paso es el PCPP, Django y de cabeza a asentar conocimientos en bases de datos.
La sensación de sentirme cada vez más abrumado según aprendo es real.
De cómo complementar esto más adelante desde el front-end (React, Value, HTXM,...) ya hablaremos en un tiempo 😅 😂
Trading Signal Series #2: How to Check Signal Stability — Python Solution
This post shows how to test stability across time, regimes, and parameter choices—using simple Python checks and clear outputs.
#Quant #AlgorithmicTrading #Python #TimeSeries #Backtesting #ai #market
@ai @programming @socialsciences @markets @towardsdatascience @pythonclcoding @Mastodon @medium
How to Access items in Lists in Python explained - S1 EP03 P4 - #Python #PythonProgramming #LearnPython #PythonBasics #Programming101 #pythonlife #ListItem #CodeTutorial #TechEducation #DeveloperLife #DailyCoding #Shorts #Reel #tiktoklearningcampaign #CodingForBeginners
🌟 Tôi vừa tự động hóa công việc bằng Python và biến script "xấu xí" thành ứng dụng Desktop DataFrog trong 48 giờ trước khi nhập ngũ! DataFrog giúp hợp nhất dữ liệu Excel, loại bỏ trùng lặp (VD: "Jon" vs "John") mà không cần VLOOKUP. Bây giờ bạn có thể dùng trực tiếp trên máy, không cần biết coding! 💻 #Python #ĐổiMới #PhầnMềmPhủ #QuânNhiệm #StartupViet
Oban, the job processing framework from Elixir, has come to Python
https://www.dimamik.com/posts/oban_py/