Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Python Insider: Python 3.11.0b5 is now available

Link: https://pythoninsider.blogspot.com/2022/07/python-3110b5-is-now-available.html

Here we are. The universe. The vastness of spacetime. At the edge. The last frontier. The last beta*(conditions apply) for Python 3.11.We have defied the powerful gods of release blockers and we have
S. Lott: Bashing the Bash -- The shell is awful and what you can do about it

Link: http://slott-softwarearchitect.blogspot.com/2022/07/bashing-bash-shell-is-awful-and-what.html

A presentation I did recently.https://github.com/slott56/bashing-the-bashFolks were polite and didn't have too many questions. I guess they fundamentally agreed: the shell is awful, we can use it for
Python Insider: Python 3.11.0b4 is now available

Link: https://pythoninsider.blogspot.com/2022/07/python-3110b4-is-now-available.html

I cannot believe I am writing this, but Python 3.11.b4 is available!https://www.python.org/downloads/release/python-3110b4/This is a beta preview of Python 3.11Python 3.11 is still in development. 3.1
Real Python: Managing Attributes With Python's property()

Link: https://realpython.com/courses/property-python/

With Python’s property(), you can create managed attributes in your classes. You can use managed attributes, also known as properties, when you need to modify their internal implementation without cha
Mike Driscoll: Creating a Tic-Tac-Toe Game with Python and PySimpleGUI (Video)

Link: https://www.blog.pythonlibrary.org/2022/07/26/creating-a-tic-tac-toe-game-with-python-and-pysimplegui-video/

In this tutorial, you will learn how to create a Tic-Tac-Toe game using PySimpleGUI and Python.

Download the Code

PyTips Code Repo on GitHub

The post Creating a Tic-Tac-Toe Game with Python and PyS
PyCoder’s Weekly: Issue #535 (July 26, 2022)

Link: https://pycoders.com/issues/535

#535 – JULY 26, 2022 View in Browser » Build a Flashcards App With Django Create your own flashcards app to help you to learn a new language. In this step-by-step project, you’ll replicate a spa
Python Bytes: #294 Specializing Adaptive Interpreters in Full Color

Link: https://pythonbytes.fm/episodes/show/294/specializing-adaptive-interpreters-in-full-color

<p><strong>Watch the live stream:</strong></p>

<a href='https://www.youtube.com/watch?v=dQgR4Bu9ixQ' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>

<p><strong>About the show</strong></p>
"Morphex's Blogologue": A simple TCP Proxy

Link: http://blogologue.com/blog_entry?id=1658872373X22

So as I was working on the SMPS, simple message passing system, I looked at ways of protecting it on the public net.Port knocking was one thing I looked at, and although it looked fine, I thought this
ABlog for Sphinx: ABlog v0.10.27 released

Link: https://ablog.readthedocs.org/release/ablog-v0.10-released/#ablog-v0-10-27-released

ABlog v0.10.27 released
Python for Beginners: Suppress Exceptions in Python

Link: https://www.pythonforbeginners.com/basics/suppress-exceptions-in-python

In python, we normally use try-except blocks to handle exceptions in python. What if we don’t want to handle the exceptions?  What if we just want to ignore the exceptions? In this article, we will di
Real Python: Primer on Jinja Templating

Link: https://realpython.com/primer-on-jinja-templating/

Templates are an essential ingredient in full-stack web development.
With Jinja, you can build rich templates that power the front end of your Python web applications.
But you don’t need to use a web
PyCharm: PyCharm 2022.2: Support for Python 3.11, Improved HTTP Client, and UX Enhancements

Link: https://blog.jetbrains.com/pycharm/2022/07/2022-2/

Working with new and rapidly evolving technologies can be challenging as you often find yourself reading documentation and getting used to new syntax, APIs, and protocols. PyCharm 2022.2 will help you
Mike Driscoll: How to Send an Email with Python (Video)

Link: https://www.blog.pythonlibrary.org/2022/07/28/how-to-send-an-email-with-python-video/

Learn how to Send Email (with attachments!) with Python

 
Want to learn more? Check out my Python 101 book:

Leanpub (eBooks)
Amazon (paperback)

Or check out my other books and learn how to create E
Quansight Labs Blog: This is another hello world post!

Link: https://labs.quansight.org/blog/another-post

Lorem ipsum dolor sit amet
Quansight Labs Blog: This is hello world post!

Link: https://labs.quansight.org/blog/hello-world-post

Lorem ipsum dolor sit amet
Wingware: Wing Python IDE Version 8.3.3 - July 28, 2022

Link: https://wingware.com/news/2022-07-28

Wing 8.3.3 improves display of bytes values in the Stack Data tool, fixes several remote
development issues, correctly reports exceptions while loading Django test files, runs
Python with the correct
Hynek Schlawack: Recursive Optional Dependencies in Python

Link: https://hynek.me/articles/python-recursive-optional-dependencies/

One of my (slowly evaporating) reasons why I like putting packaging metadata into an executable setup.py is the ability to have optional dependencies that are combinations of others. As of pip 21.2, t
PyBites: Documentation-driven development with Sebastián Ramirez

Link: https://pybit.es/articles/pp80-documentation-driven-development-with-sebastian-ramirez/

Listen here:

This week Bob and Pybites Coach, Robin Beer, interview Sebastián Ramirez, the creator of FastAPI, Typer and SQLModel.
We talk about:– What he is currently working on.– How to balance the
PyPy: Düsseldorf HPy/PyPy/GraalPy sprint September 19-23rd 2022

Link: https://www.pypy.org/posts/2022/07/ddorf-sprint-sep-2022.html

The programming language group of the Computer Science department of
Heinrich-Heine Universität Düsseldorf is happy to invite everybody to another
sprint in Düsseldorf, from the 19th to the 23rd of Se
Real Python: The Real Python Podcast – Episode #119: Natural Language Processing and How ML Models Understand Text

Link: https://realpython.com/podcasts/rpp/119/

How do you process and classify text documents in Python? What are the fundamental techniques and building blocks for Natural Language Processing (NLP)? This week on the show, Jodie Burchell, develope