Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Real Python: Using OrderedDict in Python

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

Sometimes you need a Python dictionary that remembers the order of its items. In the past, you had only one tool for solving this specific problem: Python’s OrderedDict. It’s a dictionary subclass spe
PyCoder’s Weekly: Issue #572 (April 11, 2023)

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

#572 – APRIL 11, 2023 View in Browser » Python 3.12 Preview: Ever Better Error Messages Python 3.12 will be released in October 2023. In this tutorial, you’ll preview one of its upcoming feature
Python GUIs: PyQt vs. Tkinter: Which Should You Choose for Your Next Python GUI?

Link: https://www.pythonguis.com/faq/pyqt-vs-tkinter/

Graphical User Interfaces (GUIs) allow users to interact with software through intuitive and user-friendly graphical elements such as buttons, icons, text boxes, and windows. GUIs provide a simple way
PyCharm: PyCon US will open its doors in a week!

Link: https://blog.jetbrains.com/pycharm/2023/04/pycon-us-2023/

We are thrilled to be a part of this major Python conference and have the chance to connect with Pythonistas from all over the world. Visit JetBrains at booth 324 in the Expo Hall or attend one of our
Anwesha Das: Keynote in PyCon Italia, 2023

Link: http://anweshadas.in/keynote-in-pycon-italia-2023/

My friend Dr. Brett Canon, CPython Core Dev, once said, "Came for the language and stayed for the community." It is a little different for me. I Came for the community and stayed for the love of it.
I
Data School: Building a dataset of Python versions with regular expressions

Link: https://www.dataschool.io/web-scraping-with-regex/

In this post, I’ll teach you how to use pandas, requests, and regular expressions to create a dataset of every Python version and its release date.
I’ll explain the code in detail so that you can foll
Hynek Schlawack: How to Ditch Codecov for Python Projects

Link: https://hynek.me/articles/ditch-codecov-python/

Codecov’s unreliability breaking CI on my open source projects has been a constant source of frustration for me for years. I have found a way to enforce coverage over a whole GitHub Actions build matr
Real Python: How to Get the Most Out of PyCon US

Link: https://realpython.com/pycon-guide/

Congratulations! You’re going to PyCon US!
Whether this is your first time or not, going to a conference full of people who love the same thing as you is always a fun experience. There’s so much more
Python Bytes: #331 Python From the Future

Link: https://pythonbytes.fm/episodes/show/331/python-from-the-future

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

<p><strong>About the show</strong></p>

<p>Sponsored by <a href="https://pythonbytes.fm/
Zato Blog: Quick tips: REST, API scheduling, HL7 FHIR, SFTP automation and Microsoft 365 IMAP

Link: https://zato.io/blog/posts/quick-tips-23-04-13.html

REST connections, how to schedule API integrations, how to connect to HL7 FHIR servers, SFTP automation and Microsoft 365 IMAP integrations
are the latest quick tips in the series designed for Python
Python Software Foundation: Thank You for Many Years of Service, Van!

Link: https://pyfound.blogspot.com/2023/04/thank-you-for-many-years-of-service-van.html

We are wishing farewell to Van Lindberg after 16 years of service to the PSF, who has decided to step down from his Board Director and General Counsel roles. He helped us grow from a small volunteer o
Python for Beginners: Convert JSON to INI Format in Python

Link: https://www.pythonforbeginners.com/basics/convert-json-to-ini-format-in-python

We use JSON files for data transfer and storage. On the other hand, the INI file format is used to store configuration files. This article discusses how to convert a json string or file to INI format
Real Python: The Real Python Podcast – Episode #153: Seeking Faster Text Processing & Python's .__repr__() vs .__str__()

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

What can you do if your text manipulation in Python is slowing you down? Are there faster alternatives using a compiled extension? This week on the show, Christopher Trudeau is here, bringing another
TestDriven.io: Django REST Framework Basics

Link: https://testdriven.io/blog/drf-basics/

This article serves as an introduction to Django REST Framework, focusing on serializers, views, and routers.
Talk Python to Me: #411: Things I Wish Someone Had Explained To Me Sooner About Python

Link: https://talkpython.fm/episodes/show/411/things-i-wish-someone-had-explained-to-me-sooner-about-python

What advice would you give someone just getting into Python? What did you learn over time through hard work and a few tears that would have really helped you? It's a fun game to play and we have Jason
John Ludhi/nbshare.io: Standard Deviation Calculator

Link: https://www.nbshare.io/notebook/120027703/Standard-Deviation-Calculator/

Standard Deviation Calculator

Enter comma-separated values:
Please enter valid comma-separated values.



Standard deviation is a measure of the amount of variation or dispersion of a set of values a
Django Weblog: Announcement of 5.x Technical Board Election Registration

Link: https://www.djangoproject.com/weblog/2023/apr/15/technical-board-election/

The release of Django 4.2 represents the final feature release of a major release series of Django. Per DEP-0010 this release triggers the election for the Technical board for the Django 5.x release c
John Ludhi/nbshare.io: Stock Profit Loss Calculator

Link: https://www.nbshare.io/notebook/96530647/Stock-Profit-Loss-Calculator/

Stock Profit Loss Calculator

Number of Shares:


Purchase Price:


Sell Price:


Buy Commission:






Sell Commission:






cgt Rate:


%





Number of Shares: Total number of shares bought or so