Planet Python RSS
214 subscribers
17.1K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Podcast.__init__: Exploring The SpeechBrain Toolkit For Speech Processing

Link: https://www.pythonpodcast.com/speechbrain-deep-learning-speech-toolkit-episode-323/

With the rising availability of computation in everyday devices, there has been a corresponding increase in the appetite for voice as the primary interface. To accomodate this desire it is necessary f
Juri Pakaste: Converting between NSBezierPath and CGPath

Link: https://juripakaste.fi/nzbezierpath-cgpath/

The macOS SDK ships with at least two graphics path types: NSBezierPath and CGPath. They are mostly used in different contexts but sometimes it would be useful to convert between them. On iOS UIBezier
Python for Beginners: Python Literals

Link: https://www.pythonforbeginners.com/basics/python-literals


While reading materials for programming in python, you must have encountered certain phrases like keywords, variables, constants and literals. In this article, we will study the underlying concepts
Stack Abuse: Creating and Parsing Datetime in Python with Delorean

Link: https://stackabuse.com/creating-and-parsing-datetime-in-python-with-delorean

Introduction
Working with datetime can be a bit daunting and challenging, and handling datetime in Python is no exception. Python's built-in datetime module introduced us to several classes - date, d
Real Python: Use FastAPI to Build Web APIs

Link: https://realpython.com/fastapi-python-web-apis/

Creating APIs, or application programming interfaces, is an important part of making your software accessible to a broad range of users. In this tutorial, you will learn the main concepts of FastAPI a
Python Circle: Adding Email Subscription Feature in Django Application

Link: https://pythoncircle.com/post/657/adding-email-subscription-feature-in-django-application/

email subscription feature in django, sending email subscription confirmation mail in django, sending email unsubscribe email in Django, Add subscription feature in Django
Doug Hellmann: sphinxcontrib-datatemplates 0.9.0

Link: http://feeds.doughellmann.com/~r/doughellmann/python/~3/73EzZiE30kM/

What’s new in 0.9.0? Added a resolve_any_xref() method to DataTemplateDomain to support Markdown via the myst-parser extension #82 (contributions by Manuel Racle)
Python Bytes: #242 from lib import * but less

Link: https://pythonbytes.fm/episodes/show/242/from-lib-import-but-less

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

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

<p><strong>About the show</strong></p>
John Ludhi/nbshare.io: String And Literal In Python 3

Link: https://www.nbshare.io/notebook/775177178/String-And-Literal-In-Python-3/








String And Literal In Python 3








In this notebook, I will talk about basics of string and Literal in Python. Following notebook has been built using Python3.6








Let us start with Py
Python Circle: Text to QR code image and QR code image to text generator in Python Django

Link: https://pythoncircle.com/post/749/text-to-qr-code-image-and-qr-code-image-to-text-generator-in-python-django/

QR code image to text generator in Python Django, Text to QR code image generator in Python Django, Implementing QR code generator in Python Django. Serving static files in Django media
Anwesha Das: Server migration for blogs.dgplug.org

Link: http://anweshadas.in/server-migration-for-blogs-dgplug-org/

I have been maintaining dgplug infrastructure for sometime now. We have a blogging platform, blogs.dgplug.org for our community. We were planning to migrate it to the latest version of Operating Syste
Stack Abuse: How to Humanize Delorean Datetime Objects

Link: https://stackabuse.com/how-to-humanize-delorean-datetime-objects

Introduction
Working with datetime can be a bit daunting and challenging, and handling datetime in Python is no exception. Python's built-in datetime module introduced us to several classes - date, d
Read the Docs: Read the Docs newsletter - July 2021

Link: https://blog.readthedocs.com/newsletter-july-2021/


Welcome to a new edition of our monthly newsletter, where we
share the most relevant updates around Read the Docs,
offer a summary of new features we shipped
during the previous month,
and share what
Matt Layman: Making Sense Of Settings

Link: https://www.mattlayman.com/understand-django/settings/

In the last Understand Django article, we looked at a storage concept in Django called sessions. Sessions help us answer questions like “How does Django know when a user is logged in?” or “Where can t
Python Pool: Uszipcode: Best Module To Find Zip Codes in Python

Link: https://www.pythonpool.com/uszipcode-python/?utm_source=rss&utm_medium=rss&utm_campaign=uszipcode-python

The post Uszipcode: Best Module To Find Zip Codes in Python appeared first on Python Pool.
In Python, we can build many day-to-day use applications. These applications can either be GUI-based applicat
Moshe Zadka: Empathy vs. sympathy for Site Reliability Engineers (SRE)

Link: https://orbifold.xyz/devops-sympathy.html

This article was originally published on
Enable Architect
Many people have had the insight that DevOps is about people.
Often, they will summarize it as
"DevOps is about empathy".
I have found,
howeve
Talk Python to Me: #325: MicroPython + CircuitPython

Link: https://talkpython.fm/episodes/show/325/micropython-circuitpython

When you think about embedded programming, does it bring low-level languages and tools to mind? Maybe Embedded C or even Assembly language? Thanks to the groundbreaking work by Damien George back in 2
PyCharm: PyCharm 2021.2 EAP 4 is out!

Link: http://feedproxy.google.com/~r/Pycharm/~3/Mbfx_F6lSvo/

With PyCharm 2021.2 EAP 4, we’ve concentrated on small details and final bug fixes before the major PyCharm 2021.2 release. One of the improvements in this version is the ability to work with the SciV
Real Python: The Real Python Podcast – Episode #69: Planning a Faster Future at the Python Language Summit

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

Do you wonder what the future may hold for the Python language? Are there speed improvements coming soon? What if you could be in the room while the core developers discuss Python's future? This week