Planet Python RSS
214 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Mike Driscoll: PyDev of the Week: Tristan Bunn

Link: https://www.blog.pythonlibrary.org/2021/04/19/pydev-of-the-week-tristan-bunn/

This week we welcome Tristan Bunn as our PyDev of the Week! Tristan is the author of Learn Python Visually, a new Python book from No Starch Press. You can find out more about what Tristan is up to on
Programiz: Python Program to Get the Class Name of an Instance

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

In this example, you will learn to get the class name of an instance.
Made With Mu: Announcing Mu version 1.1.0-beta.4

Link: https://madewith.mu/mu/users/2021/04/19/beta4.html


Beta 4 is here (get it from the download page).
Since this is a beta release and may contain bugs or unfinished features.
Please provide bug reports or feedback via GitHub.

Carlos made many changes
Programiz: Python Program to Differentiate Between type() and isinstance()

Link: https://www.programiz.com/python-programming/examples/type-vs-instance

In this example, you will learn to differentiate between type() and isinstance().
Programiz: Python Program to Differentiate Between del, remove, and pop on a List

Link: https://www.programiz.com/python-programming/examples/del-remove-pop-on-list

In this example, you will learn to differentiate between del, remove, and pop on a list.
Programiz: Python Program to Find All File with .txt Extension Present Inside a Directory

Link: https://www.programiz.com/python-programming/examples/find-txt-files

In this example, you will learn to find all files with .txt extension present inside a directory.
Codementor: TOP 5 python frameworks

Link: https://www.codementor.io/devidwebdev/top-5-python-frameworks-1h3immmycc

A framework is a software platform that defines the structure of a software system / software / that facilitates the development and integration of various components of a large software project.
EuroPython: EuroPython 2021: Ticket sales started

Link: https://blog.europython.eu/europython-2021-ticket-sales-started/

We're pleased to announce the start of the EuroPython 2021 ticket sales:Updated ticket structureFor EuroPython 2021, we'll have more than 10 training sessions and workshops spread across two days. The
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.