#pythonista
Als Pythonista hätte ich es lustig gefunden, wenn in Berlin neben Elif auch noch If und Else zur Wahl gestanden hätten.
September 20, 2026 at 6:03 PM
Czyste sumienie i pełna zgodność: Realizujesz ideę technologicznej suwerenności, chroniąc know-how firmy przed zagraniczną jurysdykcją i masową inwigilacją.

Więcej informacji 👉 https://jurkiewicz.tech/opis-delta_chat.html

#security #opensource #pki
Adam Jurkiewicz Pythonista - Linux Admin · DevOps · Python 3 · fastAPI
Dostarczamy bezpieczne kanały komunikacji wenątrz firm, chronimy dane i otwieramy nowe możliwości...
jurkiewicz.tech
September 12, 2026 at 8:05 PM
Why Rust as Pythonista? belderbos.dev/blog/rust-m... 💡

Start coding today: rustplatform.com 🚀
(15 intro exercises are free)
Learning Rust Made Me a Better Python Developer
Rust's ownership model, Result type, and exhaustive matching changed how I write Python. Here are the patterns that transferred.
belderbos.dev
September 4, 2026 at 10:36 AM
Huge 💜 to everyone who submitted to PyCon NL CFP!!
You brought the ideas, the energy, and just the right amount of chaos. ✨🐍
Thank you all! 🙌
We'll be busy building our program for every level of Pythonista!

Stay tuned for more updates! 🚀
August 24, 2026 at 12:16 PM
ウニホーレン食べたくてgoogle maps上位の店にふらっと立ち寄ったら、ニュージーランドのKiwi PyConでスタッフやってたPythonista(PyCon JP不参加)と知り合うというミラクル
August 22, 2026 at 12:45 PM
Alternate title: "what's `new` with Dart constructors?"

TIL data classes come from Kotlin. Being an ignorant Pythonista, I thought they sprung fully formed from @hynek.me's forehead
It took a long time, but we finally added primary constructor syntax to Dart. If you want some (a lot) of background into how we designed it the way we did, I wrote a long blog post about it:

dart.dev/blog/bringin...

#dartlang
Bringing Primary Constructors to Dart
An inside look at the design decisions, trade-offs, and syntactic sugar behind adding primary constructors to Dart 3.13.
dart.dev
August 22, 2026 at 12:19 AM
PEP 8 recommends this for "non-public methods and instance variables".

The underscore doesn't STOP access:

>>> wh._digits
'2024561414'
>>> wh._digits = "5551234567"

But when another Pythonista sees an underscore-prefix name, they'll think "that's odd... we're relying on an internal attribute".
August 19, 2026 at 3:16 AM
I have been writing python for like 20 years as badly as I hate it I can't rly help but *not* be a pythonista
August 9, 2026 at 10:09 PM
Grupa staje się "Zweryfikowana" – nikt z zewnątrz (nawet administrator serwera) nie może dopisać do niej trzeciej osoby.

Więcej informacji 👉 https://lttr.ai/At4zI

#security #opensource #pki
Adam Jurkiewicz Pythonista - Linux Admin · DevOps · Python 3 · fastAPI
Dostarczamy bezpieczne kanały komunikacji wenątrz firm, chronimy dane i otwieramy nowe możliwości...
jurkiewicz.tech
August 7, 2026 at 8:06 PM
Instalujemy system przy użyciu kontenerów Docker, co gwarantuje stabilność, łatwość aktualizacji oraz pełną izolację aplikacji od reszty systemu.

Przeczytaj pełny artykuł: Adam Jurkiewicz Pythonista
Więcej informacji ▸ https://lttr.ai/Atypr

#SzyfrowanaKomunikacjaWewnątrzfirmowa #linux #opensource
August 4, 2026 at 9:51 PM
Instalujemy system przy użyciu kontenerów Docker, co gwarantuje stabilność, łatwość aktualizacji oraz pełną izolację aplikacji od reszty systemu.

Przeczytaj pełny artykuł: Adam Jurkiewicz Pythonista
Więcej informacji ▸ https://lttr.ai/AtyXQ

#SzyfrowanaKomunikacjaWewnątrzfirmowa #Linux
August 4, 2026 at 6:29 PM
This is the Shortcuts app, it's fairly rich, including logic flow. you can also implement logic with javascript (via calling it through a safari connector) or Python (with Pythonista integration or the like) or even with shell over SSH.

On macOS, add applescript, shell scripts, and...well, anything
August 3, 2026 at 12:47 AM
ok you got me I'm a fake pythonista, in Ruby we just require and hope and pray there's no global namespace leakage
July 29, 2026 at 7:42 PM
@olemoritz hi Ole, how can I help you get Pythonista 3 into the app store? I need it so much.
July 20, 2026 at 10:35 AM
Pythonistaほしー1500円
July 16, 2026 at 5:12 AM
Pythonistaのレビューがしっかり強者ががってて星
July 16, 2026 at 5:11 AM
As a casual Pythonista, I've been seeing cool stuff about machine learning and data science for years, which is the only thing keeping me hopeful that We Will Get Through This re: AI
July 14, 2026 at 3:43 PM
How Rust makes you a better Pythonista 💡
belderbos.dev/blog/rust-ma...

A bit about my Rust journey: belderbos.dev/blog/vbrownb...

Start learning Rust: rustplatform.com 🚀

Join our next cohort in August: scriptertorust.com - 6 weeks, build a complete JSON parser from scratch. 💪 🔥
Learning Rust Made Me a Better Python Developer
Rust's ownership model, Result type, and exhaustive matching changed how I write Python. Here are the patterns that transferred.
belderbos.dev
July 14, 2026 at 9:28 AM
Tired of wrestling with complex OS interactions in Python? A game-changer just landed on PyPI! The new `os-helper` library promises to streamline your development process, making system-level tasks significantly more intuitive and efficient. This is a serious boost for every Pythonista …

#PythonDev
os-helper added to PyPI
**Python Developers Get a Boost with New OS-helper Library** Python developers have a fresh tool to add to their toolkit, with the recent addition of…
news.owkid.com
July 14, 2026 at 7:09 AM
If I install PyVOIP with pip, it installs v1.6.9, which is all but useless because it ignores the OPTIONS method. Version 2.0.0 is in git, but I'm not enough of a Pythonista to know how to install it from source.
July 13, 2026 at 11:58 PM
If I install PyVOIP with pip, it installs v1.6.9, which is all but useless because it ignores the OPTIONS method. Version 2.0.0 is in git, but I'm not enough of a Pythonista to know how to install it from source.

Also, maybe I would like to use something with a proven track record, that works […]
Original post on mastodon.me.uk
mastodon.me.uk
July 13, 2026 at 11:58 PM
🇺🇸 🇬🇧 📰 Python Persona: How Strong of a Pythonista Are You?

👉 Tap here to read the full story 👇

#Python #Persona #Strong #Pythonista
🇺🇸 🇬🇧 📰 Python Persona: How Strong of a Pythonista Are You? 👉 Tap here to re...
dev.to
July 13, 2026 at 6:08 AM
Python Persona: How Strong of a Pythonista Are You?
_This is a submission for Weekend Challenge: Passion Edition_ ## What I Built Python Persona is a desktop app that analyzes any GitHub user's Python code and shows you who they are as a developer. You type a username, it fetches their repos, downloads their Python files, and shows you their frameworks, packages, features, and code patterns. Every data point links to the exact file and line on GitHub so you can study the real code. I also built an AI learning roadmap feature. When you spot a topic you want to learn, you click it and the app builds a reverse dependency graph. It works backwards from your topic to the foundations, then teaches you step by step. This came from my own frustration with ChatGPT and Grok. They answer at whatever level they think is right, but often I cannot understand the answer because my foundation is not strong enough. This app fixes that by teaching prerequisites first. The app also stores every analysis in Snowflake and compares your code against everyone you have studied. You see which packages you are missing, which features you have never used, and which repos from top developers you should study next. ## Demo ## Code ## sojinsamuel / python-persona ### # 🐍 Python Persona > Stop guessing what to learn. Start studying real code. ## Why this app exists Python Persona is a desktop app that analyzes any GitHub user's Python code and shows you who they are as a developer. You type a username, it fetches their repos, downloads their Python files, and shows you their frameworks, packages, features, and code patterns. Every data point links to the exact file and line on GitHub so you can study the real code. I also built an AI learning roadmap feature. When you spot a topic you want to learn, you click it and the app builds a reverse dependency graph. It works backwards from your topic to the foundations, then teaches you step by step. This came from my own frustration with ChatGPT and Grok. They answer at whatever level they think is right, but often I cannot understand the answer because my… View on GitHub ## How I Built It ### Architecture The app uses Electron for the desktop UI and Python for the backend. When you type a username, Electron spawns a Python child process that fetches repos from the GitHub API, downloads the Python source files, and parses them with Python's ast module. The AST analyzer detects 15+ Python features like context managers, async functions, dataclasses, type hints, generators, match statements, and walrus operators. For each feature it records the file and line number so the report can link straight to GitHub. For the AI roadmap, I used Google AI Studio (Gemini 2.0 Flash). The prompt asks the AI to work backwards from the user's topic and identify every prerequisite recursively. The output is structured JSON with 4 to 8 steps, each having an excerpt, difficulty level, study time, common misconceptions, and curated resources. The AI picks real canonical URLs instead of search links. If you do not have a Google AI key, a local fallback generates deep chains for common topics like async, generators, decorators, and context managers. For Snowflake, every analysis gets stored in the user's own database. The app auto-creates the database and tables on first use. The "Compare Yourself" feature queries all stored profiles and shows you which packages everyone uses that you do not, which features you have zero usage of, and which repos from the top 5 Pythonistas you should study. Comparison results are cached in Snowflake so you do not re-fetch the same data twice. The cache tracks whether you used a GitHub API token or not, so if you add a token later it re-fetches with the better data. I also used the GitHub API for profile data, repo listing, language detection, file contents, and commit history. The dev.to API pulls their Python-tagged articles so you can learn from what they wrote, not just what they coded. The app also has a one-to-one comparison feature. Click "Compare with My Profile" on any report and it fetches both profiles side by side. You see packages you already know, topics to practice, and new concepts to explore. Every topic in the comparison is clickable and launches the AI roadmap. ## Prize Categories * **Best Use of Snowflake** : Every analysis is stored in Snowflake. The Compare Yourself feature aggregates all stored profiles and compares your code against everyone. Comparison results are cached with source tracking so they refresh when your API token status changes. * **Best Use of Google AI** : The AI summary, roast, and learning roadmap are powered by Google AI Studio (Gemini 2.0 Flash). The reverse dependency graph prompt produces structured JSON roadmaps with curated resources. The local fallback ensures the feature works even without an API key.
dev.to
July 13, 2026 at 6:12 AM