Planet Python RSS
214 subscribers
17.1K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Real Python: Your First Steps With Django: Set Up a Django Project

Link: https://realpython.com/django-setup/

Before you can start to build the individual functionality of a new Django web application, you always need to complete a couple of setup steps. This tutorial gives you a reference for the necessary s
Codementor: Tips For Beginners for Learning Python Programming

Link: https://www.codementor.io/aliciajohnson/tips-for-beginners-for-learning-python-programming-1k0w91hqa0

Python is among the most widely used programming languages due to its object-oriented functionality and versatility. It is thought to be the finest language to learn first for beginners.
Almost...
Podcast.__init__: Unleash The Power Of Dataframes At Any Scale With Modin

Link: https://www.pythonpodcast.com/modin-parallel-dataframe-episode-324/

When you start working on a data project there are always a variety of unknown factors that you have to explore. One of those is the volume of total data that you will eventually need to handle, and t
Anarcat: Hacking my Kobo Clara HD

Link: https://anarc.at/hardware/tablet/kobo-clara-hd/

I just got a new Kobo ebook reader, a Kobo Clara HD. It's
pretty similar to the Glo HD I had but which has unfortunately died
after 5 years, even after trying to replace the battery.
Quick hardware re
Codementor: New Brand Python Features in 2021

Link: https://www.codementor.io/stallionemma88/new-brand-python-features-in-2021-1k1jhv44sx

With the arrival of summer, we have got this great news of the release of another beta version of the latest Python version. The tenth iteration of Python 3.10 is scheduled for 4th October 2021,...
Python for Beginners: How to reverse a string in Python

Link: https://www.pythonforbeginners.com/basics/how-to-reverse-a-string-in-python

We can perform many operations on strings in python. These operations include splitting a string, string concatenation, reversing a string, slicing a string and many more. In this article, we will rev
Codementor: 10 Best Websites Built Using Django Web Development

Link: https://www.codementor.io/parthbarot/10-best-websites-built-using-django-web-development-1k1wg1uixn

Django development solutions are perfect for building all kinds of applications. Here are the top 10 websites built using Django web development services.
Python Bytes: #243 Django unicorns and multi-region PostgreSQL

Link: https://pythonbytes.fm/episodes/show/243/django-unicorns-and-multi-region-postgresql

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

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

<p><strong>About the show</strong></p>
PyCharm: PyCharm 2021.2 Release Candidate Is Out

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

PyCharm’s 2021.2 major release is right around the corner, and the PyCharm team is adding the final touches to the new features and fixing important bugs.
As we approach the end of this release’s earl
Stack Abuse: Guide to Sending HTTP Requests in Python with urllib3

Link: https://stackabuse.com/guide-to-sending-http-requests-in-python-with-urllib3

Introduction
Resources on the Web are located under some kind of web-address (even if they're not accessible), oftentimes referred to as a URL (Uniform Resource Locator). These resources are, most of
Real Python: The Real Python Podcast – Episode #70: What Can You Do With Python and Counting Objects Using "Counter"

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

How is Python being used today, and what can you do with the language? Do you want to develop software, dive into data science and math, automate parts of your job and digital life, or work with elec
Talk Python to Me: #326: Building Desktop Apps with wxPython

Link: https://talkpython.fm/episodes/show/326/building-desktop-apps-with-wxpython

Did you know I'm a fan of GUIs. You know, they are kind of like web pages, but they run on your computer, they have their own windows, and you can even use them offline! On this episode, we'll dive in
Andre Roberge: New interactive friendly tracebacks for Jupyter

Link: https://aroberge.blogspot.com/2021/07/new-interactive-friendly-tracebacks-for.html

 Summary: I have a draft version of a new and arguably better way to display information from friendly for Jupyter labs/notebooks. For now, it only works with the default light theme.The following scr
Weekly Python StackOverflow Report: (cclxxxv) stackoverflow python report

Link: http://python-weekly.blogspot.com/2021/07/cclxxxv-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-07-24 18:37:56 GMTset of sets and "in" operator - [7/2]Mypy compla
Low Kian Seong: That one where I almost lost my life but ended up rolling over a 5 year old boy part 1

Link: https://blog.lowkster.com/2021/07/that-one-where-i-almost-lost-my-life.html

 You know when they ask you in interviews "What is your most embarrassing mistake" ? Well I always lie and mutter something that I think they want to hear and a false cringe on the face to add dash of
Quansight Labs Blog: Moving SciPy to the Meson build system

Link: https://labs.quansight.org/blog/2021/07/moving-scipy-to-meson/

Let's start with an announcement: SciPy now builds with
Meson on Linux, and the full test suite passes!
This is a pretty exciting milestone, and good news for SciPy maintainers and
contributors - they
Ned Batchelder: Aptus v3

Link: https://nedbatchelder.com/blog/202107/aptus_v3.html

After a hiatus of almost 13 years, I’ve made a new release of
Aptus, my Mandelbrot explorer. I got
re-interested in it as a way to make Zoom backgrounds during the pandemic.I started by moving it fro