Planet Python RSS
215 subscribers
16.8K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Python Software Foundation: CPython on Mobile platforms - Python Language Summit 2020

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/ssTeWC39RJ0/cpython-on-mobile-platforms.html


"We've got very big news on Android," Russell Keith-Magee told the Language Summit. "We're close to having a full set of BeeWare tools that can run on Android."

The BeeWare project aims to let progr
Codementor: 🤖 Interactive Machine Learning Experiments

Link: https://www.codementor.io/trehleb/interactive-machine-learning-experiments-1699vlis90

This is a collection of interactive machine-learning experiments. Each experiment consists of 🏋️ Jupyter/Colab notebook (to see how a model was trained) and 🎨 demo page (to see a model in action right
PyCharm: Interview: PyCharm helping developers to navigate complexity and be more productive

Link: http://feedproxy.google.com/~r/Pycharm/~3/N2VaTb-dHFg/

Developing in Python is the dream job of many developers out there. According to the latest survey from StackOverflow, Python is the second most ‘loved’ language, and the ‘most wanted’ one. Now, imagi
Matt Layman: Episode 5 - How To Use Forms

Link: https://www.mattlayman.com/django-riffs/how-to-use-forms/

On this episode, we will learn about HTML forms and Django’s form system to use when collecting input from users.
Listen at djangoriffs.com.
Last Episode On the previous episode, we looked at template
Julien Danjou: Interview: The Performance of Python

Link: https://julien.danjou.info/interview-the-performance-of-python/

Earlier this year, I was supposed to participate to dotPy, a one-day Python conference happening in Paris. This event has unfortunately been cancelled due to the COVID-19 pandemic.Both Victor Stinner
Daniel Roy Greenfeld: Two Scoops of Django 3.x Released

Link:


We just released the early release (alpha) of the fifth edition of our book, titled Two Scoops of Django 3.x. The 3.x means we are supporting Django 3.0, 3.1, and 3.2 Long Term Support (LTS) releases
Real Python: Python eval(): Evaluate Expressions Dynamically

Link: https://realpython.com/python-eval-function/

Python’s eval() allows you to evaluate arbitrary Python expressions from a string-based or compiled-code-based input. This function can be handy when you’re trying to dynamically evaluate Python expre
Podcast.__init__: Managing Distributed Teams In The Age Of Remote Work

Link: https://www.pythonpodcast.com/sourcegraph-remote-work-episode-262/

More of us are working remotely than ever before, many with no prior experience with a remote work environment. In this episode Quinn Slack discusses his thoughts and experience of running Sourcegraph
Catalin George Festila: Python Qt5 - Simple text editor with QPlainTextEdit.

Link: http://python-catalin.blogspot.com/2020/05/python-qt5-simple-text-editor-with.html

I haven't played python in a long time. It can be seen after the last article.
Today I installed Python 3.8.3 and my favorite PyQt5 and started to see how much I forgot from what I knew.
Installing Py
Wing Tips: Moving the Program Counter in Wing's Python Debugger

Link: https://wingware.com/blog/move-program-counter2

This Wing Tip describes how to move the program counter
while debugging Python code in Wing Personal and Wing Pro. This is a good way to go back and
re-execute previously visited Python code, in order
Talk Python to Me: #264 10 tips every Flask developer should know

Link: https://talkpython.fm/episodes/show/264/10-tips-every-flask-developer-should-know

Are you a web developer who uses Flask? It has become the most popular Python web framework. Even if you have used it for years, I bet we cover at least one thing that will surprise you and make your
Real Python: Improve Your Tests With the Python Mock Object Library

Link: https://realpython.com/courses/python-mock-object-library/

When you’re writing robust code, tests are essential for verifying that your application logic is correct, reliable, and efficient. However, the value of your tests depends on how well they demonstrat
Mike Driscoll: Learn How to Log with Python (Video)

Link: https://www.blog.pythonlibrary.org/2020/05/12/learn-how-to-log-with-python-video/

Learn how to use Python’s logging module in this screencast:

You will learn about the following:

Creating a log
Logging Levels
Logging Handlers
Logging Formatters
Logging to Multiple Locations
and m
Catalin George Festila: Python 3.8.3 : Create shortut and add python to the Context Menu.

Link: http://python-catalin.blogspot.com/2020/05/python-383-create-shortut-and-add.html

The tutorial for today is a simple script for python user.
If you run this python script in your folder you will get an python shortcut to the python and the python to the Context Menu in Windows 10.
Python Software Foundation: Python’s migration to GitHub - Request for Project Manager Resumes

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/iroQCLPcKE0/pythons-migration-to-github-request-for.html


The Python Software Foundation is looking for a Project Manager to assist with CPython’s migration from bugs.python.org to GitHub for issue tracking. CPython's development partially moved to GitHub i
PyCoder’s Weekly: Issue #420 (May 12, 2020)

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

#420 – MAY 12, 2020 View in Browser » Under Discussion: The Performance of Python Victor Stinner and Julien Danjou sat down (remotely, that is) with Anne-Laure Civeyrac to talk about Python’s pe
Python Engineering at Microsoft: Python in Visual Studio Code – May 2020 Release

Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-may-2020-release/

We are pleased to announce that the May 2020 release of the Python Extension for Visual Studio Code is now available. You can download the Python extension from the Marketplace, or install it directly
Brett Cannon: Thoughts on where tools fit into a workflow

Link: https://snarky.ca/thoughts-on-a-tooling-workflow/

I am going to admit upfront that this is a thought piece, a brain dump, me thinking out loud. Do not assume there is a lesson here, nor some goal I have in mind. No, this blog post is providing me a p