Planet Python RSS
214 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
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
Python Pool: Understanding Collatz Sequence in Python

Link: https://www.pythonpool.com/collatz-sequence-python/?utm_source=rss&utm_medium=rss&utm_campaign=collatz-sequence-python

Hello coders!! In this article, we will be learning about the collatz sequence in Python. We will first understand what it means. Then we will follow it by understanding the implementation of the coll
Codementor: How To Switch Tabs In A Browser Using Selenium Python?

Link: https://www.codementor.io/codepoetn/how-to-switch-tabs-in-a-browser-using-selenium-python-1fdgskghle

Selenium automation has made life much easier for automation testers, especially with cases like Python Selenium switch tab automation. In this blog, we dig deeper into how to perform Selenium switch&
Real Python: Dictionaries and Arrays: Selecting the Ideal Data Structure

Link: https://realpython.com/courses/dicts-arrays-ideal-data-structure/

There are a variety of ways of storing and managing data in your Python programs, and the choice of the right data structure will affect the readability of your code, ease of writing, and performance.
Mike Driscoll: Drawing Shapes on Images with Python and Pillow

Link: https://www.blog.pythonlibrary.org/2021/02/23/drawing-shapes-on-images-with-python-and-pillow/

Pillow provides a drawing module called ImageDraw that you can use to create simple 2D graphics on your Image objects. According to Pillow’s documentation, “you can use this module to create new image