Planet Python RSS
214 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Weekly Python StackOverflow Report: (cclxiv) stackoverflow python report

Link: http://python-weekly.blogspot.com/2021/02/cclxiv-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-02-20 14:00:34 GMTWhy does subclassing change the init signature?
IslandT: Create an ascending order power integration function completed with upper and lower bounds using Python

Link: https://kibiwebgeek.com/create-an-ascending-order-power-integration-function-completed-with-upper-and-lower-bounds-using-python/

This article will show you a simple method to create an ascending order power integration function completed with upper and lower bounds using Python which you can later use to find the answer to any
Python Pool: Best Ways to Calculate Factorial Using Numpy and SciPy

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

Hello coders!! This article will learn different methods to find a number in python. There is more than one way, like the numpy factorial or the scipy factorial. Let us learn about all these methods i
Jaime Buelta: PyLadies Architecture Talk

Link: https://wrongsideofmemphis.com/2020/12/20/pyladies-architecture-talk/

I gave last November an online talk (at 2020 demands) in the PyLadies Dublin about the general software architecture that we are using in one of the projects that I’m working on, a proctoring tool for
Doug Hellmann: demoshell

Link: http://feeds.doughellmann.com/~r/doughellmann/python/~3/Rr0FxhXaurg/

Hey, speakers, if you’re doing live demos in a shell, clear the screen after every command to get the prompt back at the top, so folks in the back can see what you’re doing. #speakerlife #protip
— gen
John Ludhi/nbshare.io: Learn Pygame With Examples

Link: https://www.nbshare.io/notebook/571275372/Learn-Pygame-With-Examples/








Learn Pygame With Examples








This post introduces pygame basic concepts. Before we procceed, make sure you have pygame library installed.








pip install pygame








First thing to
Zato Blog: Setting advanced options of SQL connection pools

Link: https://zato.io/blog/posts/sql-config-details.html

In this article, we cover details of how
Zato
SQL connection pools can be configured to take advantage of features and options
specific to a particular driver or to the SQLAlchemy library.
SQL connect
Talk Python to Me: #304 asyncio all the things with Omnilib

Link: https://talkpython.fm/episodes/show/304/asyncio-all-the-things-with-omnilib

The relatively recent introduction of async and await as keywords in Python have spawned a whole area of high performance, highly scalable frameworks and supporting libraries. One such library that ha
Mike Driscoll: PyDev of the Week: Mariano Anaya

Link: https://www.blog.pythonlibrary.org/2021/02/22/pydev-of-the-week-mariano-anaya/

This week we welcome Mariano Anaya (@rmarianoa) as our PyDev of the Week. Mariano is the author of Clean Code in Python and has been a speaker at EuroPython. You can see what he’s been working on over
Martin Fitzpatrick: Using MicroPython and uploading libraries on Raspberry Pi Pico — Using rshell to upload custom code and MicroPython libraries

Link: https://www.mfitzp.com/article/using-micropython-raspberry-pico/

MicroPython is an implementation of the Python 3 programming language, optimized to run microcontrollers. It's one of the options available for programming your Raspberry Pi Pico and a nice friendly w
Python Pool: Matplotlib Imread: Illustration and Examples

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

Hello coders!! In this article, we will be learning about matplotlib imread. We will learn about its syntax and then see some illustrated examples. Without wasting any time, let us get straight into t
The Digital Cat: Mau: a lightweight markup language

Link: https://www.thedigitalcatonline.com/blog/2021/02/22/mau-a-lightweight-markup-language/

What is Mau?Mau is a lightweight markup language heavily inspired by AsciiDoc that makes is very easy to write blog posts or books.The main goal of Mau is to provide a customisable markup language, re
Stack Abuse: Guide to Flask-MongoEngine in Python

Link: https://stackabuse.com/guide-to-flask-mongoengine-in-python/

Introduction
Building a web app almost always means dealing with data from a database. There are various databases to choose from, depending on your preference.
In this guide, we shall be taking a loo
IslandT: Find out which chess board square has been clicked using Python Pygame

Link: https://kibiwebgeek.com/find-out-which-chess-board-square-has-been-clicked-using-python-pygame/

Welcome back to the ongoing python pygame chess engine project and in this article, I will show you the code which will display the name of the square (if you know chess then you should know the name
Real Python: Python & APIs: A Winning Combo for Reading Public Data

Link: https://realpython.com/python-api/

Knowing how to consume an API is one of those magical skills that, once mastered, will crack open a whole new world of possibilities, and consuming APIs using Python is a great way to learn such a ski