Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Red Hat Developers: Python 2 support is going away soon: Make the move to Python 3

Link: https://developers.redhat.com/blog/2019/10/25/python-2-support-is-going-away-soon-make-the-move-to-python-3/

Seeing this tweet from Guido van Rossum the other day prompted me to write this “OMG, Python 2 is going away SOON” article. You have definitely heard it before, but seriously, folks, the Python upstre
Paolo Amoroso: How to Use Kivy on Repl.it

Link: http://blog.paoloamoroso.com/2019/10/how-to-use-kivy-on-replit.html

I made the Kivy Python cross-platform GUI framework work in a GFX REPL on Repl.it. Repl.it is a multi-language cloud IDE with good support for Python.To use Kivy on Repl.it, just create a Pygame REPL,
Stack Abuse: Time Series Prediction using LSTM with PyTorch in Python

Link: https://stackabuse.com/time-series-prediction-using-lstm-with-pytorch-in-python/

Time series data, as the name suggests is a type of data that changes with time. For instance, the temperature in a 24-hour time period, the price of various products in a month, the stock prices of a
Samuel Sutch: Coding for Kids: Python: Learn to Code with 50 Awesome Games and Activities

Link: http://ssutch.org/coding-for-kids-python-learn-to-code-with-50-awesome-games-and-activities/


Price: $13.53(as of Oct 25,2019 21:52:25 UTC – Details)


“Python is a really powerful programming language with very simple and human-like syntax. Thanks to these advantages and the interactive exer
Samuel Sutch: Programming the Raspberry Pi, Second Edition: Getting Started with Python

Link: http://ssutch.org/programming-the-raspberry-pi-second-edition-getting-started-with-python/


Price: $11.99(as of Oct 25,2019 23:58:15 UTC – Details)


Dr. Simon Monk has a bachelor’s degree in cybernetics and computer science and a Ph.D. in software engineering. He is now a full-time writer
Samuel Sutch: Learn Robotics Programming: Build and control autonomous robots using Raspberry Pi 3 and Python

Link: http://ssutch.org/learn-robotics-programming-build-and-control-autonomous-robots-using-raspberry-pi-3-and-python/


Price: $39.99(as of Oct 26,2019 06:03:34 UTC – Details)


Danny Staple builds robots and gadgets as a hobbyist, makes videos about his work with robots, and attends community events such as PiWars an
Catalin George Festila: Python 3.7.4 : About with the PyOpenCL python module.

Link: http://python-catalin.blogspot.com/2019/10/python-374-about-with-pyopencl-python.html

PyOpenCL lets you access GPUs and other massively parallel compute devices from Python.
It is important to note that OpenCL is not restricted to GPUs.
In fact, no special hardware is required to use O
Samuel Sutch: Murach’s Python Programming

Link: http://ssutch.org/murachs-python-programming/


Price: $44.38(as of Oct 26,2019 22:15:33 UTC – Details)


Section 1 Essential concepts and skills
Chapter 1 An introduction to Python programmingChapter 2 How to write your first programsChapter 3 Ho
Weekly Python StackOverflow Report: (cc) stackoverflow python report

Link: http://python-weekly.blogspot.com/2019/10/cc-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-10-27 06:20:02 GMTGet overridden functions of subclass - [15/4]num
Samuel Sutch: Python Geospatial Analysis Cookbook

Link: http://ssutch.org/python-geospatial-analysis-cookbook/


Price: $49.99(as of Oct 27,2019 14:35:09 UTC – Details)


Michael Diener
Python Diary: Python and Docker development

Link: http://www.pythondiary.com/blog/Oct.27,2019/python-and-docker-development.html

As I will be starting a new full-time job soon which will be using Docker as their primary deployment technology, I thought this would be the best time to jump back into Docker to see what has changed
Python Diary: Deploying with Docker and uWSGI

Link: http://www.pythondiary.com/blog/Oct.27,2019/deploying-docker-and-uwsgi.html

While I am not going to say that I am expert with Docker by any means. This is just an analysis and example on how I plan on deploying uWSGI containers within Docker containers. I highly recommend r
Ned Batchelder: Debugging TensorFlow coverage

Link: https://nedbatchelder.com//blog/201910/debugging_tensorflow_coverage.html

It started with a coverage.py issue:
Coverage not working for TensorFlow Model call function.
A line in the code is executing, but coverage.py marks it as unexecuted. How could that be?TensorFlow was
PyBites: Under the Hood: Python Comparison Breakdown

Link: https://pybit.es/guest-python-comparison-breakdown.html

PyBites community member fusionmuck asked an interesting question in the Slack channel recently:

I am trying to get my head around the order of precedence. The test code is listed without brackets. I
Samuel Sutch: Python Programming: The Crash Course for Python – Learn the Secrets of Machine Learning, Data Science Analysis and Artificial Intelligence. Introduction to Deep Learning for Beginners

Link: http://ssutch.org/python-programming-the-crash-course-for-python-learn-the-secrets-of-machine-learning-data-science-analysis-and-artificial-intelligence-introduction-to-deep-learning-for-beginners/


Price: $17.38(as of Oct 28,2019 07:10:27 UTC – Details)
TechBeamers Python: Python Add Two List Elements

Link: https://www.techbeamers.com/python-add-two-list-elements/

This tutorial covers the following topic – Python Add Two list Elements. It describes four unique ways to add the list items in Python. For example – using a for loop to iterate the lists, add corresp