Planet Python RSS
215 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Matt Layman: Settings and Billing Portal - Building SaaS with Python and Django #190

Link: https://www.mattlayman.com/blog/2024/settings-and-billing-portal-building-saas-with-python-and-django-190/

In this episode, I worked on the settings page for the user. This was a vital addition because it allows users to access the Stripe billing portal and close their account if they no longer wish to use
Python Morsels: Assignment vs. Mutation in Python

Link: https://www.pythonmorsels.com/assignment-versus-mutation/

In Python, "change" can mean two different things. Assignment changes which object a variable points to. Mutation, changes the object itself.



Table of contents

Remember: variables are pointers
Mut
Juri Pakaste: Git history search with fzf

Link: https://juripakaste.fi/git-history-search-fzf/

fzf is one of my favorite shell tools. I have a ton of scripts where I use it for selection. Here's one for searching git history. git log -Gpattern allows you to search for commits that contain patte
Juri Pakaste: DotEnvy

Link: https://juripakaste.fi/dotenvy/

I released a new Swift library, DotEnvy. It's a parser and loader for dotenv files.
Dotenv is a vaguely specified format that is supported by libraries found for most languages used in server-side dev
ListenData: How to Use Gemini in Python

Link: https://www.listendata.com/2024/05/how-to-use-gemini-in-python.html

In this tutorial, you will learn how to use Google's Gemini AI model in Python.
Steps to Access Gemini API
Follow the steps below to access the Gemini API and then use it in python.

Visit Google AI S
EuroPython: Community Post: The Invisible Threads that sustained me in STEM/Tech

Link: https://blog.europython.eu/community-post-invisible-threads/

The unconscious influence the Ghanaian tech community has had on my career.My name is Joana Owusu-Appiah, and I am currently pursuing an MSc degree in Medical Imaging and Applications. I am originally
PyCharm: PyCharm at PyCon US 2024: Engage, Learn, and Celebrate!

Link: https://blog.jetbrains.com/pycharm/2024/05/pycharm-at-pycon-us-2024/

We’re thrilled to announce that the PyCharm team will be part of the vibrant PyCon US 2024 conference in Pittsburgh, Pennsylvania, USA. Join us for a series of engaging activities, expert talks, live
ListenData: 4 Ways to Use ChatGPT API in Python

Link: https://www.listendata.com/2024/04/4-ways-to-use-chatgpt-api-in-python.html

In this tutorial, we will explain how to use ChatGPT API in Python, along with examples.
Steps to Access ChatGPT API
Please follow the steps below to access the ChatGPT API.

Visit the OpenAI Platform