Planet Python RSS
217 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
STX Next: Python vs. C#: Comparison of Benefits, Differences, and Use Cases

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




The IT industry is now developing like never before and there are tools for almost everything. Whether you’re working on something big or more compact and need to get it done fast or have all the
Zero to Mastery: Python Monthly Newsletter 💻🐍

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

30th issue of the Python Monthly Newsletter! Read by 25,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
Kushal Das: Tor sysadmin 101 workshop for new relay operators

Link: https://kushaldas.in/posts/tor-sysadmin-101-workshop-for-new-relay-operators.html



On 4th June, at 19:00 UTC, we are doing an online workshop
to help out new relay operators. If you ever wanted to help the Tor Project, or
just curious about what is required to become a relay/bridg
PyCoder’s Weekly: Issue #527 (May 31, 2022)

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

#527 – MAY 31, 2022 View in Browser » Python’s “Functions” Are Sometimes Classes Ever use list() or enumerate()? Think of them as functions? They’re not, they’re classes. Sometimes we call class
Mike Driscoll: Function Overloading with Python (Video)

Link: https://www.blog.pythonlibrary.org/2022/05/31/function-overloading-with-python-video/

In this tutorial, you will learn how to do function overloading with Python and its functools module.

Related Reading
Python 3 - Function Overloading with singledispatch

The post Function Overloadin
Django Weblog: Django bugfix release: 4.0.5

Link: https://www.djangoproject.com/weblog/2022/jun/01/bugfix-release/

Today we've issued the 4.0.5 bugfix release.
The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used
for this release is
EuroPython: EuroPython May 2022 Newsletter

Link: https://blog.europython.eu/europython-may-2022-newsletter/

Hey hey!Is it just us? Or is the time really just flying by. We’re 40 days away from D-Day & our volunteers have been working tirelessly where the rubber meets the asphalt. The past month has been qui
Python for Beginners: Check if Value Exists in a Dictionary in Python

Link: https://www.pythonforbeginners.com/basics/check-if-value-exists-in-a-dictionary-in-python

We use dictionaries to store and manipulate key-value pairs in a python program. Sometimes, we need to check if a value exists in a dictionary or not. In this python tutorial, we will discuss differen
Python Software Foundation: PSF Board Election Dates for 2022

Link: http://pyfound.blogspot.com/2022/06/psf-board-election-dates-for-2022.html

Board elections are a chance for the community to help us find the next batch of folks to help us steer the PSF. This year there are 4 seats open on the PSF board. You can see who is on the board curr
Real Python: LBYL vs EAFP: Preventing or Handling Errors in Python

Link: https://realpython.com/python-lbyl-vs-eafp/

Dealing with errors and exceptional situations is a common requirement in programming. You can either prevent errors before they happen or handle errors after they’ve happened. In general, you’ll have
PyCharm: Get PyCharm and Support Django

Link: https://blog.jetbrains.com/pycharm/2022/06/get-pycharm-and-support-django-2022/

As you might already be aware, PyCharm has best-in-class support for the Django web framework. But did you know that you, too, can support Django simply by buying PyCharm in the next 3 weeks?

This ye
Django Weblog: PyCharm & DSF Campaign 2022

Link: https://www.djangoproject.com/weblog/2022/jun/01/pycharm-dsf-campaign-2022/

For the sixth year in a row, Django is partnering with JetBrains PyCharm on the following promotion: 30% off the purchase of any new individual PyCharm Pro licenses with the full proceeds benefitting
Anwesha Das: Dgplug summer training, 2022

Link: http://anweshadas.in/untitled-9/

dgplug summer training 2022 will start at 13:00 UTC, 25th July. This is our 15th edition. Following our tradition, we have updated and modified our training based on the feedback from the old partici
Python Insider: Expedited release of Python3.11.0b3

Link: https://pythoninsider.blogspot.com/2022/06/expedited-release-of-python3110b3.html

Due to a known incompatibility with pytest and the previous beta release (Python 3.11.0b2) and after
some deliberation, I and the rest of the release team have decided to do an expedited release of
Py
Mike Driscoll: Python's Calendar Module (video)

Link: https://www.blog.pythonlibrary.org/2022/06/01/pythons-calendar-module-video/

Learn the basics of Python's amazing calendar module in this video:

The post Python's Calendar Module (video) appeared first on Mouse Vs Python.
PyCharm: PyCharm 2022.1.2 is here

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

You can update to this version from inside the IDE, using the Toolbox App, or using snaps if you are an Ubuntu user. You can also download it from our website.
For the second minor release of PyCharm
Anwesha Das: Dgplug summer training, 2022

Link: http://anweshadas.in/untitle/

dgplug summer training 2022 will start at 13:00 UTC, 25th July. This is our 15th edition. Following our tradition, we have updated and modified our training based on the feedback from the old partici
Mike Driscoll: Python Video Series: The builtins module

Link: https://www.blog.pythonlibrary.org/2022/06/02/python-video-series-the-builtins-module/

In this video tutorial, you will learn about Python's builtins module

 
 
The post Python Video Series: The builtins module appeared first on Mouse Vs Python.