Planet Python RSS
213 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Django Weekly: #73 - Djangochat podcast, Django Recommended Reading and more

Link: http://djangoweekly.com/blog/post/73-djangochat-podcast-django-recommended-reading-and-more

Worthy ReadDjangochat podcastI ’ve spent weeks working new podcast called DjangoChat The episode launched listen Django: recommended readingAt Caktus, we believe in continued learning (and teaching).
Techiediaries - Django: Post Multipart Form Data in Python with Requests: Flask File Upload Example

Link: https://www.techiediaries.com/python-requests-upload-file-post-multipart-form-data/

In this tutorial we'll demonstrate how to upload a file from a Python server to another server by sending a POST request with multipart/form-data using the Python requests library.
We'll be using two
Zato Blog: Working with LDAP and Active Directory

Link: https://zato.io/blog/posts/ldap-active-directory.html

A feature new in
Zato
3.1 is the ability to connect to LDAP servers, including Active Directory instances, and this article covers basic administration as programming tasks involved in their usage fro
Mike Driscoll: PyDev of the Week: Maria Khalusova

Link: http://www.blog.pythonlibrary.org/2019/03/11/pydev-of-the-week-maria-khalusova/

This week we welcome Maria Khalusova ( @mariakhalusova) as our PyDev of the Week! Maria works for JetBrains and will be speaking at AnacondaCON this April. If you’d like to catch up with her, you can
Programiz: Python RegEx

Link: https://www.programiz.com/python-programming/regex

In this tutorial, you will learn about regular expressions (RegEx), and use Python's re module to work with RegEx (with the help of examples).
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