Planet Python RSS
213 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Wingware News: Wing Python IDE 7.0 Release Candidate 1

Link: https://wingware.com/news/2019-03-24

Wing 7.0 rc1 is now available through our early access program. It improves
the array and data frame viewer, solves several issues in Python code intelligence,
fixes VI mode jj and jk, fixes whole fi
Shyama Sankar Vellore: List, Set and Dictionary Comprehensions in Python

Link: http://feedproxy.google.com/~r/blogspot/learnpython/~3/UzdobYP34EI/list-set-and-dictionary-comprehensions.html

In this post, we will discuss the three Python comprehensions, i.e., list, set and dictionary comprehensions, with examples.Table of ContentsIntroductionAdvantagesList comprehensionSet comprehensionDi
PyPy Development: PyPy v7.1 released; now uses utf-8 internally for unicode strings

Link: http://feedproxy.google.com/~r/PyPyStatusBlog/~3/BDZsGqtg3lo/pypy-v71-released-now-uses-utf-8.html


The PyPy team is proud to release version 7.1.0 of PyPy, which includes
two different interpreters:



PyPy2.7, which is an interpreter supporting the syntax and the features of
Python 2.7
PyPy3.6-be
EuroPython: EuroPython 2019: Presenting our conference logo for Basel

Link: https://blog.europython.eu/post/183678059772

We’re pleased to announce our official conference logo for EuroPython 2019, July 8-14, in Basel, Switzerland:The logo is inspired by graphical elements from the Basel Jean Tinguely Museum and Basel Rh
Mike Driscoll: PyDev of the Week: Miro Hrončok

Link: http://www.blog.pythonlibrary.org/2019/03/25/pydev-of-the-week-miro-hroncok/

This week we welcome Miro Hrončok (@hroncok) as our PyDev of the Week! Miro teaches at Czech Technical University and helps out with the local PyLadies chapter. He is also involved with the Special In
Made With Mu: Mu 1.1.0-alpha.1 Released

Link: https://madewith.mu/mu/users/2019/03/25/alpha1.html

We have just released the first “alpha” of the upcoming 1.1 version of Mu. To
try it, follow the links on
Mu’s download page.
Mu is a team effort, so many thanks to all the volunteers who have contrib
leftmouseclickin: Plot the Aroon Oscillator values with python

Link: http://leftmouseclickin.com/2019/03/25/plot-the-aroon-oscillator-values-with-python/


Our Own Score




Welcome to the ongoing Forex and Stock python project. In this chapter we will create a method to plot the Aroon Oscillator values with python. The Aroon Oscillator is a line that c
Real Python: An Intro to Threading in Python

Link: https://realpython.com/intro-to-python-threading/

Python threading allows you to have different parts of your program run concurrently and can simplify your design. If you’ve got some experience in Python and want to speed up your program using threa
Podcast.__init__: A Quick Python Check-in With Naomi Ceder

Link: https://www.pythonpodcast.com/naomi-ceder-quick-python-episode-20/

Naomi Ceder was fortunate enough to learn Python from Guido himself. Since then she has contributed books, code, and mentorship to the community. Currently she serves as the chair of the board to the
Django Weblog: DjangoCon US 2019 Returns to San Diego

Link: https://www.djangoproject.com/weblog/2019/mar/25/djangocon-us-2019-returns-san-diego/

We are pleased to announce that the DjangoCon US 2019 conference will
return to San Diego, California, from September 22-27, 2019!

September 22: Tutorials (Paid)
September 23-25: Talks
September 26-2
Python Insider: Python 3.7.3 is now available

Link: http://feedproxy.google.com/~r/PythonInsider/~3/Joo0vg55HKo/python-373-is-now-available.html

Python 3.7.3 is now available. 3.7.3 is the next maintenance release of Python 3.7, the latest feature release of Python.  You can find the release files, a link to the changelog, and more information
codingdirectional: Display the live NBA match with python

Link: http://codingdirectional.info/2019/03/26/display-the-live-nba-match-with-python/

Welcome back to this latest NBA application project. In this chapter, we will create another method which will do the same thing that the previous method does which is to display the latest live NBA m
leftmouseclickin: Plot the average true range values line with python

Link: http://leftmouseclickin.com/2019/03/26/plot-the-average-true-range-values-line-with-python/


Our Own Score




Welcome back to the ongoing Forex and Stock application project. In this chapter, we will create a method to plot the average true range values line from selected stock. As usual, w
Ofosos: A tour of the Read the Docs Sphinx theme

Link: https://ofosos.org/2019/03/26/a-tour-of-the-read-the-docs-sphinx-theme/

Today I want to take you on a tour of the Read the Docs theme for Sphinx. We'll look into what goes into it and then look at what web technologies are being used to make this theme happen. In a differ
Python Insider: Python 3.8.0a2 is now available for testing

Link: http://feedproxy.google.com/~r/PythonInsider/~3/c5jWx0k6KrQ/python-380a2-is-now-available-for.html

Go get it here:https://www.python.org/downloads/release/python-380a2/The most visible change so far is probably the implementation of PEP 572: Assignment Expressions. For a detailed list of changes, s