Planet Python RSS
217 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
ListenData: 15 Free Open Source ChatGPT Alternatives (with Code)

Link: https://www.listendata.com/2023/03/open-source-chatgpt-models-step-by-step.html

In this article we will explain how Open Source ChatGPT alternatives work and how you can use them to build your own ChatGPT clone for free. By the end of this article you will have a good understandi
Real Python: Model-View-Controller (MVC) in Python Web Apps: Explained With Lego

Link: https://realpython.com/lego-model-view-controller-python/

If you’re curious about web development, then you’ve likely encountered the abbreviation MVC, which stands for Model-View-Controller. You may know that it’s a common design pattern that’s fundamental
ListenData: Python for Data Science: Beginner's Guide

Link: https://www.listendata.com/2020/10/learn-python-for-data-science.html

This tutorial would help you to learn Data Science with Python by examples. It is designed for beginners who want to get started with Data Science in Python. Python is an open source language and it i
Data School: Jupyter & IPython terminology explained 💡

Link: https://www.dataschool.io/jupyter-and-ipython-terminology/

Are you trying to understand the differences between Jupyter Notebook, JupyterLab, IPython, Colab, and other related terms? You&aposre in the right place!
I&aposll explain by walking through a brief h
The Python Coding Blog: The Python Coding Book is Out in Paperback and EBook

Link: https://thepythoncodingbook.com/2024/03/19/the-python-coding-book-first-edition/

The Python Coding Book is out—I published the First Edition in paperback and EBook, which is a revised version of the “Zeroth” Edition which you’ve been able to read here on this site for a while—just
Robin Wilson: One reason for getting a ‘No HTTP triggers found’ error when using Azure Functions with Python V2 programming model

Link: https://blog.rtwilson.com/one-reason-for-getting-a-no-http-triggers-found-error-when-using-azure-functions-with-python-v2-programming-model/

Summary: It might be because there is an exception raised when importing your function_app.py – for example, caused by one of your import statements raising an exception, or a parsing error caused by
Hynek Schlawack: You Can Build Portable Binaries of Python Applications

Link: https://hynek.me/til/python-portable-binaries/

Contrary to popular belief, it’s possible to ship portable executables of Python applications without sending your users to Python packaging hell.
PyCoder’s Weekly: Issue #621 (March 19, 2024)

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

#621 – MARCH 19, 2024 View in Browser » Visualizing Data in Python With Seaborn In this tutorial, you’ll learn how to use the Python seaborn library to produce statistical data analysis plots to
Python Morsels: Every dunder method in Python

Link: https://www.pythonmorsels.com/every-dunder-method/

An explanation of all of Python's 100+ dunder methods and 50+ dunder attributes, including a summary of each one.


Table of contents

The 3 essential dunder methods 🔑
Equality and hashability 🟰
Order
Python Insider: Python 3.10.14, 3.9.19, and 3.8.19 is now available

Link: https://pythoninsider.blogspot.com/2024/03/python-31014-3919-and-3819-is-now.html

Howdy!
Those are the boring security releases that aren’t supposed to bring
anything new. But not this time! We do have a bit of news, actually. But
first things first: go update your systems!
Pytho
Real Python: Build a Python Turtle Game: Space Invaders Clone

Link: https://realpython.com/build-python-turtle-game-space-invaders-clone/

In this tutorial, you’ll use Python’s turtle module to build a Space Invaders clone. The game Space Invaders doesn’t need any introduction. The original game was released in 1978 and is one of the mos
Amjith Ramanujam: Rapid Prototyping in Python

Link: https://blog.amjith.com/rapid-prototyping-in-python

I was recently assigned to a new project at work. Like any good software engineer I started writing the pseudocode for the modules. We use C++ at work to write our programs.
I quickly realized it's no
Python⇒Speed: The wrong way to speed up your code with Numba

Link: https://pythonspeed.com/articles/slow-numba/

If your NumPy-based code is too slow, you can sometimes use Numba to
speed it up. Numba is a compiled language that uses the same syntax as
Python, and it compiles at runtime, so it’s very easy to wri
Talk Python to Me: #454: Data Pipelines with Dagster

Link: https://talkpython.fm/episodes/show/454/data-pipelines-with-dagster

Do you have data that you pull from external sources or is generated and appears at your digital doorstep? I bet that data needs processed, filtered, transformed, distributed, and much more. One of th
PyCharm: PyCharm 2023.3.5 Is Out!

Link: https://blog.jetbrains.com/pycharm/2024/03/2023-3-5/

PyCharm 2023.3.5 is an important bug-fix update.
You can update to this version from inside the IDE, using the Toolbox App, or via snaps, if you’re using Ubuntu. You can also download it directly from
Real Python: The Real Python Podcast – Episode #197: Using Python in Bioinformatics and the Laboratory

Link: https://realpython.com/podcasts/rpp/197/

How is Python being used to automate processes in the laboratory? How can it speed up scientific work with DNA sequencing? This week on the show, Chemical Engineering PhD Student Parsa Ghadermazi is h
Daniel Roy Greenfeld: Keynote at PyCon Lithuania 2024

Link: https://daniel.feldroy.com/posts/2024-pycon-lithuania

From April 2nd to April 6th I'll be at PyCon Lithuania 2024 in Vilnius to present a keynote about 25 years of glorious coding mistakes (mostly in Python). Audrey and Uma will be accompanying me, makin