meejah.ca: ShWiM: peer-to-peer terminal sharing
Link: https://meejah.ca/blog/initial-shwim-release
SHell WIth Me combines magic-wormhole and tty-share for e2ee, p2p terminal sharing
Link: https://meejah.ca/blog/initial-shwim-release
SHell WIth Me combines magic-wormhole and tty-share for e2ee, p2p terminal sharing
Wingware: Wing Python IDE Version 11.0.3 - August 1, 2025
Link: https://wingware.com/news/2025-08-01
Wing Python IDE version 11.0.3 has been released. It improves Python code analysis,
fixes problems debugging Django templates, fixes refactoring when the target file
is in a hidden directory, and mak
Link: https://wingware.com/news/2025-08-01
Wing Python IDE version 11.0.3 has been released. It improves Python code analysis,
fixes problems debugging Django templates, fixes refactoring when the target file
is in a hidden directory, and mak
Wingware
Wing Python IDE Version 11.0.3 - August 1, 2025 - Wing Python IDE
Wing Python IDE version 11.0.3 has been released. It improves Python code analysis,
fixes problems debugging Django templates, fixes refactoring when the target file
is in a hidden directory, and makes a number of other minor improvements.
fixes problems debugging Django templates, fixes refactoring when the target file
is in a hidden directory, and makes a number of other minor improvements.
Matt Layman: Python and AI workflow with LangGraph
Link: https://www.mattlayman.com/videos/python-and-ai-workflow-with-langgraph/
In this stream, I worked on a personal AI workflow that I’m building using LangGraph. I discussed human-in-the-loop and how to bring a person into the workflow process.
Link: https://www.mattlayman.com/videos/python-and-ai-workflow-with-langgraph/
In this stream, I worked on a personal AI workflow that I’m building using LangGraph. I discussed human-in-the-loop and how to bring a person into the workflow process.
Matt Layman
Python and AI workflow with LangGraph
In this stream, I worked on a personal AI workflow that I'm building using LangGraph. I discussed human-in-the-loop and how to bring a person into the workflow process.
Django Weblog: DSF member of the month - Jake Howard
Link: https://www.djangoproject.com/weblog/2025/aug/03/dsf-member-of-the-month-jake-howard/
For July 2025, we welcome Jake Howard as our DSF member of the month! ⭐
Jake actively shares his knowledge through blog posts and community talks. He is part of the Security Team Working Group and he
Link: https://www.djangoproject.com/weblog/2025/aug/03/dsf-member-of-the-month-jake-howard/
For July 2025, we welcome Jake Howard as our DSF member of the month! ⭐
Jake actively shares his knowledge through blog posts and community talks. He is part of the Security Team Working Group and he
Django Project
DSF member of the month - Jake Howard
Posted by Sarah Abderemane on Aug. 3, 2025
The Python Coding Stack: Flashy, Fancy Shortcuts Aren't Always Suitable [Python Shorts]
Link: https://www.thepythoncodingstack.com/p/flashy-fancy-shortcuts-arent-always
In the previous post, I talked about Python's or keyword and how it doesn't behave the way you may expect it to. Here's the link to that article if you missed it: Do You Really Know How `or` And `and`
Link: https://www.thepythoncodingstack.com/p/flashy-fancy-shortcuts-arent-always
In the previous post, I talked about Python's or keyword and how it doesn't behave the way you may expect it to. Here's the link to that article if you missed it: Do You Really Know How `or` And `and`
Thepythoncodingstack
Flashy, Fancy Shortcuts Aren't Always Suitable [Python Shorts]
A Python Shorts post about a shortcut that's often overused
Tryton News: Announcing “Code to Care”: A Hands-On Tryton Technical Workshop (Aug 15–17)
Link: https://discuss.tryton.org/t/announcing-code-to-care-a-hands-on-tryton-technical-workshop-aug-15-17/8746
Code to Care – A Hands-On Tryton Technical Workshop
We are excited to announce “Code to Care”, a 3-day live hands-on workshop on Tryton ERP customization, with a special focus on GNUHealth.
Dates: Au
Link: https://discuss.tryton.org/t/announcing-code-to-care-a-hands-on-tryton-technical-workshop-aug-15-17/8746
Code to Care – A Hands-On Tryton Technical Workshop
We are excited to announce “Code to Care”, a 3-day live hands-on workshop on Tryton ERP customization, with a special focus on GNUHealth.
Dates: Au
Tryton Discussion
Announcing “Code to Care”: A Hands-On Tryton Technical Workshop (Aug 15–17)
Code to Care – A Hands-On Tryton Technical Workshop We are excited to announce “Code to Care”, a 3-day live hands-on workshop on Tryton ERP customization, with a special focus on GNUHealth. Dates: August 15–17, 2025 Mode: Online (Live Interactive Sessions)…
EuroPython Society: EuroPython 2025 Code of Conduct Transparency Report
Link: https://www.europython-society.org/europython-2025-code-of-conduct-transparency-report/
The 2025 version of the EuroPython conference took place both online and in person in July 2025. This was the third conference under our current Code of Conduct (CoC), and we had Code of Conduct worki
Link: https://www.europython-society.org/europython-2025-code-of-conduct-transparency-report/
The 2025 version of the EuroPython conference took place both online and in person in July 2025. This was the third conference under our current Code of Conduct (CoC), and we had Code of Conduct worki
EuroPython Society
EuroPython 2025 Code of Conduct Transparency Report
The 2025 version of the EuroPython conference took place both online and in person in July 2025. This was the third conference under our current Code of Conduct (CoC), and we had Code of Conduct working group members continuously available both online and…
PyCharm
Link:
The Bazel Plugin for IntelliJ IDEA Is Now Generally Available!
After much anticipation, we are finally ready to announce the general availability (GA) of the new Bazel plugin for IntelliJ IDEA, PyCh
Link:
The Bazel Plugin for IntelliJ IDEA Is Now Generally Available!
After much anticipation, we are finally ready to announce the general availability (GA) of the new Bazel plugin for IntelliJ IDEA, PyCh
Real Python: Quiz: Python Namespace Packages
Link: https://realpython.com/quizzes/python-namespace-package/
In this quiz, you’ll practice your knowledge about Python’s namespace packages.
What are they used for? How do you set up a namespace package? How could you create one before PEP 420? Complete this qu
Link: https://realpython.com/quizzes/python-namespace-package/
In this quiz, you’ll practice your knowledge about Python’s namespace packages.
What are they used for? How do you set up a namespace package? How could you create one before PEP 420? Complete this qu
Realpython
Python Namespace Packages Quiz – Real Python
Practice your knowledge about namespace packages in Python. Revisit managing multiple packages without an __init__.py file.
Real Python: Quiz: Using the "or" Boolean Operator in Python
Link: https://realpython.com/quizzes/python-or-operator/
In this quiz, you’ll test your understanding of the Python or Operator.
You’ll learn how to use it in both Boolean and non-Boolean contexts,
and understand how it can be used to solve programming prob
Link: https://realpython.com/quizzes/python-or-operator/
In this quiz, you’ll test your understanding of the Python or Operator.
You’ll learn how to use it in both Boolean and non-Boolean contexts,
and understand how it can be used to solve programming prob
Realpython
Using the "or" Boolean Operator in Python Quiz – Real Python
Practice using the python or operator to evaluate conditions, set default values, and simplify branching. Take the quick quiz to learn.
Real Python: Quiz: Working With Python's Built-in Exceptions
Link: https://realpython.com/quizzes/working-builtin-exceptions/
In this quiz, you’ll revisit Python’s built-in exceptions, exploring their hierarchy and how to handle them gracefully. You’ll practice distinguishing between errors and exceptions, using try...except
Link: https://realpython.com/quizzes/working-builtin-exceptions/
In this quiz, you’ll revisit Python’s built-in exceptions, exploring their hierarchy and how to handle them gracefully. You’ll practice distinguishing between errors and exceptions, using try...except
Realpython
Working With Python's Built-in Exceptions Quiz – Real Python
Test your knowledge of Python's built-in exceptions by answering interactive questions. Learn effective error handling techniques.
Real Python: Quiz: Skip Ahead in Loops With Python's Continue Keyword
Link: https://realpython.com/quizzes/python-continue/
In this quiz, you’ll test your understanding of
Python’s continue statement.
The continue statement allows you to skip code in a loop for the current iteration,
jumping immediately to the next iterati
Link: https://realpython.com/quizzes/python-continue/
In this quiz, you’ll test your understanding of
Python’s continue statement.
The continue statement allows you to skip code in a loop for the current iteration,
jumping immediately to the next iterati
Realpython
Skip Ahead in Loops With Python's Continue Keyword Quiz – Real Python
Test your understanding of Python's continue keyword, which allows you to skip code in a loop for the current iteration and jump immediately to the next one.
Stéphane Wirtel: Relancer l’écriture de mon livre *Introduction à Python 3.13*
Link: https://wirtel.be/post/2025/08/04/relancer-l%C3%A9criture-de-mon-livre-introduction-%C3%A0-python-3.13/
✍️ Écrire (et réécrire) mon livre Introduction à Python 3.13
Quand j’ai commencé mon parcours en tant qu’indépendant, mon objectif était limpide : donner des formations sur Python. Expliquer comment l
Link: https://wirtel.be/post/2025/08/04/relancer-l%C3%A9criture-de-mon-livre-introduction-%C3%A0-python-3.13/
✍️ Écrire (et réécrire) mon livre Introduction à Python 3.13
Quand j’ai commencé mon parcours en tant qu’indépendant, mon objectif était limpide : donner des formations sur Python. Expliquer comment l
wirtel.be
Relancer l’écriture de mon livre *Introduction à Python 3.13*
Relancer l’écriture de mon livre _Introduction à Python 3.13_ en m’appuyant sur Obsidian, Pandoc, Typst et une chaîne d’outils moderne et fluide.
Real Python: Quiz: Introduction to Web Scraping With Python
Link: https://realpython.com/quizzes/introduction-to-web-scraping-with-python/
In this quiz, you’ll practice core concepts from Introduction to Web Scraping With Python. You’ll revisit what web scraping is, when to use Beautiful Soup, and how to install and configure your enviro
Link: https://realpython.com/quizzes/introduction-to-web-scraping-with-python/
In this quiz, you’ll practice core concepts from Introduction to Web Scraping With Python. You’ll revisit what web scraping is, when to use Beautiful Soup, and how to install and configure your enviro
Realpython
Introduction to Web Scraping With Python Quiz – Real Python
Practice the basics of web scraping in Python using Beautiful Soup and MechanicalSoup, including setup, parsing, and automation tools.
Real Python: Quiz: Intro to Object-Oriented Programming (OOP) in Python
Link: https://realpython.com/quizzes/intro-object-oriented-programming-oop-python/
In this quiz, you’ll revisit the fundamentals of object-oriented programming (OOP) in Python and how to work with classes, objects, and constructors.
[ Improve Your Python With 🐍 Python Tricks 💌 – Ge
Link: https://realpython.com/quizzes/intro-object-oriented-programming-oop-python/
In this quiz, you’ll revisit the fundamentals of object-oriented programming (OOP) in Python and how to work with classes, objects, and constructors.
[ Improve Your Python With 🐍 Python Tricks 💌 – Ge
Realpython
Intro to Object-Oriented Programming (OOP) in Python Quiz – Real Python
Test your knowledge of object-oriented programming (OOP) in Python and how to work with classes, objects, and constructors. Initialize... Go!
Real Python: Quiz: Build a Scalable Flask Web Project From Scratch
Link: https://realpython.com/quizzes/flask-project/
Are you ready to revisit the essentials of building Flask applications? In this quiz, you’ll practice Flask concepts such as views, blueprints, application factory patterns, and template usage.
Check
Link: https://realpython.com/quizzes/flask-project/
Are you ready to revisit the essentials of building Flask applications? In this quiz, you’ll practice Flask concepts such as views, blueprints, application factory patterns, and template usage.
Check
Realpython
Build a Scalable Flask Web Project From Scratch Quiz – Real Python
Test your knowledge of Flask basics, blueprints, project structure, Jinja templates, static files, and setup steps.
Real Python: Quiz: First Steps With LangChain
Link: https://realpython.com/quizzes/first-steps-langchain/
In this quiz, you can test your knowledge on the fundamentals of LangChain, such as creating reusable instructions with prompt templates, LangChain chains, and LangChain’s debug mode.
[ Improve Your
Link: https://realpython.com/quizzes/first-steps-langchain/
In this quiz, you can test your knowledge on the fundamentals of LangChain, such as creating reusable instructions with prompt templates, LangChain chains, and LangChain’s debug mode.
[ Improve Your
Realpython
First Steps With LangChain Quiz – Real Python
Large language models (LLMs) have taken the world by storm. In this step-by-step video course, you'll learn to use the LangChain library to build LLM-assisted applications.
Real Python: Skip Ahead in Loops With Python's Continue Keyword
Link: https://realpython.com/python-continue/
Python’s continue keyword functions as a statement that controls the flow of a loop. It allows you to skip code in a loop for the current iteration and jump immediately to the next one. It’s used excl
Link: https://realpython.com/python-continue/
Python’s continue keyword functions as a statement that controls the flow of a loop. It allows you to skip code in a loop for the current iteration and jump immediately to the next one. It’s used excl
Realpython
Skip Ahead in Loops With Python's Continue Keyword – Real Python
Learn how Python's continue statement works, when to use it, common mistakes to avoid, and what happens under the hood in CPython byte code.