Planet Python RSS
213 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Matt Layman: How To Set Up Tailwind CSS In Django On Heroku

Link: https://www.mattlayman.com/blog/2020/tailwind-django-heroku/

How can you set up Tailwind CSS for your Django app on Heroku? In this article, we’ll see how I did exactly that recently.
I have a side project that uses Tailwind CSS. To get started quickly, I used
Python Pool: Matplotlib Vertical Lines in Python With Examples

Link: https://www.pythonpool.com/matplotlib-vertical-lines/?utm_source=rss&utm_medium=rss&utm_campaign=matplotlib-vertical-lines

Hello programmers, in today’s article, we will discuss how to implement Matplotlib vertical lines in Python. As we already know, Matplotlib is a prevalent python library that helps in plotting. Implem
Python Pool: Matplotlib barh() in Python With Examples

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

Hello programmers, in today’s article, we will discuss the Matplotlib barh() in Python. The Pyplot library of the Matplotlib module helps plot graphs and bars very easily in Python. The matplotlib.pyp
Python Pool: Matplotlib Errorbar For Lines and Graphs

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

Hello programmers, in today’s article, we learn about the Matplotlib errorbar in Python. The Pyplot module of the Matplotlib library provides MATLAB like interface. And the matplotlib.pyplot.errorbar(
Mike Driscoll: PyDev of the Week: Shauna Gordon-McKeon

Link: https://www.blog.pythonlibrary.org/2020/12/07/pydev-of-the-week-shauna-gordon-mckeon/

This week we welcome Shauna Gordon-McKeon as our PyDev of the Week! Shauna runs her own consulting business, Galaxy Rise Consulting and is a Django enthusiast. She has also spoken at several Python co
Codementor: How To Perform Localization Testing Using Selenium WebDriver?

Link: https://www.codementor.io/himanshuseth/how-to-perform-localization-testing-using-selenium-webdriver-1cxdwo3zio

Localization automation testing is essential if you want your product to gain good standing globally. Learn how to use localization testing tools & perform Localization testing using Selenium…
Kushal Das: Story of debugging exit 0

Link: https://kushaldas.in/posts/story-of-debugging-exit-0.html


For more than a month, my primary task at SecureDrop land is to make the
project ready for a distribution update. The current system runs on Ubuntu
Xenial, and the goal is to upgrade to Ubuntu Focal.
Zato Blog: Multi-protocol file transfer integrations

Link: https://zato.io/blog/posts/file-transfer.html

In many domains, transfer of static and batch files is an important part of systems integrations and a large number of applications produce and expect data in the form of files rather than network-bas
PyCon: PyLadies Auction 2020 Cancelled

Link: https://pycon.blogspot.com/2020/04/pyladies-auction-2020-cancelled.html

With the in person cancellation of PyCon US 2020, the PyLadies Auction as we know, could not possibly have happened. Upon further investigation, we are deeply sad to announce we have decided to forgo
Real Python: Real Python's Office Hours: Learn With Python Experts in Real Time

Link: https://realpython.com/office-hours-announcement/

Learning to program can be challenging, especially if you’re learning in a void. Support from a community of fellow learners can be crucial to overcoming the valleys and plateaus you encounter on your
Python Pool: Matplotlib Savefig() For Different Parameters in Python

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

Hello programmers, in this article, we will study the Matplotlib savefig() in python. As we all know, Matplotlib is a beneficial visualization library in python used, especially for plotting purposes.
Python Pool: Matplotlib ion() in Python With Examples

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

Hello programmers, in this article, we will discuss the Matplotlib ion() in Python. Matplotlib is a multi-platform data visualization library built on NumPy array. The Pyplot module of the matplotlib
Real Python: The Real Python Podcast – Episode #39: Generators, Coroutines, and Learning Python Through Exercises

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

Have you started to use generators in Python? Are you unsure why you would even use one over a regular function? How do you use the special "send" method and the "yield from" syntax? This week on the
Stack Abuse: Calculating Pearson Correlation Coefficient in Python with Numpy

Link: https://stackabuse.com/calculating-pearson-correlation-coefficient-in-python-with-numpy/

Introduction
This article is an introduction to the Pearson Correlation Coefficient, its manual calculation and its computation via Python's numpy module.
The Pearson correlation coefficient measures
Brett Cannon: Unravelling membership testing

Link: https://snarky.ca/unravelling-membership-testing/

This post in my series on Python's syntactic sugar, I am going to cover membership testing: in and not in. As the language reference says, "the operators in and not in test for membership". In other w
Thomas Guest: Complex numbers for planar geometry

Link: http://wordaligned.org/articles/complex-numbers-for-planar-geometry

Once again, I’m enjoying solving Eric Wastl’s excellent Advent of Code puzzles.
Today, day 12 involved a ship navigating in a 2D plane. The ship follows a series of instructions taking the form of act
Weekly Python StackOverflow Report: (ccliv) stackoverflow python report

Link: http://python-weekly.blogspot.com/2020/12/ccliv-stackoverflow-python-report.html

These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2020-12-12 12:44:55 GMTIterate over a list based on list with set of it
Rene Dudfield: Draft 3 of, ^Let's write a unit test!^

Link: http://renesd.blogspot.com/2019/11/draft-2-of-lets-write-unit-test.html

So, I started writing this for people who want to 'contribute' to Community projects, and also Free Libre or Open source projects. Maybe you'd like to get involved, but are unsure of where to begin? F