Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
John Ludhi/nbshare.io: Mortgage Calculator

Link: https://www.nbshare.io/notebook/876525714/Mortgage-Calculator/

Mortgage Calculator

Loan Amount:


Annual Interest Rate (%):


Loan Term (Years):


Start Date:




User Guide

Enter the loan amount in the "Loan Amount" field.
Enter the annual interest rate in the
John Ludhi/nbshare.io: Install and Run Stable Diffusion 2 on Ubuntu

Link: https://www.nbshare.io/notebook/481422769/Install-and-Run-Stable-Diffusion-2-on-Ubuntu/

Install and Run Stable Diffusion 2 on UbuntuIntroduction:Stable Diffusion 2 is an advanced AI tool that has garnered attention for its impressive capabilities in generating high-quality content. To ha
Zato Blog: Sustainable water management with IoT, Open Source and Python

Link: https://zato.io/blog/posts/sustainable-water.html

“Towards a cyber-physical system for sustainable and smart building: a use case for optimising water consumption on a SmartCampus” is an interesting, Open Access paper via Springer Publishing authored
Mike Driscoll: PyDev of the Week: Allan Campopiano

Link: https://www.blog.pythonlibrary.org/2023/04/17/pydev-of-the-week-allan-campopiano/

This week we welcome Allan Campopiano (@AllanCampopiano) as our PyDev of the Week! Allan is the creator of Hypothesize, a Python package for hypothesis testing using robust statistics.
If you’d like t
Python for Beginners: Pandas Read Excel into DataFrame

Link: https://www.pythonforbeginners.com/basics/pandas-read-excel-into-dataframe

Excel Files are used in the Windows file system to store tabular data. Unlike a CSV file that contains a single sheet, excel files can store multiple sheets. In this article, we will discuss different
Real Python: Python's pathlib Module: Taming the File System

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

Working with files and interacting with the file system are common tasks for Python developers. Some cases may involve only reading or writing files, but sometimes more complex tasks are at hand. Mayb
Stack Abuse: Implementing SVM and Kernel SVM with Python's Scikit-Learn

Link: https://stackabuse.com/implementing-svm-and-kernel-svm-with-pythons-scikit-learn/

Introduction
This guide is the first part of three guides about Support Vector Machines (SVMs). In this series, we will work on a forged bank notes use case, learn about the simples SVM, then about SV
PyCon: PyCon US 2023 Sprints and Intro to Sprinting Workshop

Link: https://pycon.blogspot.com/2023/04/we-are-super-excited-to-announce-pycon.html

We are super excited to announce the PyCon US 2023 Sprints!When: Sprints will take place on April 24th through April 27th, 2023 from 8:00 am to 11:00 pm MSTWhere: At Pycon US at the Salt Palace Conven
Rickard Lindberg: Trying Ron's Python Asteroids

Link: http://rickardlindberg.me/writing/trying-rons-python-asteroids/

Trying Ron's Python Asteroids
Published on 18 April 2023.
Ron is working on an Asteroids game in Python and also writing about it. I’m interested in his workflow, so I follow along.
He recently publis
CodersLegacy: Creating your own Dark Theme in Tkinter

Link: https://coderslegacy.com/creating-your-own-dark-theme-in-tkinter/

When it comes to designing a user interface, a good color scheme is essential. A well-designed color scheme not only looks great but also improves the user experience by making the interface more intu
Real Python: Python Basics: Installing Packages With pip

Link: https://realpython.com/courses/python-pip-install/

So far on the Python Basics learning path, you’ve been working within the bounds of the Python standard library. Now it’s time to unlock packages that aren’t included with Python by default. To do tha
PyCoder’s Weekly: Issue #573 (April 18, 2023)

Link: https://pycoders.com/issues/573

#573 – APRIL 18, 2023 View in Browser » “Self-Healing” Programs That Fix Themselves Thanks to AI Wolverine is a Python tool that responds to script crashes by using ChatGPT to look for solutions
Python Bytes: #332 A Python, a Slurpee, and Some Chaos

Link: https://pythonbytes.fm/episodes/show/332/a-python-a-slurpee-and-some-chaos

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

<p><strong>About the show</strong></p>

<p>Sponsored by <a href="https://pythonbytes.fm/
ListenData: AutoGPT Explained: Everything You Need To Know

Link: https://www.listendata.com/2023/04/autogpt-explained-everything-you-need.html

In this post we have covered AutoGPT in detail. By end of this tutorial, you will not only understand how it works but also will be able to run it on your system. Auto-GPT has gained a significant amo
Real Python: How to Get Normally Distributed Random Numbers With NumPy

Link: https://realpython.com/numpy-random-normal/

Probability distributions describe the likelihood of all possible outcomes of an event or experiment. The normal distribution is one of the most useful probability distributions because it models many
Daniel Roy Greenfeld: AWS Requests Auth

Link: https://daniel.feldroy.com/posts/2023-04-aws-requests-auth

David Muller, the author of Intuitive Python pointed me at this handy snippet of code. Thanks Richard Boyd!
import boto3
from botocore.auth import SigV4Auth
from botocore.awsrequest import AWSRequest
Daniel Roy Greenfeld: Cookiecutter Options Pattern

Link: https://daniel.feldroy.com/posts/2023-04-cookiecutter-options-pattern

A way to simplify complicated Cookiecutters is the Options Pattern. If I step away from Cookiecutter for any duration, I forget about it. Thanks to Mark Patricio for the reminder!
Complex example we'l
Talk Python to Me: #412: PEP 711 - Distributing Python Binaries

Link: https://talkpython.fm/episodes/show/412/pep-711-distributing-python-binaries

What if we distributed CPython, the runtime, in the same way we distributed Python packages - as prebuilt binary wheels that only need to be downloaded and unzipped to run? For starters, that would me
Stack Abuse: How to List All Kafka Topics

Link: https://stackabuse.com/how-to-list-all-kafka-topics/

If you've stumbled upon this article, chances are you've already been working with Apache Kafka, the open-source distributed streaming platform that has gained significant popularity for its ability t
PyBites: 5 tips to learn any new Python library faster

Link: https://pybit.es/articles/5-tips-to-learn-any-new-python-library-faster/

This was a Pybites email first. To always get the latest and greatest content, subscribe here.
Lately I have been learning some new libraries for weekly PDM Code Clinic demo sessions (e.g. PyScript,