Planet Python RSS
217 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
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
Python Engineering at Microsoft: Embedding Python in a C++ project with Visual Studio

Link: https://blogs.msdn.microsoft.com/pythonengineering/2018/06/14/embedding-python-in-a-cpp-project-with-visual-studio/

Watch the video version of this post on VS Toolbox

Let's get started

In this post, we're going to walk through a sample project that demonstrates scripting a C++ application with Python using CPytho
Matthew Rocklin: Dask Release 0.18.0

Link: https://matthewrocklin.com/blog//work/2018/06/13/dask-0.18.0

This work is supported by Anaconda Inc.
I’m pleased to announce the release of Dask version 0.18.0. This is a major
release with breaking changes and new features.
The last release was 0.17.5 on May
Ned Batchelder: Geeky shirts

Link: https://nedbatchelder.com//blog/201806/geeky_shirts.html

I wear t-shirts a lot. A lot of them feature geeky topics. They’re are fun
because they start conversations among the people I hang out with. The best
times are when someone can take the geeky idea,
Talk Python to Me: #166 Continuous deliver with Python

Link: https://talkpython.fm/episodes/show/166/continuous-deliver-with-python

We have evolved from, "It builds, ship it!" to continuous integration where every check-in is automatically verified by something like Travis CI. Taking that further, some people are using continuous
Import Python: ImportPython 176 - Continuous Delivery with Docker, Kubernetes, and GoCD, Python's GIL implemention

Link: http://importpython.com/blog/post/importpython-176-continuous-delivery-docker-kubernetes-and-gocd-pythons-gil-implemention





Worthy
Read



Free Webinar: Continuous Delivery with Docker, Kubernetes, and GoCD
Continuum Analytics Blog: Introducing Dask for Scalable Machine Learning

Link: https://www.anaconda.com/blog/developer-blog/introducing-dask-for-scalable-machine-learning/

Although Python contains several powerful libraries for machine learning, unfortunately, they don’t always scale well to large datasets. This has forced data scientists to use tools outside of the Pyt
NumFOCUS: Diversity and Metrics in Software Communities — Notes from the DISC Unconference

Link: https://www.numfocus.org/blog/diversity-and-metrics-in-software-communities-notes-from-the-disc-unconference

The post Diversity and Metrics in Software Communities — Notes from the DISC Unconference appeared first on NumFOCUS.