The Python Coding Blog: Lots of Special Methods. And a Special Article | July in Review
Link: https://thepythoncodingbook.com/2023/07/30/lots-of-special-methods-and-a-special-article-july-in-review/
I was expecting this month’s review to cover fewer articles than previous months. It is July, after all. But then, I launched my second Substack last month, Breaking the Rules, which means I now have
Link: https://thepythoncodingbook.com/2023/07/30/lots-of-special-methods-and-a-special-article-july-in-review/
I was expecting this month’s review to cover fewer articles than previous months. It is July, after all. But then, I launched my second Substack last month, Breaking the Rules, which means I now have
The Python Coding Book
Lots of Special Methods. And a Special Article | July in Review - The Python Coding Book
I was expecting this month’s review to cover fewer articles than previous months. It is July, after all. But then, I launched my second Substack last month, Breaking the Rules, which means I now have two sets of articles coming out every month. It may not…
Jonathan Hartley: Structured Pattern Matching in Python
Link: https://tartley.com/posts/structured-pattern-matching-in-python/
I read through descriptions of
structured pattern matching
when it was added in Python 3.10 a couple of years ago, and have studiously
avoided it ever since. It seemed like a language feature that's a
Link: https://tartley.com/posts/structured-pattern-matching-in-python/
I read through descriptions of
structured pattern matching
when it was added in Python 3.10 a couple of years ago, and have studiously
avoided it ever since. It seemed like a language feature that's a
tartley.com
Structured Pattern Matching in Python
I read through descriptions of
structured pattern matching
when it was added in Python 3.10 a couple of years ago, and have studiously
avoided it ever since. It seemed like a language feature that's a
structured pattern matching
when it was added in Python 3.10 a couple of years ago, and have studiously
avoided it ever since. It seemed like a language feature that's a
ListenData: 14 Free and Open Source Alternatives to ChatGPT
Link: https://www.listendata.com/2023/03/open-source-chatgpt-models-step-by-step.html
In this article we will explain how Open Source ChatGPT alternatives work and how you can use them to build your own ChatGPT clone for free. We will introduce you to 14 powerful open source alternativ
Link: https://www.listendata.com/2023/03/open-source-chatgpt-models-step-by-step.html
In this article we will explain how Open Source ChatGPT alternatives work and how you can use them to build your own ChatGPT clone for free. We will introduce you to 14 powerful open source alternativ
ListenData
15 Free Open Source ChatGPT Alternatives (with Code)
Learn how Open Source ChatGPT alternatives work. It includes a step by step guide to run these models with Python.
Python People: Brett Cannon - Public Speaking, Canada, Fountain Pens, Community
Link: https://pythonpeople.fm/episodes/brett-cannon
Topics:
“I don't know about the rest of you... I came for the language, but I stayed for the community." Brett Cannon, Python Core Dev, Pycon US 2014 Opening remarks
Public speaking
Being encouraging
Link: https://pythonpeople.fm/episodes/brett-cannon
Topics:
“I don't know about the rest of you... I came for the language, but I stayed for the community." Brett Cannon, Python Core Dev, Pycon US 2014 Opening remarks
Public speaking
Being encouraging
Python People
Python People | Brett Cannon - Public Speaking, Canada, Fountain Pens, Community
The Python community is awesome because of the people. Python People is a weekly podcast about getting to know the people who help make the Python community great.
It's less about the tech, and more about the people.
It's less about the tech, and more about the people.
Sebastian Witowski: map() vs. List Comprehension
Link: https://switowski.com/blog/map-vs-list-comprehension/
<p>From <em><a href="https://switowski.com/blog/for-loop-vs-list-comprehension/">For Loop vs. List Comprehension</a></em>, we already know that list comprehension is usually faster than the e
Link: https://switowski.com/blog/map-vs-list-comprehension/
<p>From <em><a href="https://switowski.com/blog/for-loop-vs-list-comprehension/">For Loop vs. List Comprehension</a></em>, we already know that list comprehension is usually faster than the e
Sebastian Witowski
map() vs. List Comprehension
Is the map() function faster than a corresponding list comprehension? That depends! Let's see how using lambda functions can affect the performance of map().
"Mathspp Pydon'ts": Overloading arithmetic operators with dunder methods | Pydon't 🐍
Link: https://mathspp.com/blog/pydonts/overloading-arithmetic-operators-with-dunder-methods
This article shows you how to overload the arithmetic operators in Python with dunder methods.
Introduction
Python lets you override the arithmetic operators like + for addition or * for multiplicat
Link: https://mathspp.com/blog/pydonts/overloading-arithmetic-operators-with-dunder-methods
This article shows you how to overload the arithmetic operators in Python with dunder methods.
Introduction
Python lets you override the arithmetic operators like + for addition or * for multiplicat
Mathspp
Overloading arithmetic operators with dunder methods | Pydon't 🐍
This article shows you how to overload the arithmetic operators in Python with dunder methods.
Nicola Iarocci: Events 0.5 released
Link: https://nicolaiarocci.com/events-0.5-released/
Today I released Events 0.5. Thanks to Cailean Parker’s contribution, we added support for the __getitem__ dunder (aka Python magic method.) This allows the calling of events from strings, thus enabli
Link: https://nicolaiarocci.com/events-0.5-released/
Today I released Events 0.5. Thanks to Cailean Parker’s contribution, we added support for the __getitem__ dunder (aka Python magic method.) This allows the calling of events from strings, thus enabli
Nicola Iarocci
Events 0.5 released
Today I released Events 0.5. Thanks to Cailean Parker’s contribution, we added support for the __getitem__ dunder (aka Python magic method.) This allows t
Abhijeet Pal: How to Perform AND Queries in Django ORM
Link: http://djangocentral.com/how-to-perform-and-queries-in-django-orm/
Django, as a popular web framework, provides a powerful Object-Relational Mapping (ORM) system that allows developers to interact with the database using Python code, abstracting away raw SQL queries.
Link: http://djangocentral.com/how-to-perform-and-queries-in-django-orm/
Django, as a popular web framework, provides a powerful Object-Relational Mapping (ORM) system that allows developers to interact with the database using Python code, abstracting away raw SQL queries.
Djangocentral
How to Perform AND Queries in Django ORM
Django, as a popular web framework, provides a powerful Object-Relational Mapping (ORM) system that allows developers to interact with the database using
Mike Driscoll: PyDev of the Week: Dr Becky Smith
Link: https://www.blog.pythonlibrary.org/2023/07/31/pydev-of-the-week-dr-becky-smith/
This week we welcome Dr. Becky Smith (@rebkwok) as our PyDev of the Week! Becky is one of the organizers for DjangoCon Europe. If you’d like to see what Becky has been coding recently, you shold check
Link: https://www.blog.pythonlibrary.org/2023/07/31/pydev-of-the-week-dr-becky-smith/
This week we welcome Dr. Becky Smith (@rebkwok) as our PyDev of the Week! Becky is one of the organizers for DjangoCon Europe. If you’d like to see what Becky has been coding recently, you shold check
Mouse Vs Python
PyDev of the Week: Dr Becky Smith - Mouse Vs Python
This week we welcome Dr. Becky Smith (@rebkwok) as our PyDev of the Week! Becky is one of the organizers for DjangoCon Europe. If you'd like to see what
Abhijeet Pal: How to Perform OR Queries in Django ORM
Link: http://djangocentral.com/how-to-perform-or-queries-in-django-orm/
Django is a popular web framework for Python that provides an intuitive and powerful Object-Relational Mapping (ORM) system. The Django ORM allows developers to interact with databases using Python cl
Link: http://djangocentral.com/how-to-perform-or-queries-in-django-orm/
Django is a popular web framework for Python that provides an intuitive and powerful Object-Relational Mapping (ORM) system. The Django ORM allows developers to interact with databases using Python cl
Djangocentral
How to Perform OR Queries in Django ORM
Django is a popular web framework for Python that provides an intuitive and powerful Object-Relational Mapping (ORM) system. The Django ORM allows developers
Abhijeet Pal: How to Perform NOT Queries in Django ORM
Link: http://djangocentral.com/how-to-perform-not-queries-in-django-orm/
In Django, performing NOT queries allows you to exclude certain records from the query results based on specific conditions. The NOT operator, represented by the tilde (~) when used in conjunction wit
Link: http://djangocentral.com/how-to-perform-not-queries-in-django-orm/
In Django, performing NOT queries allows you to exclude certain records from the query results based on specific conditions. The NOT operator, represented by the tilde (~) when used in conjunction wit
Djangocentral
How to Perform NOT Queries in Django ORM
In Django, performing NOT queries allows you to exclude certain records from the query results based on specific conditions. The NOT opera
Real Python: How to Download Files From URLs With Python
Link: https://realpython.com/python-download-file-from-url/
When it comes to file retrieval, Python offers a robust set of tools and packages that are useful in a variety of applications, from web scraping to automating scripts and analyzing retrieved data. Do
Link: https://realpython.com/python-download-file-from-url/
When it comes to file retrieval, Python offers a robust set of tools and packages that are useful in a variety of applications, from web scraping to automating scripts and analyzing retrieved data. Do
Realpython
How to Download Files From URLs With Python – Real Python
In this tutorial, you'll find the right tools to help you download files from URLs with Python and manage the data retrieval process. You'll cover data streaming, thread pools, and asynchronous downloads.
Tryton News: Security Release for issue #12428
Link: https://discuss.tryton.org/t/security-release-for-issue-12428/6397
Synopsis
Edbo and Cédric Krier have found that record rules are not enforced by trytond when only reading fields without an SQL type (like Function fields).
Impact
CVSS v3.0 Base Score: 6.5
Attack Ve
Link: https://discuss.tryton.org/t/security-release-for-issue-12428/6397
Synopsis
Edbo and Cédric Krier have found that record rules are not enforced by trytond when only reading fields without an SQL type (like Function fields).
Impact
CVSS v3.0 Base Score: 6.5
Attack Ve
Tryton Discussion
Security Release for issue #12428
Synopsis Edbo and Cédric Krier have found that record rules are not enforced by trytond when only reading fields without an SQL type (like Function fields). Impact CVSS v3.0 Base Score: 6.5 Attack Vector: Network Attack Complexity: Low Privileges Required:…
TestDriven.io: Django Session-based Auth for Single Page Apps
Link: https://testdriven.io/blog/django-spa-auth/
This article looks at how to add session-based authentication to a Single-Page Application (SPA) powered by Django and React.
Link: https://testdriven.io/blog/django-spa-auth/
This article looks at how to add session-based authentication to a Single-Page Application (SPA) powered by Django and React.
testdriven.io
Django Session-based Auth for Single Page Apps
This article looks at how to add session-based authentication to a Single-Page Application (SPA) powered by Django and React.
Test and Code: 205: pytest autouse fixtures
Link: https://testandcode.com/episodes/pytest-autouse-fixtures
On a recent episode of PythonBytes, I suggested it's hard to come up with good examples for pytest autouse fixtures, as there aren't very many good reasons to use them. James Falcon was kind enough t
Link: https://testandcode.com/episodes/pytest-autouse-fixtures
On a recent episode of PythonBytes, I suggested it's hard to come up with good examples for pytest autouse fixtures, as there aren't very many good reasons to use them. James Falcon was kind enough t
Test and Code
Test and Code | 205: pytest autouse fixtures
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.
Tryton News: Newsletter August 2023
Link: https://discuss.tryton.org/t/newsletter-august-2023/6347
Our next Long Term Supported (LTS) release of Tryton, version 7.0, will be published in just three months, at the very beginning of November. So please give our current release version 6.8, — or ev
Link: https://discuss.tryton.org/t/newsletter-august-2023/6347
Our next Long Term Supported (LTS) release of Tryton, version 7.0, will be published in just three months, at the very beginning of November. So please give our current release version 6.8, — or ev
Tryton Discussion
Newsletter August 2023
Our next Long Term Supported (LTS) release of Tryton, version 7.0, will be published in just three months, at the very beginning of November. So please give our current release version 6.8, — or even better our actual developments, — a good test to squeeze…
Kay Hayen: Python 3.11 and Nuitka full support
Link: https://nuitka.net/posts/python311-full-support.html
I kind of noticed, that I never really updated this post series to its
conclusion. Python 3.11 is now fully supported by Nuitka, that is the
TLDR. This has been the case since 1.6, and the 1.7 release
Link: https://nuitka.net/posts/python311-full-support.html
I kind of noticed, that I never really updated this post series to its
conclusion. Python 3.11 is now fully supported by Nuitka, that is the
TLDR. This has been the case since 1.6, and the 1.7 release
Real Python: Reversing Strings in Python
Link: https://realpython.com/courses/python-reverse-string/
When you’re using Python strings often in your code, you may face the need to work with them in reverse order. Python includes a few handy tools and techniques that can help you out in these situation
Link: https://realpython.com/courses/python-reverse-string/
When you’re using Python strings often in your code, you may face the need to work with them in reverse order. Python includes a few handy tools and techniques that can help you out in these situation
Realpython
Reversing Strings in Python – Real Python
In this video course, you'll learn how to reverse strings in Python by using available tools such as reversed() and slicing operations. You'll also learn how to build reversed strings by hand.
PyCoder’s Weekly: Issue #588 (Aug. 1, 2023)
Link: https://pycoders.com/issues/588
#588 – AUGUST 1, 2023 View in Browser » Python 3.12 Preview: More Intuitive and Consistent F-Strings In this tutorial, you’ll preview one of the upcoming features of Python 3.12, which introduce
Link: https://pycoders.com/issues/588
#588 – AUGUST 1, 2023 View in Browser » Python 3.12 Preview: More Intuitive and Consistent F-Strings In this tutorial, you’ll preview one of the upcoming features of Python 3.12, which introduce
Pycoders
PyCoder’s Weekly | Issue #588
Issue #588 of the PyCoder’s Weekly newsletter, published Aug. 1, 2023.
Django Weblog: Django bugfix release: 4.2.4
Link: https://www.djangoproject.com/weblog/2023/aug/01/bugfix-release/
Today we've issued the 4.2.4 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/2023/aug/01/bugfix-release/
Today we've issued the 4.2.4 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
Django Project
Django bugfix release: 4.2.4
Posted by Natalia Bidart on August 1, 2023
Erik Marsja: Coefficient of Variation in Python with Pandas & NumPy
Link: https://www.marsja.se/coefficient-of-variation-in-python-with-pandas-numpy/
The post Coefficient of Variation in Python with Pandas & NumPy appeared first on Erik Marsja.
In this tutorial blog post, we will explore how to calculate the Coefficient of Variation in Python using
Link: https://www.marsja.se/coefficient-of-variation-in-python-with-pandas-numpy/
The post Coefficient of Variation in Python with Pandas & NumPy appeared first on Erik Marsja.
In this tutorial blog post, we will explore how to calculate the Coefficient of Variation in Python using
Erik Marsja
Coefficient of Variation in Python with Pandas & NumPy
Learn how to calculate the coefficient of variation in Python using NumPy and Pandas. Analyze data variability with ease!