Planet Python RSS
217 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Programiz: Python Program to Count the Number of Digits Present In a Number

Link: https://www.programiz.com/python-programming/examples/number-of-digits

In this example, you will learn to count the number of digits present in a number.
Programiz: Python Program to Check If Two Strings are Anagram

Link: https://www.programiz.com/python-programming/examples/anagram

In this example, you will learn to check if two strings are anagram.
Programiz: Python Program to Count the Number of Occurrence of a Character in String

Link: https://www.programiz.com/python-programming/examples/number-of-character

In this example, you will learn to count the number of occurrences of a character in a string.
Mike Driscoll: Python 3.13 Allows Disabling of the GIL + subinterpreters

Link: https://www.blog.pythonlibrary.org/2024/03/14/python-3-13-allows-disabling-of-the-gil-subinterpreters/

Python 3.13 adds the ability to remove the Global Interpreter Lock (GIL) per PEP 703. Just this past week, a PR was merged in that allows the disabling of the GIL using a command line flag or an envir
Wingware: Wing Python IDE Version 10.0.3 - March 15, 2024

Link: https://wingware.com/news/2024-03-14

Wing 10.0.3 adds more control over AI request context, improves keyboard navigability on
Windows, fixes folding failures seen in Python files, avoids failure to show debug process
output in Debug I/O,
Peter Bengtsson: Leibniz formula for π in Python, JavaScript, and Ruby

Link: http://www.peterbe.com/plog/leibniz-formula-for-pi

Different ways to calculate the value of π using the Leibniz formula
PyCharm: Pytest vs. Unittest: Which Is Better?

Link:

Python, being a versatile and widely used programming language, offers several testing frameworks to facilitate the testing process. Two prominent choices are pytest and unittest, both of which come w
Real Python: The Real Python Podcast – Episode #196: Exploring Duck Typing in Python & Dynamics of Monkey Patching

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

What are the advantages of determining the type of an object by how it behaves? What coding circumstances are not a good fit for duck typing? Christopher Trudeau is back on the show this week, bringin
Robin Wilson: How to speed up appending to PostGIS tables with ogr2ogr

Link: https://blog.rtwilson.com/how-to-speed-up-appending-to-postgis-tables-with-ogr2ogr/

Summary: If appending to a PostGIS table with GDAL/OGR is taking a long time, try setting the PG_USE_COPY config option to YES (eg. adding --config PG_USE_COPY YES to your command line). This should s
Spyder IDE: Reusable research Birds of a Feather session at Scipy 2023: Solutions and tools

Link: https://www.spyder-ide.org/blog/reusable-research-bof-scipy-2023-part-2/

The Spyder team and collaborators hosted a Birds of a Feather (BoF) session at SciPy 2023, focused on moving beyond just scripts and notebooks toward truly reproducible, reusable research.
In Part 1 o
Python Software Foundation: Introducing PSF Grants Program Office Hours

Link: https://pyfound.blogspot.com/2024/02/introducing-psf-grants-office-hours.html

In October 2023, we acknowledged the situation surrounding DjangoCon Africa and noted our intent to make ongoing improvements to the Grants Program. We also recognize that we are in a new world of hyb
Brett Cannon: State of WASI support for CPython: March 2024

Link: https://snarky.ca/state-of-wasi-support-for-cpython-march-2024/

The biggest update since June 2023 is WASI is now a tier 2 platform for CPython! This means that the main branch of CPython should never be broken more than 24 hours for WASI and that a release will b
Paolo Melchiorre: Pybites Podcast #155

Link: https://www.paulox.net/2024/03/15/pybites-podcast-155/

Episode 155 of Pybites podcast with the title “Django, Open Source & Pycon Conferences, Paolo Melchiorre’s Developer Odyssey”
ListenData: 4 Ways to Correct Grammar with Python

Link: https://www.listendata.com/2024/01/4-ways-to-correct-grammar-with-python.html

This tutorial explains various methods for checking and correcting grammar using Python. Automatic grammar correction helps students, professionals and content creators to make sure their writing foll
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