Planet Python RSS
217 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Techiediaries - Django: Angular 6 Tutorial with Django RESTful API — Adding Angular Material Design 6 UI By Example

Link: https://www.techiediaries.com/angular-material-tutorial-example/

In the previous tutorial, you have seen how you can install the Angular CLI 6 and generate a brand new Angular 6 front-end application. In this tutorial, we'll be learning how to use Angular 6 Materia
Weekly Python StackOverflow Report: (cxxix) stackoverflow python report

Link: http://python-weekly.blogspot.com/2018/06/cxxix-stackoverflow-python-report.html

These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2018-06-09 20:27:06 GMTHow to treat NULL as a normal string with pandas
Mike Driscoll: PyDev of the Week: Naomi Ceder

Link: http://www.blog.pythonlibrary.org/2018/06/11/pydev-of-the-week-naomi-ceder/

This week we welcome Naomi Ceder (@NaomiCeder) as our PyDev of the Week. Naomi has been a long-time member of the Python community and is the author of The Quick Python Book. Naomi is the current chai
Real Python: Building and Documenting Python REST APIs With Flask and Connexion

Link: https://realpython.com/flask-connexion-rest-api/

If you’re writing a web application, then you’re probably thinking about making HTTP calls to your server to get data to populate the dynamic parts of your application.
The goal of this article is to
Artem Golubin: Python's GIL implemented in pure Python

Link: http://rushter.com/blog/python-gil-thread-scheduling/

There is an excellent presentation of how the modern GIL performs thread scheduling, but unfortunately, it lacks some interesting details (at least for me). I was trying to understand all the details
Python Insider: Python 3.7.0rc1 and 3.6.6rc1 now available for testing

Link: http://feedproxy.google.com/~r/PythonInsider/~3/PuHgTVhNAAE/python-370rc1-and-366rc1-now-available.html

Python 3.7.0rc1 and 3.6.6rc1 are now available. 3.7.0rc1 is the final planned release preview of Python 3.7, the next feature release of Python. 3.6.6rc1 is the release preview of the next maintenance
Semaphore Community: Writing, Testing, and Deploying a Django API to Heroku with Semaphore

Link: https://semaphoreci.com/community/tutorials/writing-testing-and-deploying-a-django-api-to-heroku-with-semaphore

This article is brought with to you by Semaphore.Introduction
In this tutorial, you will learn how to write and deploy a Django API to
Heroku using Semaphore. You'll also learn how to run Django tes
Techiediaries - Django: Vue Tutorial with Django RESTful API — Vue CLI 3 Tutorial In Depth

Link: https://www.techiediaries.com/vue-cli-tutorial/

Throughout this Vue tutorial with Django RESTful API, we are going to learn to use the Vue CLI v3 (In beta — 3.0.0-beta.15 as of this writing) to generate our Vue front-end application.
In this tutor
Techiediaries - Django: Full-Stack Vue Tutorial with Django RESTful API — CRUD Using Axios with Vue

Link: https://www.techiediaries.com/vue-axios-tutorial/

Throughout this tutorial with Vue.js and Axios we'll see how to add CRUD (Create, Read, Update and Delete) methods with a Vue front-end and a Python Django RESTful API back-end.
Axios is a promise-ba
Dataquest: Python Generators Tutorial

Link: https://www.dataquest.io/blog/python-generators-tutorial/

Python generators are a powerful, but misunderstood tool. They're often treated as too difficult a concept for beginning programmers to learn — creating the illusion that beginners should hold off on
Continuum Analytics Blog: Anaconda 2018 State of Data Science Report Released

Link: https://www.anaconda.com/blog/company-blog/anaconda-2018-state-of-data-science-report-released/

We at Anaconda greatly value our data science community and are always striving to learn more about how you are using our products and how we can improve your overall experience. With this goal in min
Caktus Consulting Group: Stories of Security (PyCon 2018 Must-See Talk Series)

Link: https://www.caktusgroup.com/blog/2018/06/13/pycon-2018-must-see-talk-series/

This is the second post in the 2018 edition of our annual PyCon Must-See Series, which highlights the talks our staff especially loved at PyCon. While there were many great talks, this is our team's s
Stack Abuse: Random Forest Algorithm with Python and Scikit-Learn

Link: http://stackabuse.com/random-forest-algorithm-with-python-and-scikit-learn/

Random forest is a type of supervised machine learning algorithm based on ensemble learning. Ensemble learning is a type of learning where you join different types of algorithms or same algorithm mult
Mike Driscoll: Anaconda Data Science Survey Results

Link: http://www.blog.pythonlibrary.org/2018/06/13/anaconda-data-science-survey-results/

Anaconda announced the results of their first “state of data science” survey today. Out of the 4,218 responses, 26% were from students, 16% were from data scientists, 15% were academics and 15% were s
Steve Dower: The Changelog

Link: http://stevedower.id.au/blog/the-changelog-2018/

I appeared (was heard?) on the latest episode of The Changelog, and they very kindly sent me the embed snippet for my blog. So to celebrate, I decided to post a blog and use their embed snippet.
If yo