Stack Abuse: How to Pass Multiple Arguments to the map() Function in Python
Link: https://stackabuse.com/pass-multiple-arguments-to-the-map-function-in-python/
Introduction
The goal of Python, with its rich set of built-in functions, is to allow developers to accomplish complex tasks with relative ease. One such powerful, yet often overlooked, function is th
Link: https://stackabuse.com/pass-multiple-arguments-to-the-map-function-in-python/
Introduction
The goal of Python, with its rich set of built-in functions, is to allow developers to accomplish complex tasks with relative ease. One such powerful, yet often overlooked, function is th
Real Python: The Real Python Podcast – Episode #173: Getting Involved in Open Source & Generating QR Codes With Python
Link: https://realpython.com/podcasts/rpp/173/
Have you thought about contributing to an open-source Python project? What are possible entry points for intermediate developers? Christopher Trudeau is back on the show this week, bringing another ba
Link: https://realpython.com/podcasts/rpp/173/
Have you thought about contributing to an open-source Python project? What are possible entry points for intermediate developers? Christopher Trudeau is back on the show this week, bringing another ba
Realpython
Episode #173: Getting Involved in Open Source & Generating QR Codes With Python – The Real Python Podcast
Have you thought about contributing to an open-source Python project? What are possible entry points for intermediate developers? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder's Weekly articles and projects.
Stack Abuse: Fix the "AttributeError: module object has no attribute 'Serial'" Error in Python
Link: https://stackabuse.com/fix-the-attributeerror-module-object-has-no-attribute-serial-error-in-python/
Introduction
Even if you're a seasoned Python developer, you'll occasionally encounter errors that can be pretty confusing. One such error is the AttributeError: module object has no attribute 'Serial
Link: https://stackabuse.com/fix-the-attributeerror-module-object-has-no-attribute-serial-error-in-python/
Introduction
Even if you're a seasoned Python developer, you'll occasionally encounter errors that can be pretty confusing. One such error is the AttributeError: module object has no attribute 'Serial
Stack Abuse: Importing Python Modules
Link: https://stackabuse.com/importing-python-modules/
Introduction
Python allows us to create just about anything, from simple scripts to complex machine learning models. But to work on any complex project, you'll likely need to use or create modules. Th
Link: https://stackabuse.com/importing-python-modules/
Introduction
Python allows us to create just about anything, from simple scripts to complex machine learning models. But to work on any complex project, you'll likely need to use or create modules. Th
Stack Abuse
Importing Python Modules
Python allows us to create just about anything, from simple scripts to complex machine learning models. But to work on any complex project, you'll likely need...
Stack Abuse: How to Position Legend Outside the Plot in Matplotlib
Link: https://stackabuse.com/how-to-position-legend-outside-the-plot-in-matplotlib/
Introduction
In data visualization, often create complex graphs that need to have legends for the reader to be able to interpret the graph. But what if those legends get in the way of the actual data
Link: https://stackabuse.com/how-to-position-legend-outside-the-plot-in-matplotlib/
Introduction
In data visualization, often create complex graphs that need to have legends for the reader to be able to interpret the graph. But what if those legends get in the way of the actual data
Stack Abuse: How to Check for NaN Values in Python
Link: https://stackabuse.com/how-to-check-for-nan-values-in-python/
Introduction
Today we're going to explore how to check for NaN (Not a Number) values in Python. NaN values can be quite a nuisance when processing data, and knowing how to identify them can save you f
Link: https://stackabuse.com/how-to-check-for-nan-values-in-python/
Introduction
Today we're going to explore how to check for NaN (Not a Number) values in Python. NaN values can be quite a nuisance when processing data, and knowing how to identify them can save you f
Kushal Das: Documentation of Puppet code using sphinx
Link: https://kushaldas.in/posts/documentation-of-puppet-code-using-sphinx.html
Sphinx is the primary documentation
tooling for most of my projects. I use it for the Linux command line
book too. Last Friday while in a chat with Leif about
documenting all of our puppet codebase,
Link: https://kushaldas.in/posts/documentation-of-puppet-code-using-sphinx.html
Sphinx is the primary documentation
tooling for most of my projects. I use it for the Linux command line
book too. Last Friday while in a chat with Leif about
documenting all of our puppet codebase,
eGenix.com: Python Meeting Düsseldorf - 2023-09-27
Link: https://www.egenix.com/company/news/Python-Meeting-Duesseldorf-2023-09-27
The following text is in German, since we're announcing a regional user group meeting in Düsseldorf, Germany.
Ankündigung
Das nächste Python Meeting Düsseldorf findet an folgendem Termin statt:
27.0
Link: https://www.egenix.com/company/news/Python-Meeting-Duesseldorf-2023-09-27
The following text is in German, since we're announcing a regional user group meeting in Düsseldorf, Germany.
Ankündigung
Das nächste Python Meeting Düsseldorf findet an folgendem Termin statt:
27.0
eGenix.com
eGenix.com: Python Meeting Düsseldorf - 2023-09-27
We are pleased to announce the next Python Meeting Düsseldorf on 2023-09-27.
Erik Marsja: Seaborn Confusion Matrix: How to Plot and Visualize in Python
Link: https://www.marsja.se/seaborn-confusion-matrix-how-to-plot-and-visualize-in-python/
The post Seaborn Confusion Matrix: How to Plot and Visualize in Python appeared first on Erik Marsja.
In this Python tutorial, we will learn how to plot a confusion matrix using Seaborn. Confusion mat
Link: https://www.marsja.se/seaborn-confusion-matrix-how-to-plot-and-visualize-in-python/
The post Seaborn Confusion Matrix: How to Plot and Visualize in Python appeared first on Erik Marsja.
In this Python tutorial, we will learn how to plot a confusion matrix using Seaborn. Confusion mat
Erik Marsja
Seaborn Confusion Matrix: How to Plot and Visualize in Python
Master the art of data visualization with Seaborn confusion matrix plotting. Evaluate model performance like a pro.
Mike Driscoll: PyDev of the Week: Claudia Ng
Link: https://www.blog.pythonlibrary.org/2023/09/25/pydev-of-the-week-claudia-ng/
This week we welcome Claudia Ng as the PyDev of the Week! Claudia is an author / contributor at Real Python! If you’d like to see what else Claudia has been up to, you should check out her personal we
Link: https://www.blog.pythonlibrary.org/2023/09/25/pydev-of-the-week-claudia-ng/
This week we welcome Claudia Ng as the PyDev of the Week! Claudia is an author / contributor at Real Python! If you’d like to see what else Claudia has been up to, you should check out her personal we
Mouse Vs Python
PyDev of the Week: Claudia Ng - Mouse Vs Python
The PyDev of the Week is Claudia Ng, a writer and contributor for the Real Python website where she writes about various topics in Python!
Real Python: Python 3.12 Preview: Subinterpreters
Link: https://realpython.com/python312-subinterpreters/
With the upcoming release of Python 3.12 this fall and Python 3.13 following a year later, you might have heard about how Python subinterpreters are changing. The upcoming changes will first give exte
Link: https://realpython.com/python312-subinterpreters/
With the upcoming release of Python 3.12 this fall and Python 3.13 following a year later, you might have heard about how Python subinterpreters are changing. The upcoming changes will first give exte
Realpython
Python 3.12 Preview: Subinterpreters – Real Python
In this tutorial, you'll preview one of the upcoming features of Python 3.12 and a proposed change to Python 3.13, addressing how subinterpreters work in the CPython program. The changes are described in PEP 684 and PEP 554.
Test and Code: 207: Welcome to "Python Test", pytest course, pytest-repeat and pytest-flakefinder
Link: https://testandcode.com/episodes/welcome-to-python-test-pytest-course-pytest-repeat-and-pytest-flakefinder
Podcast name: "Test & Code" -> "Python Test"
Python Bytes Podcast
Python People Podcast
Python Test Podcast <- you are herewhich is still, at least for now, at testandcode.com
New course: "The Com
Link: https://testandcode.com/episodes/welcome-to-python-test-pytest-course-pytest-repeat-and-pytest-flakefinder
Podcast name: "Test & Code" -> "Python Test"
Python Bytes Podcast
Python People Podcast
Python Test Podcast <- you are herewhich is still, at least for now, at testandcode.com
New course: "The Com
Python Test
Python Test | 207: Welcome to "Python Test", pytest course, pytest-repeat and pytest-flakefinder
a.k.a Test & Code. Python's test focused podcast is more than just pytest, testing, and TDD.
We also cover Python packaging, data science, CI/CD, project automation, and tons of other software engineering practices.
Hosted by Brian Okken.
We also cover Python packaging, data science, CI/CD, project automation, and tons of other software engineering practices.
Hosted by Brian Okken.
PyBites: Meet Will Raphaelson: From Script to Production Flow With Prefect & Marvin AI
Link: https://pybit.es/articles/meet-will-raphaelson-from-script-to-production-flow-with-prefect-marvin-ai/
This week Robin Beer – one of our coaches – interviews Will Raphaelson, Principal Product Manager at Prefect.
They talk about his use of Python, Prefect as a tool and its philosophy, open source + bu
Link: https://pybit.es/articles/meet-will-raphaelson-from-script-to-production-flow-with-prefect-marvin-ai/
This week Robin Beer – one of our coaches – interviews Will Raphaelson, Principal Product Manager at Prefect.
They talk about his use of Python, Prefect as a tool and its philosophy, open source + bu
Pybites
Meet Will Raphaelson: From Script To Production Flow With Prefect & Marvin AI - Pybites
This week Robin Beer - one of our coaches - interviews Will Raphaelson, Principal Product Manager at Prefect. 😍
Seth Michael Larson: Starting on Software Bill-of-Materials (SBOM) for CPython
Link: http://sethmlarson.dev/security-developer-in-residence-weekly-report-12?date=2023-09-26
Starting on Software Bill-of-Materials (SBOM) for CPython
About |
B
Link: http://sethmlarson.dev/security-developer-in-residence-weekly-report-12?date=2023-09-26
Starting on Software Bill-of-Materials (SBOM) for CPython
About |
B
Seth Michael Larson
Starting on Software Bill-of-Materials (SBOM) for CPython
This critical role would not be possible without funding from the OpenSSF Alpha-Omega Project.
Massive thank-you to Alpha-Omega for investing in the security of the Python ecosystem!
I've st...
Massive thank-you to Alpha-Omega for investing in the security of the Python ecosystem!
I've st...
Real Python: Python Basics Exercises: Conditional Logic and Control Flow
Link: https://realpython.com/courses/conditional-logic-control-flow-exercises/
In Python Basics: Conditional Logic and Control Flow, you learned that much of the Python code you’ll write is unconditional. That is, the code doesn’t make any choices. Every line of code is executed
Link: https://realpython.com/courses/conditional-logic-control-flow-exercises/
In Python Basics: Conditional Logic and Control Flow, you learned that much of the Python code you’ll write is unconditional. That is, the code doesn’t make any choices. Every line of code is executed
Realpython
Python Basics Exercises: Conditional Logic and Control Flow – Real Python
In this Python Basics Exercises course, you'll review how to use conditional logic to write programs that perform different actions based on different conditions. Paired with functions and loops, conditional logic allows you to write complex programs that…
TechBeamers Python: Python String Splitting: split(), rsplit(), regex
Link: https://www.techbeamers.com/python-string-splitting/
String manipulation is a fundamental skill in Python, and understanding how to split strings is a crucial aspect of it. In this comprehensive guide, we’ll explore various methods and techniques for sp
Link: https://www.techbeamers.com/python-string-splitting/
String manipulation is a fundamental skill in Python, and understanding how to split strings is a crucial aspect of it. In this comprehensive guide, we’ll explore various methods and techniques for sp
TechBeamers
Python String Splitting: split(), rsplit(), regex
This tutorial explains Python string splitting in detail using functions like split, rsplit, regex re.split with one or more delimiters.
PyCoder’s Weekly: Issue #596 (Sept. 26, 2023)
Link: https://pycoders.com/issues/596
#596 – SEPTEMBER 26, 2023 View in Browser » Design and Guidance: Object-Oriented Programming in Python In this video course, you’ll learn about the SOLID principles, which are five well-establis
Link: https://pycoders.com/issues/596
#596 – SEPTEMBER 26, 2023 View in Browser » Design and Guidance: Object-Oriented Programming in Python In this video course, you’ll learn about the SOLID principles, which are five well-establis
Pycoders
PyCoder’s Weekly | Issue #596
Issue #596 of the PyCoder’s Weekly newsletter, published Sept. 26, 2023.
Python Bytes: #354 Python 3.12 is Coming!
Link: https://pythonbytes.fm/episodes/show/354/python-3.12-is-coming
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><a href="https://github.com/ptmcg/logmerger"><strong>logmerger</strong></a></li>
<li><a href="https://mastodon.social/@hugovk/1110915739
Link: https://pythonbytes.fm/episodes/show/354/python-3.12-is-coming
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><a href="https://github.com/ptmcg/logmerger"><strong>logmerger</strong></a></li>
<li><a href="https://mastodon.social/@hugovk/1110915739
pythonbytes.fm
Python 3.12 is Coming!
News and announcements from the Python community for the week of Sep 26th, 2023
Anarcat: How big is Debian?
Link: https://anarc.at/blog/2023-09-26-how-big-debian/
Now this was quite a tease! For those who haven't seen it, I
encourage you to check it out, it has a nice photo of a Debian t-shirt
I did not know about, to quote the Fine Article:
Today, when going t
Link: https://anarc.at/blog/2023-09-26-how-big-debian/
Now this was quite a tease! For those who haven't seen it, I
encourage you to check it out, it has a nice photo of a Debian t-shirt
I did not know about, to quote the Fine Article:
Today, when going t
PyCharm: PyCharm 2023.3 Early Access Program Is Open!
Link: https://blog.jetbrains.com/pycharm/2023/09/2023-3-eap-1/
UI/UX Enhancements, Support for PEP 647, and More
The Early Access Program for PyCharm 2023.3 kicks off today, offering you a sneak peek of the exciting new features and improvements we expect to incl
Link: https://blog.jetbrains.com/pycharm/2023/09/2023-3-eap-1/
UI/UX Enhancements, Support for PEP 647, and More
The Early Access Program for PyCharm 2023.3 kicks off today, offering you a sneak peek of the exciting new features and improvements we expect to incl
The JetBrains Blog
PyCharm 2023.3 Early Access Program Is Open! | The PyCharm Blog
UI/UX Enhancements, Support for PEP 647, and More The Early Access Program for PyCharm 2023.3 kicks off today, offering you a sneak peek of the exciting new features and improvements we expect to i