Planet Python RSS
214 subscribers
17.1K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
CodersLegacy: Introduction to Sorting Algorithms

Link: https://coderslegacy.com/comparison-of-sorting-algorithms-2/

In this Introduction to Sorting Algorithms Article, we’ll be covering all the important and commonly used Sorting Algorithms. We’ll explain each one of them briefly, their worst and best scenarios, Bi
CodersLegacy: Comparison of Sorting Algorithms

Link: https://coderslegacy.com/comparison-of-sorting-algorithms/

Welcome to our Comparison on Sorting Algorithms Article. Here, we’ll be comparing the various sorting Algorithms out there on the basic of several factors.
Time ComplexitySpace ComplexityStable/Unsta
Brett Cannon: How I rate films

Link: https://snarky.ca/how-i-rate-films/

During the prerecording banter on the "Every commit is a gift" episode of the Changelog, we talked about films (which is no surprise considering I was an episode of Backstage all about the John Wick t
Full Stack Python: Setting Up Python 3, Django & Gunicorn on Linux Mint 17.3

Link: https://www.fullstackpython.com/blog/python-3-django-gunicorn-linux-mint-17.html

Linux Mint 17.3 "Rosa" is December 2015 release of the polished and
widely-used Linux distribution. This Mint release includes both Python 2.7
and 3.4 by default, but in this tutorial we will downlo
Python Anywhere: June system update brings easier task management

Link: https://blog.pythonanywhere.com/195/

The most recent system upgrade brings a new way to organize
scheduled and
always-on tasks.
A new optional description field, combined with sorting, allows you to manage
big herds of multiple tasks.
Un
CodersLegacy: Introduction to Sorting Algorithms

Link: https://coderslegacy.com/introduction-to-sorting-algorithms/

In this Introduction to Sorting Algorithms Article, we’ll be covering all the important and commonly used Sorting Algorithms. We’ll explain each one of them briefly, their worst and best scenarios, Bi
PyCharm: Release Candidate for PyCharm 2021.1.3 Is Out

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

This Release Candidate for the minor PyCharm 2021.1.3 release contains a list of fixes to make your PyCharm 2021.1 experience smoother. Note that the following functionality is only available in PyCha
Python for Beginners: String to Integer in Python

Link: https://www.pythonforbeginners.com/basics/strings/string-to-integer-in-python


During programming in Python, We often need to convert a string to an integer in Python. This is because the standard input in Python is always read as a string independent of the type of input. To u
Mike Driscoll: Creating a Warhol Triptych Image with Pillow and Python

Link: https://www.blog.pythonlibrary.org/2021/06/17/creating-a-warhol-triptych-image-with-pillow-and-python/

Andy Warhol is a well-known artist who created a famous image where there are multiple copies of the same face but with different background colors.
You can do a similar trick with software using Pyth
Python Insider: Python 3.10.0b3 is available

Link: http://feedproxy.google.com/~r/PythonInsider/~3/bwg2ghZoNfI/python-3100b3-is-available.html

Summer is almost here (at least in half of the planet) and Python 3.10 is finishing baking in the oven. For those of you that want to taste it before is finally ready (and if you are a library develop
Real Python: The Real Python Podcast – Episode #65: Expanding the International Python Community With the PSF

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

The popularity of Python is continuing to grow Developers across the globe are embracing the language. How is Python being used in all of these different countries? How does an organization like the P
death and gravity: When your functions take the same arguments, consider using a class: counter-examples

Link: https://death.andgravity.com/more-arguments

In a previous article,
I talk about this heuristic for using classes in Python:

If you have functions that take the same set of arguments, consider using a class.

Thing is, heuristics don't always w
Stack Abuse: Matplotlib: Turn Off Axis (Spines, Tick Labels, Axis Labels and Grid)

Link: https://stackabuse.com/matplotlib-turn-off-axis-spines-ticklabels-axislabels-grid

Introduction
Matplotlib is one of the most widely used data visualization libraries in Python. Much of Matplotlib's popularity comes from its customization options - you can tweak just about any eleme
Python Engineering at Microsoft: Python in Visual Studio Code – June 2021 Release

Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-june-2021-release/

We are pleased to announce that the June 2021 release of the Python Extension for Visual Studio Code is now available. You can download the Python extension from the Marketplace, or install it directl
Weekly Python StackOverflow Report: (cclxxx) stackoverflow python report

Link: http://python-weekly.blogspot.com/2021/06/cclxxx-stackoverflow-python-report.html

These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2021-06-19 16:27:27 GMTWhy is Python recursion so expensive and what ca
Talk Python to Me: #321: HTMX - Clean, Dynamic HTML Pages

Link: https://talkpython.fm/episodes/show/321/htmx-clean-dynamic-html-pages

Have you wanted to add more interactivity and liveness to your web application? If you built it using Flask, Django, or some other Python web framework, that thought probably didn't fill you with joy.
Mike Driscoll: PyDev of the Week: James Murphy

Link: https://www.blog.pythonlibrary.org/2021/06/21/pydev-of-the-week-james-murphy/

This week we welcome James Murphy as our PyDev of the Week! James is the founder of mCoding and also has a popular Python tutorial channel on YouTube. You can also see what James is up to over on GitH