Planet Python RSS
213 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
NumFOCUS: NumFOCUS Hires New Staff to Support Events and Financial Services

Link: https://numfocus.org/blog/numfocus-hires-new-staff-to-support-events-and-financial-services

The post NumFOCUS Hires New Staff to Support Events and Financial Services appeared first on NumFOCUS.
gamingdirectional: Touch up the about scene

Link: http://gamingdirectional.com/blog/2019/03/12/touch-up-the-about-scene/

Hello and welcome back, in the next few chapters we will touch up all the game scenes one by one for our new pygame project. In this chapter, we will touch up the About scene where we will adjust the
codingdirectional: Return the probability of drawing a blue marble

Link: http://codingdirectional.info/2019/03/12/return-the-probability-of-drawing-a-blue-marble/

It seems like I have not decide yet which project am I going to create next so why not just work on another python solution on CodeWars in this chapter. I think I will work on a few more python questi
leftmouseclickin: Plot the stock value graph with python

Link: http://leftmouseclickin.com/2019/03/12/plot-the-stock-value-graph-with-python/


Our Own Score




Welcome back to the ongoing Forex/Stock application project. In this chapter, I have created a button which will call the method that will make the API call using the alpha vantage
PyCoder’s Weekly: Issue #359 (March 12, 2019)

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

#359 – MARCH 12, 2019 View in Browser » Writing Beautiful Pythonic Code With PEP 8 Learn how to write high-quality, readable code by using the Python style guidelines laid out in PEP 8. Followin
Python Insider: Python 3.7.3rc1 is now available for testing

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

Python 3.7.3rc1 is now available for testing. 3.7.3rc1 is the release preview of the next maintenance release of Python 3.7, the latest feature release of Python. Assuming no critical problems are fou
gamingdirectional: Exit the game on the main menu page or during the game stage

Link: http://gamingdirectional.com/blog/2019/03/13/exit-the-game-on-the-main-menu-page-or-during-the-game-stage/

In this chapter we will edit the main file of the pygame project so when we click on the ‘x’ button on the top right of the game window during the game stage or we click on the exit button on the main
leftmouseclickin: Further modifying the stock and forex application

Link: http://leftmouseclickin.com/2019/03/13/further-modifying-the-stock-and-forex-application/


Our Own Score




In this chapter we will continue to develop our Forex and Stock application. We have created a method to retrieve and plot the stock value vs time interval on a graph in the previou
codingdirectional: Keep on removing the second item in a list with python

Link: http://codingdirectional.info/2019/03/13/keep-on-removing-the-second-item-in-a-list-with-python/

In this chapter we will look at another question from CodeWars, this question goes like this: Given a list of items, create a method which will keep on removing the next item in the list and returning
Stack Abuse: Python for NLP: Tokenization, Stemming, and Lemmatization with SpaCy Library

Link: https://stackabuse.com/python-for-nlp-tokenization-stemming-and-lemmatization-with-spacy-library/

In the previous article, we started our discussion about how to do natural language processing with Python. We saw how to read and write text and PDF files. In this article, we will start working with
Python Software Foundation: Commencing Security, Accessibility, and Internationalization Improvements to PyPI for 2019

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/-1n_g6pvIOI/commencing-security-accessibility-and.html

The Python Software Foundation (PSF) and PSF Packaging Working Group are excited to announce that the first round of slated improvements to PyPI for 2019 are underway. This Open Technology Fund funded
Real Python: Understanding the Python Mock Object Library

Link: https://realpython.com/python-mock-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
Trey Hunner: Tuple ordering and deep comparisons in Python

Link: http://treyhunner.com/2019/03/python-deep-comparisons-and-code-readability/

Comparing things in Python.
That sounds like something that almost doesn’t even need to be taught.
But I’ve found that Python’s comparison operators are often misunderstood and under-appreciated by ne
Talk Python to Me: #203 Beginners and Experts in Software Development

Link: https://talkpython.fm/episodes/show/203/beginners-and-experts-in-software-development

What's it like to be a beginner in software development? How about learning Python for the first time? This episode is a special panel episode and is the first of a two-part series we are doing on the
PyCharm: PyCharm 2019.1 Release Candidate

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

PyCharm 2019.1 is getting closer to its release date, and we’re happy to announce that a release candidate is available for download now.
New in PyCharm

The all-new Jupyter Notebooks support, which i
Python Anywhere: System update this morning

Link: https://blog.pythonanywhere.com/177/

This morning's system update went smoothly :-)
It was primarily a maintenance update, bringing our US-based system up to the same version our EU-based system. There were a number of minor bugfixes, a
Dataquest: Tutorial: Why Functions Modify Lists and Dictionaries in Python

Link: https://www.dataquest.io/blog/tutorial-functions-modify-lists-dictionaries-python

In this beginner Python tutorial, we'll take a look at mutable and immutable data types, and learn how to keep dictionaries and lists from being modified by our functions.
The post Tutorial: Why Funct
Stack Abuse: Introduction to Python FTP

Link: https://stackabuse.com/introduction-to-python-ftp/

Introduction
In this tutorial, we will explore how to use FTP with Python to send and receive files from a server over TCP/IP connections.
To make things easier and more abstract, we will be using Pyt
Paolo Melchiorre: How to use 🇺 uWSGI with 🐍 Python 3.7 in 👥 Ubuntu 18.x

Link: https://www.paulox.net/2019/03/13/how-to-use-uwsgi-with-python-3-7-in-ubuntu-18-x/

Step-by-step how-to guide to use uWSGI with Python 3.7 for Ubuntu 18.04 and 18.10.