Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Programiz: Python Program to Compute the Power of a Number

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

In this example, you will learn to compute the power of a number.
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 Compute all the Permutation of the String

Link: https://www.programiz.com/python-programming/examples/permutation-of-string

In this example, you will learn to compute all the permutation of the string.
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: PyDev of the Week: Joe Kaufeld

Link: https://www.blog.pythonlibrary.org/2022/12/26/pydev-of-the-week-joe-kaufeld/

This week we welcome Joe Kaufeld as our PyDev of the Week! Joe has been a convention organizer for more than a decade and cofounded TranscribersOfReddit. Joe is active in the Python community and has
Python for Beginners: Create a Dictionary From a String in Python

Link: https://www.pythonforbeginners.com/basics/create-a-dictionary-from-a-string-in-python

Strings and dictionaries are the two most used data structures in Python. We use strings for text analysis in Python. On the other hand, a dictionary is used to store key-value pairs. In this article,
PyCoder’s Weekly: Issue #557 (Dec. 27, 2022)

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

#557 – DECEMBER 27, 2022 View in Browser » It is that time of year again, everybody is making lists. Hopefully you weren’t on the “naughty” one. 2022 has seen a lot of change in tech, from the rel
The Python Coding Blog: Using type hints when defining a Python function [Intermediate Python Functions Series #6]

Link: https://thepythoncodingbook.com/2022/12/27/type-hints-in-python-functions/

You’ve already covered a lot of ground in this Intermediate Python Functions series. In this article, you’ll read about a relatively new addition in Python called type hinting or type annotation. Unli
Kay Hayen: Nuitka Release 1.3

Link: https://nuitka.net/posts/nuitka-release-13.html

This is to inform you about the new stable release of Nuitka. It is the extremely compatible Python compiler,
“download now”.
This release contains a large amount of performance work, that should
spec
"Paolo Amoroso's Journal": Troubleshooting a Suite8080 assembler bug

Link: https://journal.paoloamoroso.com/troubleshooting-a-suite8080-assembler-bug?pk_campaign=rss-feed

The iLoad feature of the Z80-MBC2 homebrew Z80 computer allows uploading binary code that runs on the bare metal.
I thought it would be fun to try iLoad with some Intel 8080 code generated by the asm8
Python for Beginners: Position of a Character in a String in Python

Link: https://www.pythonforbeginners.com/basics/position-of-a-character-in-a-string-in-python

Searching characters in given strings is one of the most common tasks while text analysis in Python. This article discusses how to find the position of a character in a string in python.
Table of Cont
CodersLegacy: Nuitka vs Pyinstaller for Python EXE’s

Link: https://coderslegacy.com/nuitka-vs-pyinstaller/

In this article, we will compare two popular Python libraries used for creating standalone executables, Nuitka and Pyinstaller. This “Nuitka vs Pyinstaller” article will directly compare both librarie
Python Anywhere: We're hiring!

Link: https://blog.pythonanywhere.com/208/

Now that we’re part of Anaconda,
we’re growing the team so that we can do more, faster :-)
Right now we’re looking for a senior engineer with lots of experience in backend
stuff, but an interest in wo
PyCharm: PyCharm 2022.3.1 Is Out!

Link: https://blog.jetbrains.com/pycharm/2022/12/2022-3-1/

You can get the latest version from our website, via the Toolbox App, from inside the IDE, or by using snaps if you’re a Ubuntu user.

Here are the most notable improvements in the new version:
The op