Talk Python to Me: #387: Build All the Things with Pants Build System
Link: https://talkpython.fm/episodes/show/387/build-all-the-things-with-pants-build-system
Do you have a large or growing Python code base? If you struggle to run builds, tests, linting, and other quality checks regularly or quickly, you'll want to hear what Benjy Weinberger has to say. He'
Link: https://talkpython.fm/episodes/show/387/build-all-the-things-with-pants-build-system
Do you have a large or growing Python code base? If you struggle to run builds, tests, linting, and other quality checks regularly or quickly, you'll want to hear what Benjy Weinberger has to say. He'
talkpython.fm
Build All the Things with Pants Build System
Do you have a large or growing Python code base? If you struggle to run builds, tests, linting, and other quality checks regularly or quickly, you'll want to hear what Benjy Weinberger has to say. He's here to introduce Pants Build to us. Pants is a fast…
PyBites: The role of luck
Link: https://pybit.es/articles/pp92-the-role-of-luck/
Listen here:
Today we talk about luck and how it relates to career success.It annoys the heck out of us when people say about successful people “oh they were just lucky”.Sure luck has a role, but oft
Link: https://pybit.es/articles/pp92-the-role-of-luck/
Listen here:
Today we talk about luck and how it relates to career success.It annoys the heck out of us when people say about successful people “oh they were just lucky”.Sure luck has a role, but oft
PyBites
The Role Of Luck - PyBites
Today we talk about luck and how it relates to career success.
PyCharm: PyCharm 2022.3 EAP 3 Is Out!
Link: https://blog.jetbrains.com/pycharm/2022/10/2022-3-eap-3/
In this new EAP build, we’ve introduced the ability to execute asynchronous code in the Debug Console and Evaluate dialog, improved the parsing and rendering of some sections for class docstrings, enh
Link: https://blog.jetbrains.com/pycharm/2022/10/2022-3-eap-3/
In this new EAP build, we’ve introduced the ability to execute asynchronous code in the Debug Console and Evaluate dialog, improved the parsing and rendering of some sections for class docstrings, enh
The JetBrains Blog
PyCharm 2022.3 EAP 3 Is Out! | The PyCharm Blog
In this new EAP build, we’ve introduced the ability to execute asynchronous code in the Debug Console and Evaluate dialog, improved the parsing and rendering of some sections for class docstrings, enh
PyBites: From teacher to software developer
Link: https://pybit.es/articles/pp93-pfrom-teacher-to-software-developer/
Listen here:
In this episode we talk with none other than Sean Tibor from the Teaching Python podcast.
Did you know he recently made an important career switch from teacher to developer?
You’ll hear
Link: https://pybit.es/articles/pp93-pfrom-teacher-to-software-developer/
Listen here:
In this episode we talk with none other than Sean Tibor from the Teaching Python podcast.
Did you know he recently made an important career switch from teacher to developer?
You’ll hear
PyBites
From Teacher To Software Developer - PyBites
Did you know he recently made an important career switch from teacher to developer?
Ned Batchelder: Ideal open source
Link: https://nedbatchelder.com/blog/202210/ideal_open_source.html
A friend asked my opinion about DHH’s essay from last year:
I won’t let you pay me for my open source.
He makes some interesting points about how Bill Gates and Richard Stallman,
the poster children f
Link: https://nedbatchelder.com/blog/202210/ideal_open_source.html
A friend asked my opinion about DHH’s essay from last year:
I won’t let you pay me for my open source.
He makes some interesting points about how Bill Gates and Richard Stallman,
the poster children f
Nedbatchelder
Ideal open source
DHH says we can choose our purpose in open source. I don’t feel all the freedom he describes.
Go Deh: Ouch, vscode! 😠
Link: http://paddy3118.blogspot.com/2022/10/ouch-vscode.html
The company cloud has hundreds of machines and I need to get some idea of the hardware so I find dmidecode for the functionality and need to parse its structured output and generate A Python datastruc
Link: http://paddy3118.blogspot.com/2022/10/ouch-vscode.html
The company cloud has hundreds of machines and I need to get some idea of the hardware so I find dmidecode for the functionality and need to parse its structured output and generate A Python datastruc
Blogspot
Ouch, vscode! 😠
The company cloud has hundreds of machines and I need to get some idea of the hardware so I find dmidecode for the functionality and need to...
IslandT: Matplotlib Tutorial — Start to create a simple graph
Link: https://islandtropicaman.com/wp/2022/10/30/matplotlib-tutorial-start-to-create-a-simple-graph/
Matplotlib is a third-party python library that you can use to create various graphs as well as charts to present your data. This is the starting article of the 10 parts series of the Matplotlib libra
Link: https://islandtropicaman.com/wp/2022/10/30/matplotlib-tutorial-start-to-create-a-simple-graph/
Matplotlib is a third-party python library that you can use to create various graphs as well as charts to present your data. This is the starting article of the 10 parts series of the Matplotlib libra
PyPy: The PyPy Blog Turns 15 Years
Link: https://www.pypy.org/posts/2022/10/blog-15-years.html
Exactly 15 years ago today we wrote the first blog post on the PyPy blog!
Over the years, we have written 423 posts, from the shortest to the
longest. In 2021 we moved from blogger to our own domain.
Link: https://www.pypy.org/posts/2022/10/blog-15-years.html
Exactly 15 years ago today we wrote the first blog post on the PyPy blog!
Over the years, we have written 423 posts, from the shortest to the
longest. In 2021 we moved from blogger to our own domain.
PyPy
The PyPy Blog Turns 15 Years
Exactly 15 years ago today we wrote the first blog post on the PyPy blog!
Over the years, we have written 423 posts, from the shortest to the
longest. In 2021 we moved from blogger to our own domain.
Over the years, we have written 423 posts, from the shortest to the
longest. In 2021 we moved from blogger to our own domain.
STX Next: Top 10 Python Apps: Why Are They So Successful?
Link: https://www.stxnext.com/blog/top-python-apps/
“Whatever you can think of, there’s an app for it.”
Link: https://www.stxnext.com/blog/top-python-apps/
“Whatever you can think of, there’s an app for it.”
Stxnext
Top 10 Python Apps & Why They Succeed [2025]
Discover the top 10 Python apps for 2025 and learn the secrets behind their success. Find out what kind of popular applications you can build.
Podcast.__init__: Add Configuration Best Practices To Your Application In An Afternoon With Dynaconf
Link: https://www.pythonpodcast.com/dynaconf-application-configuration-management-episode-383/
Application configuration is a deceptively complex problem. Everyone who is building a project that gets used more than once will end up needing to add configuration to control aspects of behavior or
Link: https://www.pythonpodcast.com/dynaconf-application-configuration-management-episode-383/
Application configuration is a deceptively complex problem. Everyone who is building a project that gets used more than once will end up needing to add configuration to control aspects of behavior or
The Python Podcast.__init__
The Python Podcast.__init__: Add Configuration Best Practices To Your Application In An Afternoon With Dynaconf
An interview with Bruno Rocha about how the Dynaconf framework for configuration management in Python applications simplifies the challenge of deploying across environments with security and best practices
STX Next: Hugging Face: Basic Task Tutorial for Solving Text Classification Issues
Link: https://www.stxnext.com/blog/hugging-face-tutorial/
Natural language processing is one of the leading domains of AI that involves enabling computers to understand human language.
Link: https://www.stxnext.com/blog/hugging-face-tutorial/
Natural language processing is one of the leading domains of AI that involves enabling computers to understand human language.
Stxnext
Hugging Face: Basic Task Tutorial for Solving Text Classification Issues
Read our tutorial on solving text classification issues with Hugging Face. Learn more about modern NLP architectures and ideas to build a text classifier!
IslandT: Matplotlib Tutorial — Create a bar chart
Link: https://islandtropicaman.com/wp/2022/10/31/matplotlib-tutorial-create-a-bar-chart/
In this Matplotlib example, I am going to create a bar chart to represent the quantity of the wear I have sold recently.
import matplotlib.pyplot as plt
fig, ax = plt.subplots()
wear = ['Slipper',
Link: https://islandtropicaman.com/wp/2022/10/31/matplotlib-tutorial-create-a-bar-chart/
In this Matplotlib example, I am going to create a bar chart to represent the quantity of the wear I have sold recently.
import matplotlib.pyplot as plt
fig, ax = plt.subplots()
wear = ['Slipper',
Mike Driscoll: PyDev of the Week: Vinay Sajip
Link: https://www.blog.pythonlibrary.org/2022/10/31/pydev-of-the-week-vinay-sajip/
This week we welcome Vinay Sajip as our PyDev of the Week! Vinay is a core developer of the Python language. Vinay is also a core contributor for python-gnupg, a Python API for the GNU Privacy Guard a
Link: https://www.blog.pythonlibrary.org/2022/10/31/pydev-of-the-week-vinay-sajip/
This week we welcome Vinay Sajip as our PyDev of the Week! Vinay is a core developer of the Python language. Vinay is also a core contributor for python-gnupg, a Python API for the GNU Privacy Guard a
Mouse Vs Python
PyDev of the Week: Vinay Sajip - Mouse Vs Python
This week we welcome Vinay Sajip as our PyDev of the Week! Vinay is a core developer of the Python language. Vinay is also a core contributor for
Python for Beginners: How to Search for a String in a Text File Through Python
Link: https://www.pythonforbeginners.com/strings/how-to-search-for-a-string-in-a-text-file-through-python
In this post, we’ll explore the various methods used to search for a string in a text file. Using examples written in Python 3, we’ll demonstrate how to open and read both text files and CSV files. On
Link: https://www.pythonforbeginners.com/strings/how-to-search-for-a-string-in-a-text-file-through-python
In this post, we’ll explore the various methods used to search for a string in a text file. Using examples written in Python 3, we’ll demonstrate how to open and read both text files and CSV files. On
PythonForBeginners.com
How to Search for a String in a Text File Through Python - PythonForBeginners.com
How to Search for a String in a Text File Through Python will help you improve your python skills with easy to follow examples and tutorials. Click here to view code examples.
Real Python: Python's doctest: Document and Test Your Code at Once
Link: https://realpython.com/python-doctest/
Are you interested in writing usage examples for your code that work as documentation and test cases simultaneously? If your answer is yes, then Python’s doctest module is for you. This module provide
Link: https://realpython.com/python-doctest/
Are you interested in writing usage examples for your code that work as documentation and test cases simultaneously? If your answer is yes, then Python’s doctest module is for you. This module provide
Realpython
Python's doctest: Document and Test Your Code at Once – Real Python
In this tutorial, you'll learn how to add usage examples to your code's documentation and docstrings and how to use these examples to test your code. To run your usage examples as automated tests, you'll use Python's doctest module from the standard library.
Zero to Mastery: Python Monthly Newsletter 💻🐍
Link: https://zerotomastery.io/blog/python-monthly-newsletter-october-2022/?utm_source=python-rss-feed
35th issue of the Python Monthly Newsletter! Read by 25,000+ Python developers every month. This monthly Python newsletter covers the latest Python news so that you stay up-to-date with the industry a
Link: https://zerotomastery.io/blog/python-monthly-newsletter-october-2022/?utm_source=python-rss-feed
35th issue of the Python Monthly Newsletter! Read by 25,000+ Python developers every month. This monthly Python newsletter covers the latest Python news so that you stay up-to-date with the industry a
Zero To Mastery
[October 2022] Python Monthly Newsletter 💻🐍 | Zero To Mastery
35th issue of the Python Monthly Newsletter! Read by 25,000+ Python developers, Andrei covers the most important Python news to keep you sharp & up-to-date.
Python Morsels: SyntaxError: invalid syntax
Link: https://www.pythonmorsels.com/syntaxerror-invalid-syntax/
Python's invalid syntax error message comes up often, especially when you're first learning Python. What usually causes this error and how can you fix it?
Table of contents
What is a SyntaxError in
Link: https://www.pythonmorsels.com/syntaxerror-invalid-syntax/
Python's invalid syntax error message comes up often, especially when you're first learning Python. What usually causes this error and how can you fix it?
Table of contents
What is a SyntaxError in
Pythonmorsels
SyntaxError: invalid syntax
Python's "invalid syntax" error message comes up often, especially when you're first learning Python. What usually causes this error and how can you fix it?
Tryton News: Tryton Release 6.6
Link: https://discuss.tryton.org/t/tryton-release-6-6/5632
We are proud to announce the 6.6 release of Tryton.
This release provides many bug fixes, performance improvements and some fine tuning. What is also significant is the addition of 10 new modules a
Link: https://discuss.tryton.org/t/tryton-release-6-6/5632
We are proud to announce the 6.6 release of Tryton.
This release provides many bug fixes, performance improvements and some fine tuning. What is also significant is the addition of 10 new modules a
Tryton Discussion
Tryton Release 6.6
We are proud to announce the 6.6 release of Tryton. This release provides many bug fixes, performance improvements and some fine tuning. What is also significant is the addition of 10 new modules and support for the Ukrainian language. You can give it a…
Django Weblog: Django bugfix release: 4.1.3
Link: https://www.djangoproject.com/weblog/2022/nov/01/bugfix-release/
Today we've issued the 4.1.3 bugfix release.
The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used for this release is
Link: https://www.djangoproject.com/weblog/2022/nov/01/bugfix-release/
Today we've issued the 4.1.3 bugfix release.
The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used for this release is
IslandT: Matplotlib Tutorial — Create a scatter chart
Link: https://islandtropicaman.com/wp/2022/11/01/matplotlib-tutorial-create-a-scatter-chart/
In this Matplotlib example, I am going to create a scatter chart that shows the quantity and the type of shoes I have sold recently. The scatter chart below will show dots that represent the quantity
Link: https://islandtropicaman.com/wp/2022/11/01/matplotlib-tutorial-create-a-scatter-chart/
In this Matplotlib example, I am going to create a scatter chart that shows the quantity and the type of shoes I have sold recently. The scatter chart below will show dots that represent the quantity
Real Python: Python Basics: Scopes
Link: https://realpython.com/courses/python-basics-scopes/
On your Python journey, you’ve probably learned about functions and loops. To fully understand functions and loops in Python, you need to be familiar with the issue of scope.
By the end of this video
Link: https://realpython.com/courses/python-basics-scopes/
On your Python journey, you’ve probably learned about functions and loops. To fully understand functions and loops in Python, you need to be familiar with the issue of scope.
By the end of this video
Realpython
Python Basics: Scopes – Real Python
In this video course, you'll learn what scope is and why it's important to coding functions and loops in Python. You'll also get to know the LEGB rule.