Planet Python RSS
213 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Podcast.__init__: The Past, Present, and Future of Deep Learning In PyTorch

Link: https://www.pythonpodcast.com/pytorch-deep-learning-epsiode-202/

The current buzz in data science and big data is around the promise of deep learning, especially when working with unstructured data. One of the most popular frameworks for building deep learning appl
gamingdirectional: Create the level/score page

Link: http://gamingdirectional.com/blog/2019/03/11/create-the-level-score-page/

In this chapter, we will create a level/score page for our new pygame project. We need to edit four files in order to create the level/score page. The first file is the level manager class which will
Real Python: Managing Multiple Python Versions With pyenv

Link: https://realpython.com/intro-to-pyenv/

Have you ever wanted to contribute to a project that supports multiple versions of Python but aren’t sure how you would easily test all the versions? Are you ever curious about the latest and greatest
Continuum Analytics Blog: End of Life (EOL) for Python 2.7 is coming. Are you ready?

Link: https://www.anaconda.com/end-of-life-eol-for-python-2-7-is-coming-are-you-ready/

End of Life (EOL) for Python 2.7 is coming. Are you ready? We all knew it was coming. Back in 2014 when Guido van Rossum, Python’s creator and principal author, made the announcement, January 1,…
The
Continuum Analytics Blog: Understanding and Improving Conda’s performance

Link: https://www.anaconda.com/understanding-and-improving-condas-performance/

Lately, we have been responding to issues about Conda’s speed.  We’re working on it and we wanted to explain a few of the facets that we’re looking at to solve the problem.   TL;DR: make…
The post Und
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