Planet Python RSS
214 subscribers
17.1K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
PyCharm: YouTube: New Getting Started Series

Link: http://feedproxy.google.com/~r/Pycharm/~3/86LpaKoAxyU/


We have been working hard in the last year to make our YouTube channel more relevant for you. We’ve included tutorials like the Visual Testing with Pytest one, we’ve published the ‘What Does This Pac
Read the Docs: Read the Docs newsletter - November 2021

Link: https://blog.readthedocs.com/newsletter-november-2021/


Welcome to the latest edition of our monthly newsletter, where we
share the most relevant updates around Read the Docs,
offer a summary of new features we shipped
during the previous month,
and share
Kogan Dev: Debugging Celery Issues in Django

Link: https://devblog.kogan.com/blog/b1c2cx4suhgj0zvmit2ra7kfpnt9x7

Lockdown has ended in Melbourne and we’re able to resume mingling, gossiping, and chattering. Just before we could get off our seats and out the door though, Celery (our distributed task queue) jumped
Python Software Foundation: 2021 End of the year fundraiser!

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/9v_yeI8E5G4/2021-end-of-year-fundraiser.html

Summary: The PSF launched its end-of-the-year fundraiser. There are two ways to donate: 1. donate directly to the PSF or 2. purchase a discounted PyCharm license, with all proceeds going to the PSF. C
Python for Beginners: Remove Whitespace Characters from a String

Link: https://www.pythonforbeginners.com/basics/remove-whitespace-characters-from-a-string

Strings in python are used extensively for processing text data. In this article, we will look at different ways with which we can remove whitespace characters from a string. We will also implement th
Python Engineering at Microsoft: Python in Visual Studio Code – November 2021 Release

Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-november-2021-release/

We are pleased to announce that the November 2021 release of the Python Extension for Visual Studio Code is now available. You can download the Python extension from the Marketplace, or install it dir
PyCoder’s Weekly: Issue #498 (Nov. 9, 2021)

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

#498 – NOVEMBER 9, 2021 View in Browser » An Oral History of Bank Python Interesting read about the strange world of Python, as used by big investment banks: “Bank Python implementations are eff
Python⇒Speed: Cython, Rust, and more: choosing a language for Python extensions

Link: https://pythonspeed.com/articles/rust-cython-python-extensions/

Sometimes pure Python code isn’t enough, and you need to implement an extension in a compiled language like C, C++, or Rust.
Maybe your code is slow, and you need to speed it up.
Maybe you just need a
Real Python: Advanced Visual Studio Code for Python Developers

Link: https://realpython.com/advanced-visual-studio-code-python/

Visual Studio Code, or VS Code for short, is a free and open source code editor by Microsoft. You can use VS Code as a lightweight code editor to make quick changes, or you can configure it as an inte
PyCharm: Webinar: “10 Reasons You’ll Love PyCharm Even More in 2021” with Michael Kennedy

Link: http://feedproxy.google.com/~r/Pycharm/~3/6iTur02SXbM/

Want to tap into all the power that PyCharm has as an IDE? Michael Kennedy is in the business of Python videos and recently updated his Effective PyCharm Course to the latest and greatest.
In this web
Python for Beginners: Translation table in Python

Link: https://www.pythonforbeginners.com/basics/translation-table-in-python

Python provides us with different ways with which we can manipulate strings. In this article, we will discuss the translation table and will use it to replace a character with another character in a s
Mike Driscoll: How to Override a List Attribute's Append() Method in Python

Link: https://www.blog.pythonlibrary.org/2021/11/10/how-to-add-list-attribute-append-updates-to-a-class-in-python/

I had a use-case where I needed to create a class that had an attribute that was a Python list. Seems simple, right? The part that made it complicated is that I needed to do something special when any
Python Insider: Python 3.9.8 and 3.11.0a2 are now available

Link: https://pythoninsider.blogspot.com/2021/11/python-398-and-3110a2-are-now-available.html

Tcl/Tk updates
With the recent release of macOS 12 Monterey, we noticed that tkinter
file dialogs are failing to show up on this new operating system,
including in our built-in IDLE. Thanks to rapid
PyCharm: YouTube: New Getting Started Series

Link: https://blog.jetbrains.com/pycharm/2021/11/getting-started-series/


We have been working hard in the last year to make our YouTube channel more relevant for you. We’ve included tutorials like the Visual Testing with Pytest one, we’ve published the ‘What Does This Pac
Python Software Foundation: 2021 End of the year fundraiser!

Link: http://pyfound.blogspot.com/2021/11/2021-end-of-year-fundraiser.html

Summary: The PSF launched its end-of-the-year fundraiser. There are two ways to donate: 1. donate directly to the PSF or 2. purchase a discounted PyCharm license, with all proceeds going to the PSF. C
PyCharm: Webinar: “10 Reasons You’ll Love PyCharm Even More in 2021” with Michael Kennedy

Link: https://blog.jetbrains.com/pycharm/2021/11/10-reasons-youll-love-pycharm-even-more-in-2021/

Want to tap into all the power that PyCharm has as an IDE? Michael Kennedy is in the business of Python videos and recently updated his Effective PyCharm Course to the latest and greatest.
In this web
Talk Python to Me: #340: Time to JIT your Python with Pyjion?

Link: https://talkpython.fm/episodes/show/340/time-to-jit-your-python-with-pyjion

Is Python slow? We touched on that question with Guido and Mark last episode. This time we welcome back friend of the show, Anthony Shaw. Here's there to share the massive amount of work he's been doi
Python GUIs: [updated for PyQt6] Dialogs and Alerts — Notify your users and ask for their input

Link: https://www.pythonguis.com/tutorials/pyqt6-dialogs/

Dialogs are useful GUI components that allow you to communicate with the user (hence the name dialog). They are commonly used for file Open/Save, settings, preferences, or for functions that do not fi