Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Filipe Saraiva: Akademy 2018

Link: http://blog.filipesaraiva.info/?p=1986

Look for your favorite KDE contributor at Akademy 2018 Group Photo
This year I was in Vienna to attend Akademy 2018, the annual KDE world summit. It was my fourth Akademy after Berlin’2012 (in fact, D
PyPy Development: The First 15 Years of PyPy — a Personal Retrospective

Link: http://feedproxy.google.com/~r/PyPyStatusBlog/~3/yvn69QvEcJ4/the-first-15-years-of-pypy.html

A few weeks ago I (=Carl Friedrich Bolz-Tereick) gave a keynote at ICOOOLPS in
Amsterdam with the above title. I was very happy to have been given that
opportunity, since a number of our papers have b
Stefan Behnel: What CPython could use Cython for

Link: http://blog.behnel.de/posts/what-cpython-could-use-cython-for.html

There has been a recent discussion about
using Cython for CPython development.
I think this is a great opportunity for the CPython project to make more efficient use of its scarcest resource: develope
Nigel Babu: Moving from pyrax to libcloud: A story in 3 parts

Link: http://nigelb.me/2018-09-10-moving-from-pyrax-to-libcloud.html

Softserve is a service that lets our community loan machines to debug test
failures. They create cloud VMs based on the image that we use for our test
machines. We originally used pyrax to create and
Mike Driscoll: PyDev of the Week: Oliver Bestwalter

Link: http://www.blog.pythonlibrary.org/2018/09/10/pydev-of-the-week-oliver-bestwalter/

This week we welcome Oliver Bestwalter (@obestwalter) as our PyDev of the Week! He is one of the core developers of the tox automation project and the pytest package. He is also a speaker at several P
Continuum Analytics Blog: AI Enablement Platform for Teams at Scale—Accelerate Your AI/ML Productivity with Anaconda Enterprise and Cisco UCS

Link: https://www.anaconda.com/blog/company-blog/accelerate-ai-ml-productivity-anaconda-enterprise-cisco-ucs/

By Daniel Rodriguez Anaconda Enterprise is a software platform for developing, governing, and automating data science and machine learning pipelines from laptop to production. It is the de-facto stand
Stack Abuse: Preparing for a Python Developer Interview

Link: https://stackabuse.com/preparing-for-a-python-developer-interview/

Introduction
In this article I will be giving my opinions and suggestions for putting yourself in the best position to out-perform competing candidates in a Python programming interview so that you ca
Stack Abuse: Implementing Word2Vec with Gensim Library in Python

Link: https://stackabuse.com/implementing-word2vec-with-gensim-library-in-python/

Introduction
Humans have a natural ability to understand what other people are saying and what to say in response. This ability is developed by consistently interacting with other people and the socie
Talk Python to Me: #176 The Python Community by the Numbers

Link: https://talkpython.fm/episodes/show/176/the-python-community-by-the-numbers

The Python landscape is changing pretty dramatically. Python's rapid growth over the past 5 years means it doesn't look the same as the early days. On this episode, we take a deep look inside the stat
Real Python: The Best Python Books

Link: https://realpython.com/best-python-books/

Python is an amazing programming language.
It can be applied to almost any programming task, allows for rapid development and debugging, and brings the support of what is arguably the most welcoming u
Python Anywhere: Python 3.7 now available!

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

If you signed up since 28 August, you'll have Python 3.7 available on your account -- you can use it just like any other Python version.
If you signed up before then, it's a little more complicated, b
Codementor: How to build your own blockchain for a financial product

Link: https://www.codementor.io/djangostars/how-to-build-your-own-blockchain-for-a-financial-product-n90z6u5ae

Technologies are changing fast; people are not. – Jakob Nielsen
Blockchain is a relatively new technology that many deem is used only for buying Bitcoins. They try to implement it in whatever...
Continuum Analytics Blog: Intake: Caching Data on First Read Makes Future Analysis Faster

Link: https://www.anaconda.com/blog/developer-blog/intake-caching-data-on-first-read-makes-future-analysis-faster/

By Mike McCarty Intake provides easy access data sources from remote/cloud storage. However, for large files, the cost of downloading files every time data is read can be extremely high. To overcome t
RMOTR: Machine Learning power . Extracting dominant colors from images with clustering.

Link: https://blog.rmotr.com/machine-learning-power-extracting-dominant-colors-from-images-with-clustering-a8c6089de71b?source=rss----2e274f91448--python

Check the step by step Jupyter Notebook for a full explanation of the processA couple of days ago we were thinking about simple Machine Learning applications to present to our students. One of our mai
Nikola: Nikola v8.0.0 is out!

Link: https://getnikola.com/blog/nikola-v800-is-out.html

On behalf of the Nikola team, I am pleased to announce the immediate
availability of Nikola v8.0.0. After 15 months in development, we’ve
created our best release ever, with new features, many bugs sq
Codementor: FREE CHEGG ANSWERS GUYS!!!

Link: https://www.codementor.io/ishan17562/free-chegg-answers-guys-n99pntzkv

ANSWERS
Mike Driscoll: Python 101: Episode #24 – Debugging with pdb

Link: http://www.blog.pythonlibrary.org/2018/09/11/python-101-episode-24-debugging-with-pdb/


Learn the basics of using Python’s built-in debugger, pdb. Note that this screencast was recorded before Python 3.6 and 3.7 so it does not cover some of the new enhancements in the debugger.
You can
Mike Driscoll: wxPython 101: Creating a Splash Screen

Link: http://www.blog.pythonlibrary.org/2018/09/11/wxpython-101-creating-a-splash-screen/

A common UI element that you used to see a lot of was the Splash Screen. A splash screen is just a dialog with a logo or art on it that sometimes includes a message about how far along the application