Planet Python RSS
214 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Quansight Labs Blog: Spot the differences: what is new in Spyder 5?

Link: https://labs.quansight.org/blog/2021/04/spot-the-diffenrences/


In case you missed it, Spyder 5 was released at the beginning of April! This
blog post is a conversation attempting to document the long and complex
process of improving Spyder's UI with this relea
Janusworx: I Can’t Do This Yet … Updated

Link: https://janusworx.com/blog/i-cant-do-this-yet-updated/

Updated version of the post. I seem to have somehow, mangled the old one.
I’ll just blame it on the gremlins in the cloud.
Read more… (4 min remaining to read)
Montreal Python User Group: Montréal-Python 85 – Polite Koala

Link: https://montrealpython.org/en/2021/04/mp-85/

Join us for the April monthly meeting for the Pythonistas of Montréal on Monday the 19th at 6pm.
This month, we have for you:

Machine learning in robotics by Nicholas Nadeau;
Module of the month: ran
Weekly Python StackOverflow Report: (cclxxi) stackoverflow python report

Link: http://python-weekly.blogspot.com/2021/04/cclxxi-stackoverflow-python-report.html

These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2021-04-17 19:11:41 GMTWhy does Python return [15] for [0xfor x in (1,
Fabio Zadrozny: PyDev 8.3.0 (Java 11, Flake 8 , Code-completion LRU, issue on Eclipse 4.19)

Link: http://feedproxy.google.com/~r/blogspot/pydev/~3/SOH9U_4dx_0/pydev-830-java-11-flake-8-code.html

PyDev 8.3.0 is now available!Let me start with some warnings here:First, PyDev now requires Java 11. I believe that Java 11 is pretty standard nowadays and the latest Eclipse also requires Java 11 (if
Paolo Amoroso: Free Python Books Went Viral on Hacker News

Link: http://blog.paoloamoroso.com/2021/04/free-python-books-went-viral-on-hacker.html

Update18 Apr 2021. Since I published the post the GitHub repository rocketed to 1.8K stars, 195 forks, and 44K views from 23K visitors. The repository is now the top Google search result for free pyth
Talk Python to Me: #312 Python Apps that Scale to Billions of Users

Link: https://talkpython.fm/episodes/show/312/python-apps-that-scale-to-billions-of-users

How do you build Python applications that can handling literally billions of requests. I has certainly been done to great success with places like YouTube (handling 1M requests / sec) and Instagram as
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.