Книга: «Весь Python. Самое актуальное и исчерпывающее руководство»
Привет, Хаброжители! Всеобъемлющее современное руководство по программированию на Python, охватывающее фундаментальные идеи и практические приемы! Вы научитесь писать собственные программы и получите четкое представление о том, куда двигаться дальше и как использовать полученные знания. Изучение Python подкреплено практикой — огромным количеством примеров приложений. К концу книги вы будете готовы применить полученные знания и создать несколько реальных проектов. Вы научитесь эффективно использовать Python в анализе данных, веб-разработке и автоматизации задач. Книга включает описание новейших возможностей, появившихся в версиях Python 3.9–3.12, в том числе главы об аннотациях типов и консольных приложениях, а также примеры, демонстрирующие современные практики веб-разработки на Python.
https://habr.com/ru/companies/piter/articles/970968/
Day 04 - "Printing Department" ✅
Felt it easier compared to the previous 2 days.
Fun solving these problems. Hoping to stay consistent this year.
My solutions - https://github.com/GKay-Dev/Advent-of-Code-2025
Advent of Code 2025 - https://adventofcode.com/2025/day/4
#AdventOfCode #Python #Coding #Challenges #100Devs #AoC2025
I just completed "Printing Department" - Day 4 - Advent of Code 2025
I love using complex numbers for 2d grid coords. Python excels at this kind of puzzle. ~10 lines and 200ms for both parts.
https://github.com/jstanden/advent-of-code-python/blob/main/2025/day4.ipynb
#AdventOfCode #Python #Programming
📝 Advent of Code 2025 Day 4: Printing Department
Another day, another grid puzzle. But thanks to my pre-existing "grids" module and its parse_grid() and neighbors() function, it was surprisingly easy.
#python #AdventOfCode2025 #programming #coding
Repeat String via 3 Methods
Repeat String via 3 Methods This content explores interesting aspects of this topic. The information provided offers valuable insights and perspectives. Understanding this reveals how everyday things are more thoughtful than they appear. Next time you'll notice this detail. This fascinating detail shows how much thought goes into things we take for granted.
#python #coding #programming #tutorial #string #repeat #multip...
https://www.youtube.com/watch?v=2H8HkF92rcw
Putting aside my positive preconceptions, I have to admit that #PyCharm has also been affected by #enshittification. I tried to ignore the fact that the AI constantly nags me to pay for it. But what really shocks me is that I have to debug more and more often with the `breakpoint()` function because the built-in debugger just crashes.
The new unified PyCharm, on the other hand, evokes the atmosphere of 90s shareware games with its glowing "Free trial" label and built-in ability to "offer more".
I might have to look for a different IDE. 😒
Show HN: Mirror_bridge – C++ Reflection powered Python binding generation
https://github.com/FranciscoThiesen/mirror_bridge
Django 6 (2025) ra mắt với nhiều cập nhật: hỗ trợ CSP tích hợp, khối tái dùng trong template, xử lý tác vụ nền, Email API hiện đại và cải thiện bảo mật. Phù hợp cho lập trình viên từ cơ bản đến chuyên sâu.
#Django #Python #django2025 #laptrinh #features2025
Mirror_bridge – C++ reflection for generating Python/JS/Lua bindings
https://chico.dev/Mirror-Bridge/
Сердце не сыто. Python помогает раскрыть особенности мастерства поэта Вознесенского
Можно ли было читать советские стихи американцам? Пытаюсь выяснить это с помощью Python на примере Андрея Вознесенского.
https://habr.com/ru/articles/972880/
#python #tokenizer #stanford #pandas #nlp #nltk #чтение #поэзия #проза #говнокод
Thinking about a deep dive into data? Harvard’s 66‑week Data Engineering course (similar to MIT’s MicroMasters) covers SQL, Python, Spark, plus hands‑on AWS & Azure labs—all for $1,332.90 (≈₹1.18 L). Find out if it’s worth the time and money. #HarvardDataCourse #MITMicroMasters #DataEngineering #Python
🔗 https://aidailypost.com/news/harvard-data-course-runs-66-weeks-costs-usd-133290-rs-118-lakh

Allos is a Python SDK for building AI agents that can switch between OpenAI, Anthropic, and more with a single command. https://hackernoon.com/why-i-built-allos-to-decouple-ai-agents-from-llm-vendors #python