👩💻 Django Girls Chicago is happening during DjangoCon US week!
https://djangogirls.org/en/chicago/
📅 September 6th, 2025 at Hotel Voco, Chicago
🆓 Free one-day workshop for women beginners
💻 Learn to build websites - no coding experience needed!
⏰ Applications close August 23rd, 2025 - don't wait!
#DjangoGirls #DjangoCon #WomenInTech #Python #Django #Chicago #LearnToCode

Ever wanted to dive deeper into packet analysis using Python? Check out this video: “Analyzing Capture Files in Python with PyShark” by Dor Green from a past SharkFest, an excellent example of the hands-on, technical training you'll experience at SharkFest'25 Europe.
Want real world, expert led sessions like this + access to the latest in Wireshark and Stratoshark training? Then join us in Warsaw this November for SharkFest'25 Europe, where you'll learn directly from the best in the field.
Sign up today: http://sharkfest.wireshark.org/sfeu
#sf25eu #Wireshark #PyShark #Python #PacketAnalysis #NetworkEngineering #Cybersecurity
New screencast on Python's startswith/endswith & removeprefix/removesuffix.
Don't use slicing or the various strip methods when there's a better way to check for (and remove) prefixes/suffixes.
https://pym.dev/prefixes-and-suffixes/
Behave v1.3.1 bugfix release issued on PyPI. Fixes: Python 3.6 ImportError, AmbiguousStep with regex step matcher. Enjoy! #Python #testing #BDD #behave @jenisys https://pypi.org/project/behave/ 🐍🐛🐞🐜
I now also have a (work in progress) list of #DataViz specific resources as well!
Link: https://nrennie.rbind.io/data-viz-resources/
You can find links to tools, papers, books, blogs, and websites that are related to data visualisation. I'll be adding more resources soon 📊

Two tools for plotting genomics data:
figeno: Tool for making genomics figures in #python.
https://github.com/CompEpigen/figeno
Plotting Multi-omic Data with plotgardener in #rstats
https://phanstiellab.github.io/plotgardener/index.html

Just released the latest version (0.8.0) of htmy (pure #Python #HTML #rendering engine) with improved #markdown processing and customization. See the docs: https://volfpeter.github.io/htmy/
FastHX users can immediately upgrade. Just don't forget to install lxml to get the benefits automatically. #fastapi #ssr #htmx
PoC: created a dashboard for testing websites with configurables categories and URLs and metadata using Vibe Coding...worked perfectly this time using Junie @pycharm and GPT-5
https://github.com/zopyx/zopyx-url-checker-dashboard

🎉 Excited to announce some amazing speakers for DjangoCon US 2025!
https://2025.djangocon.us/news/announcing-lineup/
🎤 Mario Munoz - "A(i) Modest Proposal"
🎤 Eric Matthes - "Automating Initial Deployments with Django-Simple-Deploy"
🎤 Aayush Gauba - "Beyond Rate Limiting: Building an Active Learning Defense System in Django"
📅 September 8-12, 2025 in Chicago, IL
🎟️ Get your tickets now!
https://2025.djangocon.us/
#DjangoCon #Python #Django #WebDev #AI #Debugging
I am taking some time off from the blog, will start back up either late this month or September. In the meantime here are some growing resources using Dots by DoTadda, Inc. which will use AI to summarize the data you give it.
LLM: https://app.dotadda.io/teams/5161c3d6-3ebb-4300-ba7c-f42c23ff42fc/dots
Python: https://app.dotadda.io/teams/ab732481-52f3-4388-896c-23d34e828b35/dots
#LLM #Python #Technology #Learn
Small password generator in python
https://flasche-chris.de/posts/python-password-gen/
#Code #python #password #random
🌘 解讀字元組 — 最佳行寬
➤ 88字元行寬的科學依據與螢幕空間的運用之道
✤ https://blog.glyph.im/2025/08/the-best-line-length.html
本文探討程式碼編輯中的最佳行寬議題,作者首先駁斥了將行寬限制歸因於早期80字元終端技術的觀點,並深入分析了人類閱讀生理學,解釋了「眼跳」現象如何影響人們對舒適閱讀寬度的感知。儘管現代螢幕空間充裕,但作者認為,為了優化閱讀體驗,程式碼行寬仍應適度限制,並提出利用 IDE 的分割視窗功能,或未來探索類似報紙的報刊專欄式多欄位佈局,來更有效地利用寬螢幕空間。
+ 作者的觀點很新穎!我一直以為80字元的限制是老古董的殘留,沒想到背後還有生理學的考量。
+ 雖然我喜歡用超寬螢幕,但讀長程式碼時確實容易眼花撩亂,作者提供的解決方案值得嘗試。
#編程 #Python #程式碼標準 #閱讀舒適度