Everyday Superpowers: A Sublime User in PyCharm Land
Link: https://everydaysuperpowers.dev/articles/sublime-user-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
Link: https://everydaysuperpowers.dev/articles/sublime-user-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
Everyday Superpowers: What is Your Burnout Telling You?
Link: https://everydaysuperpowers.dev/articles/what-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 hi
Link: https://everydaysuperpowers.dev/articles/what-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 hi
Everyday Superpowers: TIL Debug any python file in VS Code
Link: https://everydaysuperpowers.dev/articles/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 u
Link: https://everydaysuperpowers.dev/articles/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 u
PyBites: Reflections on the Zen of Python
Link: https://pybit.es/articles/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 Py
Link: https://pybit.es/articles/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 Py
PyBites
Reflections On The Zen Of Python - PyBites
How following the Zen of Python will make your code better, a lot better.
PyCharm: The PyCharm 2022.3.1 Release Candidate is out!
Link: https://blog.jetbrains.com/pycharm/2022/12/2022-3-1-rc/
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 RC
Packaging: PyC
Link: https://blog.jetbrains.com/pycharm/2022/12/2022-3-1-rc/
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 RC
Packaging: PyC
The JetBrains Blog
The PyCharm 2022.3.1 Release Candidate is out! | The PyCharm Blog
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.
Ned Batchelder: Secure maintainer workflow, continued
Link: https://nedbatchelder.com/blog/202212/secure_maintainer_workflow_continued.html
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 SS
Link: https://nedbatchelder.com/blog/202212/secure_maintainer_workflow_continued.html
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 SS
Nedbatchelder
Secure maintainer workflow, continued
Picking up from <a href="//nedbatchelder.com/blog/202211/secure_maintainer_workflow.html">Secure maintainer workflow</a>, especially the comments there (thanks!), here are some more things I’m doing to keep my maintainer workflow safe.
Talk Python to Me: #395: Tools for README.md Creation and Maintenance
Link: https://talkpython.fm/episodes/show/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
Link: https://talkpython.fm/episodes/show/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
talkpython.fm
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 pain. That's why I'm excited to welcome back Ned Batchelder…
Python Software Foundation: More Python Everywhere, All at Once: Looking Forward to 2023
Link: https://pyfound.blogspot.com/2022/12/more-python-everywhere-all-at-once.html
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
Link: https://pyfound.blogspot.com/2022/12/more-python-everywhere-all-at-once.html
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
Python Software Foundation Blog
More Python Everywhere, All at Once: Looking Forward to 2023
The PSF works hard throughout the year to put on PyCon US , support smaller Python events around the world through our Grants program and o...
Sumana Harihareswara - Cogito, Ergo Sumana: Speech-to-text with Whisper: How I Use It & Why
Link: http://harihareswara.net/posts/2022/speech-to-text-with-whisper-how-i-use-it-why/
Speech-to-text with Whisper: How I Use It & Why
Link: http://harihareswara.net/posts/2022/speech-to-text-with-whisper-how-i-use-it-why/
Speech-to-text with Whisper: How I Use It & Why
Cogito, Ergo Sumana
Speech-to-text with Whisper: How I Use It & Why
Whisper, from OpenAI, is a new open source tool that "approaches human level robustness and accuracy on English speech recognition"; "Moreover, it enables transcription in multiple languages, as well as translation from those languages into … | Cogito, Ergo…
Peter Bengtsson: Pip-Outdated.py - a script to compare requirements.in with the output of pip list --outdated
Link: http://www.peterbe.com/plog/pip-outdated.py
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 y
Link: http://www.peterbe.com/plog/pip-outdated.py
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 y
Peterbe
Pip-Outdated.py - a script to compare requirements.in with the output of pip list --outdated - Peterbe.com
Real Python: The Real Python Podcast – Episode #138: 2022 Real Python Tutorial & Video Course Wrap Up
Link: https://realpython.com/podcasts/rpp/138/
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
Link: https://realpython.com/podcasts/rpp/138/
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
Realpython
Episode #138: 2022 Real Python Tutorial & Video Course Wrap Up – The Real Python Podcast
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 team, updated the site's features, and created new styles…
Python for Beginners: Use the Pandas fillna Method to Fill NaN Values
Link: https://www.pythonforbeginners.com/basics/use-the-pandas-fillna-method-to-fill-nan-values
Handling NaN values while analyzing data is an important task. The pandas module in python provides us with the fillna() method to fill NaN values. In this article, we will discuss how to use the pand
Link: https://www.pythonforbeginners.com/basics/use-the-pandas-fillna-method-to-fill-nan-values
Handling NaN values while analyzing data is an important task. The pandas module in python provides us with the fillna() method to fill NaN values. In this article, we will discuss how to use the pand
PythonForBeginners.com
Use the Pandas fillna Method to Fill NaN Values - PythonForBeginners.com
Use the Pandas fillna Method to Fill NaN Values will help you improve your python skills with easy to follow examples and tutorials.
CodersLegacy: Setup Virtual Environment for Pyinstaller with Venv
Link: https://coderslegacy.com/pyinstaller-virtual-environment-with-venv/
In this Python tutorial, we will discuss how to optimize your Pyinstaller EXE’s using Virtual Environments. We will be using the “venv” library to create the Virtual environment for Pyinstaller, which
Link: https://coderslegacy.com/pyinstaller-virtual-environment-with-venv/
In this Python tutorial, we will discuss how to optimize your Pyinstaller EXE’s using Virtual Environments. We will be using the “venv” library to create the Virtual environment for Pyinstaller, which
CodersLegacy
Setup Virtual Environment for Pyinstaller with Venv - CodersLegacy
In this Python tutorial, we will discuss how to optimize your Pyinstaller EXE's using Virtual Environments (created using the Venv library).
Wyatt Baldwin: PDM vs Poetry
Link: https://wyattbaldwin.com/2022/12/23/pdm-vs-poetry/
A few years back, I started using poetry to manage dependencies for all my projects. I ran into some minor issues early on but haven’t had any problems recently and prefer it to any of the other depen
Link: https://wyattbaldwin.com/2022/12/23/pdm-vs-poetry/
A few years back, I started using poetry to manage dependencies for all my projects. I ran into some minor issues early on but haven’t had any problems recently and prefer it to any of the other depen
Programiz: Python List
Link: https://www.programiz.com/python-programming/list
In this tutorial, we will learn about Python lists (creating lists, changing list items, removing items and other list operations) with the help of examples.
Link: https://www.programiz.com/python-programming/list
In this tutorial, we will learn about Python lists (creating lists, changing list items, removing items and other list operations) with the help of examples.
Programiz
Python List (With Examples)
Python lists store multiple data together in a single variable. In this tutorial, we will learn about Python lists (creating lists, changing list items, removing items, and other list operations) with the help of examples.
Programiz: Python Program to Compute the Power of a Number
Link: https://www.programiz.com/python-programming/examples/power
In this example, you will learn to compute the power of a number.
Link: https://www.programiz.com/python-programming/examples/power
In this example, you will learn to compute the power of a number.
Programiz
Python Program to Compute the Power of a Number
In this example, you will learn to compute the power of a number.
Programiz: Python Program to Capitalize the First Character of a String
Link: https://www.programiz.com/python-programming/examples/capitalise-first-character
In this example, you will learn to capitalize the first character of a string.
Link: https://www.programiz.com/python-programming/examples/capitalise-first-character
In this example, you will learn to capitalize the first character of a string.
Programiz
Python Program to Capitalize the First Character of a String
In this example, you will learn to capitalize the first character of a string.
Programiz: Python Program to Create a Countdown Timer
Link: https://www.programiz.com/python-programming/examples/countdown-timer
In this example, you will learn to create a countdown timer.
Link: https://www.programiz.com/python-programming/examples/countdown-timer
In this example, you will learn to create a countdown timer.
Programiz
Python Program to Create a Countdown Timer
In this example, you will learn to create a countdown timer.
Programiz: Python Program to Remove Duplicate Element From a List
Link: https://www.programiz.com/python-programming/examples/remove-duplicate-from-list
In this example, you will learn to remove duplicate elements from a list.
Link: https://www.programiz.com/python-programming/examples/remove-duplicate-from-list
In this example, you will learn to remove duplicate elements from a list.
Programiz
Python Program to Remove Duplicate Element From a List
In this example, you will learn to remove duplicate elements from a list.
Programiz: Python Program to Count the Number of Digits Present In a Number
Link: https://www.programiz.com/python-programming/examples/number-of-digits
In this example, you will learn to count the number of digits present in a number.
Link: https://www.programiz.com/python-programming/examples/number-of-digits
In this example, you will learn to count the number of digits present in a number.
Programiz
Python Program to Count the Number of Digits Present In a Number
In this example, you will learn to count the number of digits present in a number.