Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Podcast.__init__: Building Quantum Computing Algorithms In Python

Link: https://www.pythonpodcast.com/ocean-sdk-quantum-computing-episode-235/

Quantum computers are the biggest jump forward in processing power that the industry has seen in decades. As part of this revolution it is necessary to change our approach to algorithm design. D-Wave
Python Insider: Python 3.5.8 is now available

Link: http://feedproxy.google.com/~r/PythonInsider/~3/Pirbj3v2YiI/python-358-is-now-available.html

Python 3.5.8 is now available.
You can download Python 3.5.8 here.
Samuel Sutch: Elements of Programming Interviews in Python: The Insiders’ Guide

Link: http://ssutch.org/elements-of-programming-interviews-in-python-the-insiders-guide/


Price: $35.96(as of Oct 29,2019 09:33:53 UTC – Details)


"A practical, fun approach to computer science fundamentals, as seen through the lens of common programming interview questions."Jeff Atwood
Robin Wilson: Five new-ish Python things – Part 1

Link: http://blog.rtwilson.com/five-new-ish-python-things-part-1/

I keep gathering links of interesting Python things I’ve seen around the internet: new packages, good tutorials, and so on – and so I thought I’d start a series where I share them every so often.
Not
Stack Abuse: Coroutines in Python

Link: https://stackabuse.com/coroutines-in-python/

Introduction
Every programmer is acquainted with functions - sequences of instructions grouped together as a single unit in order to perform predetermined tasks. They admit a single entry point, are c
PyCoder’s Weekly: Issue #392 (Oct. 29, 2019)

Link: https://pycoders.com/issues/392

#392 – OCTOBER 29, 2019 View in Browser » Black 19.10b0 Released I’ve been using Black to automatically format most of my Python code since it came out last year, and it’s been an incredibly hel
Zero-with-Dot (Oleg Żero): Colaboratory + Drive + Github -> the workflow made simpler

Link: https://zerowithdot.com/colab-github-workflow/

Introduction
This post is a continuation of our earlier attempt to make the best of the two worlds, namely Google Colab and Github.
In short, we tried to map the usage of these tools in a typical data
Talk Python to Me: #236 Scaling data science across Python and R

Link: https://talkpython.fm/episodes/show/236/scaling-data-science-across-python-and-r

Do you do data science? Imagine you work with over 200 data scientists. Many of whom have diverse backgrounds or have come from non-CS backgrounds. Some of them want to use Python. Others are keen to
Python Software Foundation: CPython Core Developer Sprint 2019

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/dQEL0laUUlw/cpython-core-developer-sprint-2019.html


During the week of September 9th to September 13th, 34 core CPython committers gathered together in the Bloomberg London headquarters for the 2019 Python core developer sprint. The core developer spr
qutebrowser development blog: 2019 qutebrowser crowdfunding with shirts, stickers and more!

Link: https://blog.qutebrowser.org/2019-qutebrowser-crowdfunding-with-shirts-stickers-and-more.html

I'm very happy to announce that the next qutebrowser crowdfunding went live
today! o/
This time, I'm focused on recurring donations via GitHub Sponsors. Those
donations will allow me to work part-time
Real Python: Python REST APIs With Flask, Connexion, and SQLAlchemy – Part 4

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

In Part 3 of this series, you added relationships to the REST API and to the database that supports it. This gave you a powerful tool you can use to build interesting programs that send persistent dat
TechBeamers Python: Python Write File/ Read File

Link: https://www.techbeamers.com/read-write-file-in-python/

This tutorial covers the following topic – Python Write File/Read File. It describes the syntax of the writing to a file in Python. Also, it explains how to write to a text file and provides several e
Test and Code: 93: Software Testing, Book Writing, Teaching, Public Speaking, and PyCarolinas - Andy Knight

Link: https://testandcode.com/93

Andy Knight is the Automation Panda.
Andy Knight is passionate about software testing, and shares his passion through public speaking, writing on automationpanda.com, teaching as an adjunct professor
Zato Blog: Bash completion in Zato commands

Link: https://zato.io/blog/posts/bash-completion.html

This is a quick tip on how to quickly and easily enable Bash completion for Zato commands - each time you press Tab when typing a Zato command, its arguments and parameters will be auto-completed.
Pre
Matt Layman: Configurama - Building SaaS #36

Link: https://www.mattlayman.com/building-saas/configurama/

In this episode, we turned our attention to handling settings and configuration. We discussed different techniques for handling settings, looked at available tools, and started integrating one of the
Wingware Blog: Efficient Flask Web Development with Wing 7

Link: https://wingware.com/blog/flask

Wing can develop and debug Python code running under Flask, a web framework that is quick to get started
with and easy to extend as your web application grows.
To create a new project, use New Project