Planet Python RSS
215 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
STX Next: 13 Best Django and Django REST Tutorials in 2022

Link: https://www.stxnext.com/blog/best-django-tutorials/




Thinking of learning Django? You’re already familiar with Python, but want to go further and try something new? Or maybe you already know Django and just wish to boost your qualifications even mo
Daniel Roy Greenfeld: Live Discussion with Sebastián Ramírez (Tiangolo)

Link: https://daniel.feldroy.com/posts/2022-04-26-live-discussion-with-tiangolo

On April 26th at 10 AM PDT / 5 PM GMT I'm having (or have already had) a live discussion with Sebastián Ramírez, creator of FastAPI, Typer, SQL Model, and more.
PyCoder’s Weekly: Issue #522 (April 26, 2022)

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

#522 – APRIL 26, 2022 View in Browser » Type Hints in Code Supporting Multiple Python Versions The typing module continues to evolve, with new features in every Python version. This can make it
Abhijeet Pal: Django 4.1 adds async-compatible interface to QuerySet

Link: http://djangocentral.com/django-adds-async-compatible-interface-to-queryset/

The much-awaited pull request for an async-compatible interface to Queryset just got merged into the main branch of Django.Pull Request - https://github.com/django/django/pull/14843 The Django core te
Real Python: Why Is It Important to Close Files in Python?

Link: https://realpython.com/why-close-file-python/

At some point in your Python coding journey, you learn that you should use a context manager to open files. Python context managers make it easy to close your files once you’re done with them:
with op
"Morphex's Blogologue": Some more work on an Ethereum (classic) accounting tool

Link: http://blogologue.com/blog_entry?id=1651067852X21

So, I've hacked some more on the tool I'm building for accounting purposes.I guess since the last time I've posted on it, there are mainly two things I've been working on, one is valuation of crypto c
Mike Driscoll: Python 101 - The REPL (Video)

Link: https://www.blog.pythonlibrary.org/2022/04/27/python-101-the-repl-video/

In this tutorial, you will learn what a REPL is and why it is useful. I also show you a couple of alternative REPL environments in this tutorial, such as IDLE and IPython.

Related Articles

An Intro
Anarcat: building Debian packages under qemu with sbuild

Link: https://anarc.at/blog/2022-04-27-sbuild-qemu/

I've been using sbuild for a while to build my Debian packages,
mainly because it's what is used by the Debian autobuilders, but
also because it's pretty powerful and efficient. Configuring it just
ri
Anarcat: Using LSP in Emacs and Debian

Link: https://anarc.at/blog/2022-04-27-lsp-in-debian/

The Language Server Protocol (LSP) is a neat mechanism that
provides a common interface to what used to be language-specific
lookup mechanisms (like, say, running a Python interpreter in the
backgroun
Python⇒Speed: When Python can't thread: a deep-dive into the GIL's impact

Link: https://pythonspeed.com/articles/python-gil/

Most computers these days come with multiple cores, allowing multiple threads to run computations in parallel.
And even without multiple cores, you can have concurrency, for example one thread waiting
Python Bytes: #281 ohmyzsh + ohmyposh + mcfly + pls + nerdfonts = wow

Link: https://pythonbytes.fm/episodes/show/281/ohmyzsh-ohmyposh-mcfly-pls-nerdfonts-wow

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

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

<p><strong>About the show</strong></p>
Talk Python to Me: #363: Python for .NET and C# developers

Link: https://talkpython.fm/episodes/show/363/python-for-.net-and-c-developers

Are you coming to Python from another language and ecosystem? It can seem a bit daunting at first. But Python is very welcoming and has a massive array of tools and libraries. In this episode, I speak
Glyph Lefkowitz: You Should Compile Your Python And Here’s Why

Link: https://glyph.twistedmatrix.com/2022/04/you-should-compile-your-python-and-heres-why.html

In this post I’d like to convince you that you should be running
Mypyc over your code1 —
especially if your code is a library you upload to PyPI — for both your own
benefit and that of the Python ecos
Zero to Mastery: Python Monthly Newsletter 💻🐍

Link: https://zerotomastery.io/blog/python-monthly-newsletter-april-2022/?utm_source=python-rss-feed

29th issue of the Python Monthly Newsletter! Read by 20,000+ Python developers every month. This monthly Python newsletter covers the latest Python news so that you stay up-to-date with the industry a
Real Python: Real Python at PyCon US 2022

Link: https://realpython.com/real-python-pycon-us-2022/

PyCon US is back as an in-person conference. PyCon US 2022 is happening in Salt Lake City April 29 to May 1, and Real Python is there as well. Come join us at our booth and at the open space on Saturd
STX Next: Python vs. C++: A Comparison of Key Features and Differences

Link: https://www.stxnext.com/blog/python-vs-c-plus-plus-comparison/




C++ and Python, two of the most popular and commonly used programming languages, aren’t only versatile and object-oriented, but they can be used to create a wide array of various programs and fun
William Minchin: Static Comments Plugin 2.1.1 for Pelican Released

Link: https://blog.minchin.ca/2022/04/static-comments-211-released.html

Static Comments is a plugin for Pelican,
a static site generator written in Python. It is meant as a drop in replacement
for the Pelican Comment System.
Static Comments allows you to have a comment se
Nikola: Nikola v8.2.2 is out!

Link: https://getnikola.com/blog/nikola-v822-is-out.html

On behalf of the Nikola team, I am pleased to announce the immediate
availability of Nikola v8.2.2. This is a bugfix release, whose only
change is support for the latest version of Pygments.

What is
Matt Layman: User Requests - Building SaaS with Python and Django #134

Link: https://www.mattlayman.com/blog/2022/user-requests-building-saas-with-python-and-django-134/

In this episode, we took a break between big projects and worked on some smaller usability features requested by users of the app.
Python GUIs: Packaging PySide6 applications into a macOS app with PyInstaller (updated for 2022)

Link: https://www.pythonguis.com/tutorials/packaging-pyside6-applications-pyinstaller-macos-dmg/

There is not much fun in creating your own desktop applications if you can't share them with other people — whether than means publishing it commercially, sharing it online or just giving it to someon