Planet Python RSS
214 subscribers
17.1K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Zero to Mastery: Python Monthly 💻🐍 May 2021

Link: https://zerotomastery.io/blog/python-monthly-may-2021/?utm_source=python-rss-feed

18th issue of Python Monthly! Read by 20,000+ Python developers every month. This monthly Python newsletter is focused on keeping you up to date with the industry and keeping your skills sharp, withou
BreadcrumbsCollector: Debunking myth “I can’t properly test my project because it uses 3rd party API”

Link: https://breadcrumbscollector.tech/debunking-myth-i-cant-properly-test-my-project-because-it-uses-3rd-party-api/

Welcome to the second post from the GRASP series. GRASP stands for General Responsibility Assignment Software Principles. It is a great aid for Object-Oriented Design (but not really exclusive for OOP
Matthew Wright: How to iterate over DataFrame rows (and should you?)

Link: https://www.wrighters.io/how-to-iterate-over-dataframe-rows-and-should-you/

One of the most searched for (and discussed) questions about pandas is how to iterate over rows in a DataFrame. Often this question comes up right away for new users who have loaded some data into a D
Python Software Foundation: The 2021 Python Language Summit: The Challenges of Packaging Python for a Linux Distro

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/7TvPpM19_4Q/the-2021-python-language-summit_23.html

Matthias Klose gave a talk about the challenges of packaging Python for a Linux distribution at the 2021 Python Language Summit. He wanted to discuss:CPython sources and how they fit with Debian and U
Python Pool: Know Everything About PythonWin IDE

Link: https://www.pythonpool.com/pythonwin/?utm_source=rss&utm_medium=rss&utm_campaign=pythonwin

PythonWin is the name of the IDE (Interactive Development Environment) for the Windows extension. It gets installed by default whenever you install Python for windows extension.
Thus, for all the pyt
Mike Driscoll: PyDev of the Week: Jaime Buelta

Link: https://www.blog.pythonlibrary.org/2021/05/31/pydev-of-the-week-jaime-buelta/

This week we welcome Jaime Buelta (@jaimebuelta) as our PyDev of the Week! Jaime has written several books on automation with Python as well as on Docker. You can see some of his books over on Amazon.
Codementor: How to Make a Phone Call in Python Using Plivo’s Voice API

Link: https://www.codementor.io/nixon685/how-to-make-a-phone-call-in-python-using-plivo-s-voice-api-1if594f0d5

How to Make a Phone Call in Python Using Plivo’s Voice API
Real Python: Python News: What's New From May 2021?

Link: https://realpython.com/python-news-may-2021/

If you want to get up to speed on what happened in the world of Python in May 2021, then you’ve come to the right place to get your news!
May was a month of big events. The Pallets Projects, home to p
AI Pool: Save/Load tensorflow model

Link: https://ai-pool.com/d/save-load-tensorflow-model

What is the best way to save a TensorFlow model, so I can load it fastly and easily?...
AI Pool: Keras save and load model

Link: https://ai-pool.com/d/keras_save_and_load_model

How to save and load a Keras model? I am using Keras 2.*...
AI Pool: What is AVX Cpu support in tensorflow

Link: https://ai-pool.com/d/what_is_avx_cpu_support_in_tensorflow

I'm getting an error like this cpu_feature_guard.cc:137] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX AVX2
what does it mean?...
AI Pool: Memory usage in keras

Link: https://ai-pool.com/d/memory_usage_in_keras

I'm using Keras 2.0 and can't use the GPU when my model is in the training process. It gives me out of memory. How can I use GPU during the training process?...
AI Pool: Difference between SAME and VALID padding schemes

Link: https://ai-pool.com/d/difference-between-same-and-valid-padding-schemes

In TensorFlow or in Keras padding takes 2 arguments 'same' and 'valid' . What does it mean? Why don't we have other options?...
Python Pool: [Solved] IOError errno 2 no such file or directory

Link: https://www.pythonpool.com/ioerror-errno-2-no-such-file-or-directory-solved/?utm_source=rss&utm_medium=rss&utm_campaign=ioerror-errno-2-no-such-file-or-directory-solved

Like any programming language, an error in python occurs when a given code fails to follow the syntax rules. When a code does not follow the syntax, python cannot recognize that segment of code, so it
Glyph Lefkowitz: Detweeting

Link: https://glyph.twistedmatrix.com/2021/05/detweeting.html

Twitter is horrible. Everyone already knows this. 1 2 3
But, Twitter can also be good, sometimes, after a fashion.
Throughout the pandemic, I have personally found Twitter to be a helpful tool
for sel
Jaime Buelta: Basic Python for Data Processing Workshop

Link: https://wrongsideofmemphis.com/2021/06/01/basic-python-for-data-processing-workshop/

I’ll be running a workshop at the European ODSC this 8th of June. The objective of the session is to provide some basic understanding of Python as a language to be used for data processing. Python syn
Matt Layman: Episode 13 - Does My Site Work?

Link: https://www.mattlayman.com/django-riffs/13-automated-tests/

On this episode, we will discuss how you can verify that your site works and continues to work. We’re digging into automated testing and how to write tests for your Django apps.
Listen at djangoriffs.