Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
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
Samuel Sutch: Python Programming: A Smart Approach For Absolute Beginners (A Step-by-Step Guide With 8 Days Crash Course)

Link: http://ssutch.org/python-programming-a-smart-approach-for-absolute-beginners-a-step-by-step-guide-with-8-days-crash-course/


Price: $14.89(as of Oct 29,2019 01:28:01 UTC – Details)
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