Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
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
TechBeamers Python: Python Zip

Link: https://www.techbeamers.com/python-zip/

This tutorial covers the following topic – Python Zip. It describes the syntax of the zip() function in Python. Also, it explains how the zip works and how to use it with the help of examples. The zip
Chris Moffitt: Cleaning Up Currency Data with Pandas

Link: https://pbpython.com/currency-cleanup.html


Introduction
The other day, I was using pandas to clean some messy Excel data that included several thousand rows of
inconsistently formatted currency values. When I tried to clean it up, I realized
Python Sweetness: Operon: Extreme Performance For Ansible

Link: https://sweetness.hmmz.org/2019-10-28-operon.html


I'm very excited to unveil Operon, a
high performance replacement for Ansible® Engine, tailored for large
installations and offered by subscription. Operon runs your existing playbooks,
modules, plug
Samuel Sutch: Python Parallel Programming Cookbook: Over 70 recipes to solve challenges in multithreading and distributed system with Python 3, 2nd Edition

Link: http://ssutch.org/python-parallel-programming-cookbook-over-70-recipes-to-solve-challenges-in-multithreading-and-distributed-system-with-python-3-2nd-edition/


Price: $39.99(as of Oct 28,2019 13:14:47 UTC – Details)


Giancarlo Zaccone has over fifteen years’ experience of managing research projects in the scientific and industrial domains. He is a software
ListenData: Loan Amortisation Schedule using R and Python

Link: https://www.listendata.com/2019/10/amortisation-schedule-r-python.html

In this post, we will explain how you can calculate your monthly loan instalments the way bank calculates using R and Python. In financial world, analysts generally use MS Excel software for calculati
Real Python: Python Community Interview With Al Sweigart

Link: https://realpython.com/interview-al-sweigart/

This week, I’m joined by Al Sweigart, a familiar name in the Python community. Al is an accomplished developer, conference speaker, teacher, and origamist. (Yes, you read that correctly!) But some may
Samuel Sutch: Python for Kids: A Playful Introduction to Programming

Link: http://ssutch.org/python-for-kids-a-playful-introduction-to-programming/


Price: $19.79(as of Oct 28,2019 15:15:29 UTC – Details)



From the Author: Top 5 Tips & Tricks for Beginning Programmers


1. Never try to understand a long piece of code (or a long program) in
Samuel Sutch: Hands-On GPU Programming with Python and CUDA: Explore high-performance parallel computing with CUDA

Link: http://ssutch.org/hands-on-gpu-programming-with-python-and-cuda-explore-high-performance-parallel-computing-with-cuda/


Price: $44.99(as of Oct 28,2019 19:22:03 UTC – Details)


Dr. Brian Tuomanen has been working with CUDA and General-Purpose GPU Programming since 2014. He received his Bachelor of Science in Electric
tryexceptpass: Practical Log Viewers with Sanic and Elasticsearch - Designing CI/CD Systems

Link: https://tryexceptpass.org/article/continuous-builds-viewing-logs/

One of the critical pieces in a build system is the ability to view build and test output. Not only does it track progress as the build transitions through the various phases, it’s also an instrument
Stack Abuse: Asynchronous Tasks Using Flask, Redis and Celery

Link: https://stackabuse.com/asynchronous-tasks-using-flask-redis-and-celery/

Introduction
As web applications evolve and their usage increases, the use cases also diversify. We are now building and using websites for more complex tasks than ever before. Some of these tasks can