Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
PyCoder’s Weekly: Issue #601 (Oct. 31, 2023)

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

#601 – OCTOBER 31, 2023 View in Browser » Boost Your Coding Productivity With Ptpython Learn how to enhance your Python development workflow with auto-completion, syntax highlighting, history na
TypeThePipe: Add new not nullable column while working with SQLModel and Alembic migrations.

Link: https://typethepipe.com/post/sqlmodel-alembic-add-not-nullable-column/

pre > code.sourceCode { white-space: pre; position: relative; }
pre > code.sourceCode > span { display: inline-block; line-height: 1.25; }
pre > code.sourceCode > span:empty { height: 1.2em; }
.source
Django Weblog: Django security releases issued: 4.2.7, 4.1.13, and 3.2.23

Link: https://www.djangoproject.com/weblog/2023/nov/01/security-releases/

In accordance with our security release policy, the Django team
is issuing
Django 4.2.7,
Django 4.1.13, and
Django 3.2.23.
These releases addresses the security issue detailed below. We encourage all
Mike Driscoll: How to Create a pyd File in Python

Link: https://www.blog.pythonlibrary.org/2023/11/01/how-to-create-a-pyd-file-in-python/

Python has several other Python files besides the traditional *.py file that it supports. In this tutorial, you will learn about the PYD file.
A PYD file is a dynamic link library (DLL) written in Pyt
TechBeamers Python: How to Read CSV Files in Python using Pandas

Link: https://www.techbeamers.com/read-csv-files-in-python-pandas/

In this tutorial, we’ll explore how to read CSV files in Python using the Pandas library with 7 unique examples. Pandas is a powerful data manipulation and analysis library that provides easy-to-use f
Bruno Ponne / Coding The Past: Harnessing AI in R and Python - Gather data with ChatGPT

Link: https://www.codingthepast.com/2023/11/01/AI-in-R.html


AI in R and Python

Greetings, humanists, social and data scientists!

Welcome to this enlightening journey to extract historical data from the Web using AI! In this lesson, we delve into the innovat
ListenData: 15 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
TechBeamers Python: 4 Different Ways to Rename Columns in Pandas

Link: https://www.techbeamers.com/rename-columns-in-pandas-examples/

Searching for ways to rename a column using Pandas? This is a common operation you might have to perform while using a data frame. This tutorial will walk you through several methods to rename one or
Quansight Labs Blog: Improving SymPy's Documentation

Link: https://labs.quansight.org/blog/sympy-documentation

SymPy's documentation has received many significant improvements over the past two years thanks to funding by the Chan Zuckerberg Initiative.
Real Python: Build a Hangman Game for the Command Line in Python

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

Many people learn basic language and word skills by playing the game of hangman. First mentioned in print in the late nineteenth century and popularized in international media as the game show Wheel o
The Python Coding Blog: The Python Coding Place is Live! | October in Review

Link: https://thepythoncodingbook.com/2023/11/01/the-python-coding-place-is-live-october-review/

The big news for October is that The Python Coding Place is now live and my first video course is available for beginners starting to learn to code–well, the first few chapters anyway.
This is big new
PyBites: New Pybites Python Developer Certificates and How They Are Different

Link: https://pybit.es/articles/new-pybites-python-developer-certificates-and-how-they-are-different/

Welcome back to the Pybites Podcast. We’ve been teasing this for a while, and it’s finally here: our Python Developer Certificates. 
Listen here:

Or watch it on YouTube:


Our certificates are not ju
Armin Ronacher: Post Covid Remote Work Doesn't Work As Well

Link: http://lucumr.pocoo.org/2023/11/1/remote-before-and-after-covid

This year I decided that I want to share my most important learnings about
engineering, teams and quite frankly personal mental health. My hope is that
those who want to learn from me find it useful.
TechBeamers Python: How to Slice a Python String with Examples

Link: https://www.techbeamers.com/slice-python-string/

In this tutorial, we’ll explore various ways to slice Python strings providing several code examples. We’ll also make a comparison of different slicing methods to help you choose the most suitable one