Planet Python RSS
214 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
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
PyCharm: PyCharm AWS Tutorial: An Interview with Mukul Mantosh

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


We’ve been talking about PyCharm and popular cloud platforms recently. The AWS Toolkit for IntelliJ is a plugin that works with PyCharm and our other IDEs. How do you use it? How do you use AWS?


Mu
Ben Cook: Binary cross entropy explained

Link: https://jbencook.com/binary-cross-entropy/

A simple NumPy implementation of the binary cross entropy loss function and some intuition about why it works.
Podcast.__init__: Write Your Python Scripts In A Flow Based Visual Editor With Ryven

Link: https://www.pythonpodcast.com/ryven-flow-based-visual-scripting-episode-303/

When you are writing a script it can become unwieldy to understand how the logic and data are flowing through the program. To make this easier to follow you can use a flow-based approach to building y
Patrick Kennedy: Add Badges to a Python Project in GitLab

Link: http://www.patricksoftwareblog.com/add-badges-to-a-python-project-in-gitlab/

This blog post demonstrates how to add the following badges to a Python project on GitLab:
https://gitlab.com/patkennedy79/flask-stock-portfolio-code
The ‘pipeline’ and ‘test coverage’ badges are the