Planet Python RSS
213 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Python Software Foundation: Update on the Python in Education Proposal Phase

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/V1XhKnxuyi4/update-on-python-in-education-proposal.html

In January when we launched the Python in Education project, we were a bit too ambitious with our timeline. Due to other commitments, we were not able to stick to the original time frame.

Here is the
Continuum Analytics Blog: AnacondaCON 2019 Day 1 Recap: Big-Time Learning

Link: https://www.anaconda.com/anacondacon-2019-day-1-recap-big-time-learning/

AnacondaCON 2019 is off to a great start. As in past years, we programmed Day 1 with product- and package-specific tutorials for those looking to get hands-on learning with Anaconda Enterprise tools.
PyPy Development: An RPython JIT for LPegs

Link: http://feedproxy.google.com/~r/PyPyStatusBlog/~3/d6HQKSwCvLY/an-rpython-jit-for-lpegs.html

The following is a guest post by Stefan Troost, he describes the work he did in his bachelor thesis:
In this project we have used the RPython infrastructure to generate an RPython
JIT for a
less-typic
Test and Code: 71: The Ultimate Guide To Memorable Tech Talks - Nina Zackarenko

Link: https://testandcode.com/71

Nina Zakharenko gives some great advice about giving tech talks.
We talk about a blog series that Nina wrote called "The Ultimate Guide To Memorable Tech Talks". Of course, we don't rehash the whole b
Andre Roberge: AvantPy needs you

Link: https://aroberge.blogspot.com/2019/04/avantpy-needs-you.html

Imagine that you are either learning Python or helping someone that is learning Python. It is almost a certainty that you will see some Python tracebacks, often much more complicated to decipher thanI
Continuum Analytics Blog: AnacondaCON 2019 Day 2 Recap: AI in Medicine, Cataloging the Contents of Stars, and More!

Link: https://www.anaconda.com/anacondacon-2019-day-2-recap-ai-in-medicine-cataloging-the-contents-of-stars-and-more/

What You Missed at AnacondaCON Day 2 We’re back with a recap of Day 2 of our annual AnacondaCON. (In case you missed it, you can read our Day 1 recap here). Things started off…
The post AnacondaCON 20
Continuum Analytics Blog: Anaconda 2019.03 Release

Link: https://www.anaconda.com/anaconda-2019-03-release/

Windows is the most popular operating system in the world and consistently has 75% or more of the worldwide desktop market. According to the JetBrains Python Developers Survey, 49% of Python developer
Catalin George Festila: First test with 3.7.3 and opencv-python module version 4.0.0 .

Link: http://python-catalin.blogspot.com/2019/04/first-test-with-373-and-opencv-python.html

The Python 3.7.3 is the third maintenance release of Python 3.7 and is released at March 25, 2019.
More about this new released version can be found at official website.
C:\Python373\Scripts>pip insta
pgcli: Release v2.1.0

Link: http://pgcli.com/v2.1.0.html

Pgcli is a command line interface for Postgres database that does
auto-completion and syntax highlighting. You can install this version using:

$ pip install -U pgcli

This version comes with quite a
Codementor: Why should you learn Python Programming in 2019?

Link: https://www.codementor.io/coderkovid/why-should-you-learn-python-programming-in-2019-tru8or6yy

Why should you learn Python Programming in 2019? What is Python Programming? What is it's benefits?
Weekly Python StackOverflow Report: (clxxii) stackoverflow python report

Link: http://python-weekly.blogspot.com/2019/04/clxxii-stackoverflow-python-report.html

These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2019-04-06 20:37:43 GMTPython: return float 1.0 as int 1 but float 1.5
Techiediaries - Django: Django 2 Tutorial & Example: Build a CRUD REST API for A Simple CRM

Link: https://www.techiediaries.com/django-tutorial/


In this tutorial series, you'll learn about Django 2 by creating a CRUD example application with database, admin access, and REST API views.We'll be using MySQL as the database system.
Throughout thi
PyBites: PyBites Twitter Digest - Issue 04, 2019

Link: https://pybit.es/twitter_digest_201904.html

Latest Test and Code Episode is out! Go Nina!
RT @brianokken: Test & Code 71: Ultimate Guide To Memorable Tech Talks w/ @nnja https://t.co/JPECNkzQr6 Nina gives some great advice about…— TestDriven.io
Simple is Better Than Complex: How to Save Extra Data to a Django REST Framework Serializer

Link: https://simpleisbetterthancomplex.com/tutorial/2019/04/07/how-to-save-extra-data-to-a-django-rest-framework-serializer.html

In this tutorial you are going to learn how to pass extra data to your serializer, before saving it to the database.

Introduction
Example Using APIView
Example Using ViewSet

Introduction
When using
Wingware Blog: Auto-Editing in Wing Pro (Part 2 of 3)

Link: https://archaeopteryx.com/blog/wingpro-auto-editing-2

Wing Pro implements a suite of auto-editing operations that take care of common low-level
editing tasks. Last week we looked at creating and
managing blocks in Python code.
In part two of this Wing Ti
Two Bit Arcade: Etch-A-Snap — The Raspberry Pi powered Etch-A-Sketch camera

Link: https://www.twobitarcade.net/article/etch-a-snap/

Etch-A-Snap is (probably) the worlds first Etch-A-Sketch Camera. Powered by a Raspberry Pi Zero (or Zero W) it snaps photos just like any other camera, but outputs them by drawing to an Pocket Etch-A-
Two Bit Arcade: Image Processing, Etch-A-Snap — Image Processing

Link: https://www.twobitarcade.net/article/etch-a-snap--processing/

Etch-A-Sketch is a very simple 2D plotter which is limited to drawing a single unbroken line, of a single thickness and colour which is dark-ish on a silver-ish screen. To be able to plot a photo onto
Two Bit Arcade: Plotter, Etch-A-Snap — Plotter

Link: https://www.twobitarcade.net/article/etch-a-snap--plotter/

So far we've built the Etch-A-Snap and processed an image to produce a 1 bit image. In this part we’ll look at how to take this image and generate the draw instructions for the plotter.
Etch-A-Sketch