Bạn muốn nắm vững Python từ cơ bản? Nền tảng mới cung cấp khóa “Python Refresher” miễn phí, bao gồm kiểu dữ liệu, đối tượng, hàm, điều kiện, vòng lặp, xử lý ngoại lệ và decorator. Học qua nội dung ngắn gọn, thực hành giải bài tập hoặc dự án. Hãy thử và cho phản hồi! #Python #LậpTrình #HọcPython #Programming #GiáoDục
https://www.reddit.com/r/SideProject/comments/1qnbpk7/learn_python_fundamentals_by_solving_problems/
Star Constellation Map
Python draws an entire constellation of 40 stars across the night sky! Different sizes and colors - cosmic art with code! ⭐🌌
#python #pythontricks #codingtips #programmingtutorial #turtlegraphics #starpatterns #constellationart #pythonart #spacetheme #pythonloops #cosmicpatterns #pythonturtle
https://www.youtube.com/watch?v=Hu6EFbu8njc
RE: https://hachyderm.io/@itworldcup/115960578331633434
I am happy to see my two favourite languages in the final election! 🥳 Both are great. Let's find out who is the fediverse' fan favourite!
Series #1: How to Build a Clean Price Dataset (Trading Data) — Python Solution
This post shows a practical cleaning pipeline: normalize timestamps, handle splits/dividends (where needed), remove duplicates, fill gaps carefully, and run sanity checks so your backtests don’t lie.
#Python #Trading #Quant #DataEngineering #TimeSeries #ai #programming
@ai @socialsciences @programming @medium @towardsdatascience @pythonclcoding @Mastodon
Go рухнул с 7 на 16 место в TIOBE: пора ли российским компаниям пересмотреть технологический стек?
В ноябре 2024 года язык программирования Go достиг своего исторического максимума — седьмого места в престижном индексе TIOBE, укрепив позиции в топ-10. Однако всего через 14 месяцев, в январе 2026 года, картина кардинально изменилась: Go обвалился на 16-е место, потеряв сразу 9 позиций. Это один из самых драматичных спадов года среди топовых языков. Парадокс в том, что в России Go переживает противоположную тенденцию — язык активно набирает популярность, его используют крупнейшие технологические компании и количество Go-разработчиков превысило 40 тысяч. Возникает критический вопрос для отечественной индустрии: не движемся ли мы против глобального технологического тренда, делая ставку на язык, который теряет позиции на мировой арене?
https://habr.com/ru/articles/989014/
#python #tiobe #бекенд #разработка #стек #бигтех #мода #хайп #производительность
TMST Simulation: Under the Hood (Zoom T→0)
This is the "Extreme Cold" test of my Python framework. Notice how the analytic threshold (red line) perfectly matches the numerical boundary where Entanglement > Noise.
The code is built to be TWEAKED! 🛠️
Adjusting parameters in `main.py` is trivial—even if you're new to Python.
Want to break my physics? Clone it, change the squeezing parameter 'r', and see if the topology holds!
🔗 https://github.com/JavierMartinAlonso1980/entanglement-dominance-tmst
#Python #OpenScience #AIassistedSpeculative

Everyone's selling you the "rewrite in Rust for performance" narrative
I turned a #Clojure database into a .so that runs embedded in #Rust, #Python, or anything that loads FFI
Zero JVM at runtime @graalvm Native Image did the heavy lifting
https://avelino.run/chrondb-polyglot-ffi-clojure-graalvm-native-image/
#ITWorldCup Greetings, programs 💾
I've got the honor to present you the match you all have been waiting for: The final of the 2025* Programming Languages World Cup:
#python vs. #rustlang
*yes, yes I know, but we started in 2025. Will start the next one earlier, so it doesn't get confusing again.
@greg How's your experience with #Ty in #Eglot going?
Donación hecha a la asociación #Python España 👍
Seguid haciendo esa buena labor!!
Основы Python за 1 статью: от Hello World до рабочего скрипта
Python за одну статью? Да, если выкинуть оттуда ООП. Новичков часто пугают сложной теорией, хотя для старта нужно всего 9 блоков знаний. Разбираем только то, что реально нужно для написания скриптов: синтаксис, структуры данных, функции и работу с файлами. В конце — пишем полноценную консольную игру. Лучший старт для новичка и шпаргалка для забывчивых.
https://habr.com/ru/articles/988966/
#python #python3 #python_для_начинающих #python_3 #python_tutor
I once thought to myself “What if there was pathlib, but for URLs, so that I don’t have to deal with urllib.parse?”, but I never got to implementing it because I couldn’t figure out how to do fragments and query strings properly.
Well, thankfully, someone else figured it out!.. Ten years ago, it seems 😅 yarl has all features I wanted, and then some, and is cool as heck!
https://github.com/aio-libs/yarl