Planet Python RSS
213 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
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
Python Insider: Python 3.8.0a3 is now available for testing

Link: http://feedproxy.google.com/~r/PythonInsider/~3/uz22TzpffFw/go-get-it-here-httpswww.html

Go get it here:https://www.python.org/downloads/release/python-380a3/The most visible change so far is probably the implementation of PEP 572: Assignment Expressions.  For a detailed list of changes,
Reinout van Rees: Quiet down 'faker' in pytests

Link: http://reinout.vanrees.org/weblog/2019/03/26/quiet-faker-pytest.html


Faker is a nice library for creating sample
data for tests. No more company called "example company" and no more email
address "something@example.org". No, you get readable random proper email
addres
Codementor: Image Captioning using Jupyter

Link: https://www.codementor.io/packt/image-captioning-using-jupyter-tf6soujdu

Image captioning is a process in which textual description is generated based on an image. To better understand image captioning, we need to first differentiate it from image...
Zato Blog: MongoDB connections

Link: https://zato.io/blog/posts/mongodb.html

One of the newest additions in
Zato
3.1 are MongDB connections - learn in this article how to create and use them in your Python API services.
Web-admin
As with most parts of Zato, the most straightfo
Stack Abuse: Commenting Python Code

Link: https://stackabuse.com/commenting-python-code/

Programming reflects your way of thinking in order to describe the single steps that you took to solve a problem using a computer. Commenting your code helps explain your thought process, and helps yo
gamingdirectional: Display a power indicator above the player head

Link: http://gamingdirectional.com/blog/2019/03/26/display-a-power-indicator-above-the-player-head/

Hello and it has been a very long time I am not posting anything on this website and today I am just going to finish up the unfinished business from the previous python project, which is to display a
Real Python: Documenting Python Projects With Sphinx and Read The Docs

Link: https://realpython.com/courses/documenting-python-projects-sphinx-read-the-docs/

In this video series we’ll cover creating Python documentation from scratch using Sphinx, as well as getting your code repository hooked up to Read The Docs, to automatically build and publish your co
NumFOCUS: NumFOCUS Welcomes Sam Brice as inaugural Visiting Fellow

Link: https://numfocus.org/blog/numfocus-welcomes-sam-brice-as-inaugural-visiting-fellow

The post NumFOCUS Welcomes Sam Brice as inaugural Visiting Fellow appeared first on NumFOCUS.
PyCoder’s Weekly: Issue #361 (March 26, 2019)

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

#361 – MARCH 26, 2019 View in Browser » An Intro to Threading in Python In this intermediate-level tutorial, you’ll learn how to use threading in your Python programs. You’ll see how to create t