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
Python Software Foundation: Python Developers Survey Numbers for 2022!
Link: https://pyfound.blogspot.com/2023/09/python-developers-survey-numbers-for.html
We are excited to announce the results of the sixth official annual Python Developers Survey. This work is done each year as a collaborative effort between the Python Software Foundation and JetBrains
Link: https://pyfound.blogspot.com/2023/09/python-developers-survey-numbers-for.html
We are excited to announce the results of the sixth official annual Python Developers Survey. This work is done each year as a collaborative effort between the Python Software Foundation and JetBrains
Python Software Foundation Blog
Python Developers Survey Numbers for 2022!
We are excited to announce the results of the sixth official annual Python Developers Survey. This work is done each year as a collaborative...
Real Python: Python 3.12 Preview: Static Typing Improvements
Link: https://realpython.com/python312-typing/
Python’s support for static typing gradually improves with each new release of Python. The core features were in place in Python 3.5. Since then, there’ve been many tweaks and improvements to the type
Link: https://realpython.com/python312-typing/
Python’s support for static typing gradually improves with each new release of Python. The core features were in place in Python 3.5. Since then, there’ve been many tweaks and improvements to the type
Realpython
Python 3.12 Preview: Static Typing Improvements – Real Python
In this tutorial, you'll preview the new static typing features in Python 3.12. You'll learn about the new syntax for type variables, making generics simpler to define. You'll also see how @override lets you model inheritance and how you use typed dictionaries…
Zero to Mastery: Python Monthly Newsletter 💻🐍
Link: https://zerotomastery.io/blog/python-monthly-newsletter-september-2023/?utm_source=python-rss-feed
46th issue of Andrei Neagoie's must-read monthly Python Newsletter: Python oddities, cProfile trick, and GIL removal. All this and more. Read the full newsletter to get up-to-date with everything you
Link: https://zerotomastery.io/blog/python-monthly-newsletter-september-2023/?utm_source=python-rss-feed
46th issue of Andrei Neagoie's must-read monthly Python Newsletter: Python oddities, cProfile trick, and GIL removal. All this and more. Read the full newsletter to get up-to-date with everything you
Zero To Mastery
[September 2023] Python Monthly Newsletter 💻🐍 | Zero To Mastery
46th issue of Andrei Neagoie's must-read monthly Python Newsletter read by 15,000+ Pythonistas. Get up-to-date with the top Python news from last month.
Stack Abuse: Fix Error "xlrd.biffh.XLRDError: Excel xlsx file; not supported"
Link: https://stackabuse.com/fix-error-xlrd-biffh-xlrderror-excel-xlsx-file-not-supported/
Introduction
Python has a rich ecosystem of libraries that make it an ideal language for data analysis. One of those libraries is pandas, which simplifies the process of reading and writing data betwe
Link: https://stackabuse.com/fix-error-xlrd-biffh-xlrderror-excel-xlsx-file-not-supported/
Introduction
Python has a rich ecosystem of libraries that make it an ideal language for data analysis. One of those libraries is pandas, which simplifies the process of reading and writing data betwe
TechBeamers Python: Floating Point Numbers in Python
Link: https://www.techbeamers.com/floating-point-numbers-in-python/
Floating-point numbers are a fundamental data type in Python used to represent real numbers. They represent a wide range of values, from very small numbers to very large numbers. For example, the numb
Link: https://www.techbeamers.com/floating-point-numbers-in-python/
Floating-point numbers are a fundamental data type in Python used to represent real numbers. They represent a wide range of values, from very small numbers to very large numbers. For example, the numb
TechBeamers
Floating Point Numbers in Python Explained
Explore Python’s floating-point numbers: representation, precision, arithmetic, and best practices with self-explanatory examples.
PyCharm: Building APIs With Django REST Framework
Link: https://blog.jetbrains.com/pycharm/2023/09/building-apis-with-django-rest-framework/
In this Django REST framework tutorial, you will create a rental platform API. The tutorial demonstrates how to use Python and Django REST framework in PyCharm to develop APIs.
By the time you complet
Link: https://blog.jetbrains.com/pycharm/2023/09/building-apis-with-django-rest-framework/
In this Django REST framework tutorial, you will create a rental platform API. The tutorial demonstrates how to use Python and Django REST framework in PyCharm to develop APIs.
By the time you complet
The JetBrains Blog
Building APIs With Django REST Framework | The PyCharm Blog
The tutorial demonstrates how to use Python and Django REST framework in PyCharm to develop APIs
Sumana Harihareswara - Cogito, Ergo Sumana: A Celebration of My Friend, Dr. Mel Chua
Link: http://harihareswara.net/posts/2023/a-celebration-of-my-friend-dr-mel-chua/
A Celebration of My Friend, Dr. Mel Chua
Link: http://harihareswara.net/posts/2023/a-celebration-of-my-friend-dr-mel-chua/
A Celebration of My Friend, Dr. Mel Chua
Cogito, Ergo Sumana
A Celebration of My Friend, Dr. Mel Chua
My dear friend Mel Chua is, as of this year, Dr. Mel Chua, as they have now deposited the doctoral dissertation that they successfully defended several years ago. Yay Dr. Chua!!!There's been a bit of … | Cogito, Ergo Sumana | Blog by Sumana Harihareswara…