Wingware: Wing Python IDE Version 9.0.2 - December 20, 2022
Wing 9.0.2 speeds up the debugger during module imports, fixes several issues with match/case, corrects initial directory used with 'python -m', fixes auto-refresh of version control status, adds...
View ArticlePython Bytes: #315 Some Stickers!
<a href='https://www.youtube.com/watch?v=RY0ABqGmDko' style='font-weight: bold;'>Watch on YouTube</a><br> <br> <p><strong>About the show</strong></p>...
View ArticlePyCoder’s Weekly: Issue #556 (Dec. 20, 2022)
#556 – DECEMBER 20, 2022View in Browser »Using a Build System & Continuous Integration in Python What advantages can a build system provide for a Python developer? What new skills are required when...
View ArticleZato Blog: Service-oriented API task scheduling
An integral part of Zato, its scalable, service-oriented scheduler makes it is possible to execute high-level API integration processes as background tasks. The scheduler runs periodic jobs which in...
View ArticleWill Kahn-Greene: Volunteer Responsibility Amnesty Day: December 2022
Today is Volunteer Responsibility Amnesty Day where I spend some time taking stock of things and maybe move some projects to the done pile.In June, I ran a Volunteer Responsibility Amnesty Day[1] for...
View ArticlePython for Beginners: Check for Not Null Value in Pandas Python
In python, we sometimes need to filter not null and null values. In this article, we will discuss different ways to check for not null in pandas using examples.We can check for not null in pandas using...
View ArticleReal Python: Generate Images With DALL·E 2 and the OpenAI API
Describe any image, then let a computer create it for you. What sounded futuristic only a few years ago has become reality with advances in neural networks and latent diffusion models (LDM). DALL·E by...
View ArticleEveryday Superpowers: Using Sublime Text for python
Five or so years ago, I was frustrated by my coding environment. I was working on .net web sites and felt like I was fighting Microsoft's Visual Studio to get my work done. I started jumping between...
View ArticleEveryday Superpowers: New python web app not working?
How many times have you had the thrill of releasing a new service or app to the world, only to have it crashing down when you test the URL and find a server error page instead of your work? I'm...
View ArticleEveryday Superpowers: A Sublime User in PyCharm Land
I have written few articles about how Sublime Text has been such a great environment to get my work done—and there's more to come, I have been extremely happy with Sublime for years. But listening to...
View ArticleEveryday Superpowers: What is Your Burnout Telling You?
I am glad that mental health is being discussed more often in the programming world. In particular, I would like to thank Kenneth Reitz for his transparency over the last few years and contributing his...
View ArticleEveryday Superpowers: TIL Debug any python file in VS Code
One of my frustrations with VisualStudio Code was creating a `launch.json` file whenever I wanted to debug a one-off Python file. Today, I learned that you could add a debugger configuration to your...
View ArticlePyBites: Reflections on the Zen of Python
An initial version of this article appeared as a Pybites email first. If you like it join our friends list to get our valuable Python, developer and mindset content first …How following the Zen of...
View ArticlePyCharm: The PyCharm 2022.3.1 Release Candidate is out!
This build contains important bug fixes for PyCharm 2022.3. Look through the list of improvements and update to the latest version for a better experience.Download PyCharm 2022.3.1 RCPackaging: PyCharm...
View ArticleNed Batchelder: Secure maintainer workflow, continued
Picking up from Secure maintainer workflow, especially the comments there (thanks!), here are some more things I’m doing to keep my maintainer workflow safe.1Password ssh: I’m using 1Password as my SSH...
View ArticleTalk Python to Me: #395: Tools for README.md Creation and Maintenance
If you maintain projects on places like GitHub, you know that having a classy readme is important and that maintaining a change log can be helpful for you and consumers of the project. It can also be a...
View ArticlePython Software Foundation: More Python Everywhere, All at Once: Looking...
The PSF works hard throughout the year to put on PyCon US, support smaller Python events around the world through our Grants program and of course to provide the critical infrastructure and expertise...
View ArticleSumana Harihareswara - Cogito, Ergo Sumana: Speech-to-text with Whisper: How...
Speech-to-text with Whisper: How I Use It & Why
View ArticlePeter Bengtsson: Pip-Outdated.py - a script to compare requirements.in with...
Simply by posting this, there's a big chance you'll say "Hey! Didn't you know there's already a well-known script that does this? Better." Or you'll say "Hey! That'll save me hundreds of seconds per...
View ArticleReal Python: The Real Python Podcast – Episode #138: 2022 Real Python...
It's been another year of changes at Real Python! The Real Python team has written, edited, curated, illustrated, and produced a mountain of Python material this year. We added some new members to the...
View Article