Matthew Wright: 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...
View ArticleMike C. Fletcher: PycraftServer Plugin
So the boys (and their cousin) are both into Minecraft again, so I've been refining the Pycraft code quite a bit. We no longer use the RaspberryJuice plugin, but instead have a custom Bukkit plugin...
View ArticlePython Pool: Know Everything About PythonWin IDE
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...
View ArticleMike Driscoll: 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...
View ArticlePyPy: #pypy IRC moves to Libera.Chat
Following the example of many other FOSS projects, the PyPy team has decided to move its official #pypy IRC channel from Freenode to Libera.Chat: irc.libera.chat/pypyThe core devs will no longer be...
View ArticleZero to Mastery: Python Monthly 💻🐍 May 2021
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, without...
View ArticleCodementor: How to Make a Phone Call in Python Using Plivo’s Voice API
How to Make a Phone Call in Python Using Plivo’s Voice API
View ArticleEuroPython: EuroPython 2021: Session List Available
Our program work group (WG) has been working hard over the last week to select sessions for EuroPython 2021, based on your talk voting and our diversity criteria.We’re now happy to announce the initial...
View ArticleReal Python: Python News: What's New From 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...
View ArticleAI Pool: Save/Load tensorflow model
What is the best way to save a TensorFlow model, so I can load it fastly and easily?...
View ArticleAI Pool: Keras save and load model
How to save and load a Keras model? I am using Keras 2.*...
View ArticleAI Pool: 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?...
View ArticleAI Pool: 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?...
View ArticleAI Pool: 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?...
View ArticlePython Pool: [Solved] IOError errno 2 no such file or directory
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...
View ArticleJaime Buelta: Got interviewed as PyDev of the Week!
I got interviewed as part of Mike Driscoll’s PyDev of the week series. You can check the interview here
View ArticleGlyph Lefkowitz: Detweeting
Twitter is horrible. Everyone already knows this. 123But, Twitter can also be good, sometimes, after a fashion.Throughout the pandemic, I have personally found Twitter to be a helpful tool for...
View ArticleJaime Buelta: 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...
View ArticleMatt Layman: Episode 13 - Does My Site Work?
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...
View ArticlePython Insider: Python 3.10.0b2 is available
After fighting with some release blockers, implementing a bunch of GC traversal functions, and fixing some pending reference leaks, we finally have Python 3.10.0 beta 2 ready for you! Thanks to...
View Article