Ian Ozsvald: What I’ve been up to since 2022
Link: https://ianozsvald.com/2024/05/30/what-ive-been-up-to-since-2022/
This has been terribly quiet since July 2022, oops. It turns out that having an infant totally sucks your time! In the meantime I’ve continued to build up:
Training courses – I’ve just listed my new
Link: https://ianozsvald.com/2024/05/30/what-ive-been-up-to-since-2022/
This has been terribly quiet since July 2022, oops. It turns out that having an infant totally sucks your time! In the meantime I’ve continued to build up:
Training courses – I’ve just listed my new
Entrepreneurial Geekiness
What I’ve been up to since 2022
This has been terribly quiet since July 2022, oops. It turns out that having an infant totally sucks your time! In the meantime I've continued to build up:
Training courses - I've just listed my new Fast Pandas course plus the existing Successful Data Science…
Training courses - I've just listed my new Fast Pandas course plus the existing Successful Data Science…
Python⇒Speed: Let’s optimize! Running 15× faster with a situation-specific algorithm
Link: https://pythonspeed.com/articles/lets-optimize-median-local-threshold/
pre {
white-space: pre;
overflow-x: auto;
font-size: 80%;
}
Let’s speed up some software! Our motivation: we have an image, a photo
of some text from a book. We want to turn it into a 1-
Link: https://pythonspeed.com/articles/lets-optimize-median-local-threshold/
pre {
white-space: pre;
overflow-x: auto;
font-size: 80%;
}
Let’s speed up some software! Our motivation: we have an image, a photo
of some text from a book. We want to turn it into a 1-
Python⇒Speed
Let’s optimize! Running 15× faster with a situation-specific algorithm
Sometimes the best way to speed up your algorithm is to adjust it to the specifics of your data.
Real Python: The Real Python Podcast – Episode #206: Building Python Unit Tests & Exploring a Data Visualization Gallery
Link: https://realpython.com/podcasts/rpp/206/
How do you start adding unit tests to your Python code? Can the built-in unittest framework cover most or all of your needs? Christopher Trudeau is back on the show this week, bringing another batch o
Link: https://realpython.com/podcasts/rpp/206/
How do you start adding unit tests to your Python code? Can the built-in unittest framework cover most or all of your needs? Christopher Trudeau is back on the show this week, bringing another batch o
Realpython
Episode #206: Building Python Unit Tests & Exploring a Data Visualization Gallery – The Real Python Podcast
How do you start adding unit tests to your Python code? Can the built-in unittest framework cover most or all of your needs? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder's Weekly articles and projects.
Zero to Mastery: Python Monthly Newsletter 💻🐍
Link: https://zerotomastery.io/blog/python-monthly-newsletter-may-2024/?utm_source=python-rss-feed
54th issue of Andrei Neagoie's must-read monthly Python Newsletter: Python Security Best Practices, State of Python 2024, Prompt Engineering, and much more. Read the full newsletter to get up-to-date
Link: https://zerotomastery.io/blog/python-monthly-newsletter-may-2024/?utm_source=python-rss-feed
54th issue of Andrei Neagoie's must-read monthly Python Newsletter: Python Security Best Practices, State of Python 2024, Prompt Engineering, and much more. Read the full newsletter to get up-to-date
Zero To Mastery
[May 2024] Python Monthly Newsletter 💻🐍 | Zero To Mastery
54th 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.
Tryton News: Newsletter May 2024
Link: https://discuss.tryton.org/t/newsletter-may-2024/7324
During the last month we focused on fixing bugs, improving the behaviour of things, speeding-up performance issues - building on the changes from our last release. We also added some new features w
Link: https://discuss.tryton.org/t/newsletter-may-2024/7324
During the last month we focused on fixing bugs, improving the behaviour of things, speeding-up performance issues - building on the changes from our last release. We also added some new features w
Tryton Discussion
Newsletter May 2024
During the last month we focused on fixing bugs, improving the behaviour of things, speeding-up performance issues - building on the changes from our last release. We also added some new features which we would like to introduce to you in this newsletter.…
Matt Layman: About, FAQ, and Home Page - Building SaaS with Python and Django #192
Link: https://www.mattlayman.com/blog/2024/about-faq-and-home-page-building-saas-with-python-and-django-192/
In this episode, we worked on some core pages to round out the JourneyInbox user interface. This led us to work updating UI layout, writing copy, and doing other fundamentals for making templated page
Link: https://www.mattlayman.com/blog/2024/about-faq-and-home-page-building-saas-with-python-and-django-192/
In this episode, we worked on some core pages to round out the JourneyInbox user interface. This led us to work updating UI layout, writing copy, and doing other fundamentals for making templated page
Matt Layman
About, FAQ, and Home Page - Building SaaS with Python and Django #192
In this episode, we worked on some core pages to round out the JourneyInbox user interface. This led us to work updating UI layout, writing copy, and doing other fundamentals for making templated pages.
Zato Blog: New API Integration Tutorial in Python
Link: https://zato.io/en/blog/api-integration-tutorial.html
New API Integration Tutorial in Python
2024-06-02, by Dariusz Suchojad
Do you know what
airports,
telecom operators,
defense forces
and
health care organizations
have in common?
They all rely h
Link: https://zato.io/en/blog/api-integration-tutorial.html
New API Integration Tutorial in Python
2024-06-02, by Dariusz Suchojad
Do you know what
airports,
telecom operators,
defense forces
and
health care organizations
have in common?
They all rely h
Robin Wilson: Introducing pyAURN – a Python package for accessing UK air quality data
Link: https://blog.rtwilson.com/introducing-pyaurn-a-python-package-for-accessing-uk-air-quality-data/
I realised recently that I’d never actually blogged about my pyAURN package – so it’s about time that I did.
When doing some freelance work on air quality a while back, I wanted an easy way to access
Link: https://blog.rtwilson.com/introducing-pyaurn-a-python-package-for-accessing-uk-air-quality-data/
I realised recently that I’d never actually blogged about my pyAURN package – so it’s about time that I did.
When doing some freelance work on air quality a while back, I wanted an easy way to access
Real Python: Quiz: String Interpolation in Python: Exploring Available Tools
Link: https://realpython.com/quizzes/python-string-interpolation/
Test your understanding of Python’s tools for string interpolation, including f-strings, the .format() method, and the modulo operator.
Take this quiz after reading our String Interpolation in Python:
Link: https://realpython.com/quizzes/python-string-interpolation/
Test your understanding of Python’s tools for string interpolation, including f-strings, the .format() method, and the modulo operator.
Take this quiz after reading our String Interpolation in Python:
Realpython
String Interpolation in Python: Exploring Available Tools Quiz – Real Python
Take this quiz to test your understanding of the available tools for string interpolation in Python, as well as their strengths and weaknesses. These tools include f-strings, the .format() method, and the modulo operator.
PyCharm: The State of Django 2024
Link: https://blog.jetbrains.com/pycharm/2024/06/the-state-of-django/
Are you curious to discover the latest trends in Django development?
In collaboration with the Django Foundation, PyCharm surveyed more than 4,000 Django developers from around the globe and analyzed
Link: https://blog.jetbrains.com/pycharm/2024/06/the-state-of-django/
Are you curious to discover the latest trends in Django development?
In collaboration with the Django Foundation, PyCharm surveyed more than 4,000 Django developers from around the globe and analyzed
The JetBrains Blog
The State of Django 2024 | The PyCharm Blog
Discover the Django framework's popularity through statistics and learn the latest trends in Django development for 2024.
Mike Driscoll: Python Logging Book Released!
Link: https://www.blog.pythonlibrary.org/2024/06/03/python-logging-book-released/
The latest Python book from Michael Driscoll is now out. You can get Python Logging today on any of your favorite platforms! The Kindle version of the book is only 99 cents for a limited time!
What d
Link: https://www.blog.pythonlibrary.org/2024/06/03/python-logging-book-released/
The latest Python book from Michael Driscoll is now out. You can get Python Logging today on any of your favorite platforms! The Kindle version of the book is only 99 cents for a limited time!
What d
Mouse Vs Python
Python Logging Book Released! - Mouse Vs Python
The latest Python book from Michael Driscoll is now out. You can get Python Logging today on any of your favorite platforms! The Kindle version of the
TestDriven.io: Approximate Counting in Django and Postgres
Link: https://testdriven.io/blog/django-approximate-counting/
This article looks at how to speed up counting with Django and PostgreSQL.
Link: https://testdriven.io/blog/django-approximate-counting/
This article looks at how to speed up counting with Django and PostgreSQL.
testdriven.io
Approximate Counting in Django and Postgres
This article looks at how to speed up counting with Django and PostgreSQL.
Real Python: String Interpolation in Python: Exploring Available Tools
Link: https://realpython.com/python-string-interpolation/
String interpolation allows you to create strings by inserting objects into specific places in a target string template. Python has several tools for string interpolation, including f-strings, the str
Link: https://realpython.com/python-string-interpolation/
String interpolation allows you to create strings by inserting objects into specific places in a target string template. Python has several tools for string interpolation, including f-strings, the str
Realpython
String Interpolation in Python: Exploring Available Tools – Real Python
In this tutorial, you'll learn about the different tools that Python provides for performing string interpolation. String interpolation allows you to create new strings by inserting different objects into a string template.
Python Morsels: Python's many command-line utilities
Link: https://www.pythonmorsels.com/cli-tools/
Every command-line tool included with Python. These can be run with python -m module_name.
Table of contents
How -m works
General-purpose CLI tools
Especially handy on Windows machines
Working with
Link: https://www.pythonmorsels.com/cli-tools/
Every command-line tool included with Python. These can be run with python -m module_name.
Table of contents
How -m works
General-purpose CLI tools
Especially handy on Windows machines
Working with
Pythonmorsels
Python's many command-line utilities
Every command-line tool included with Python. These can be run with python -m module_name.
Test and Code: 221: How to get pytest to import your code under test
Link: https://podcast.pythontest.com/episodes/221-how-to-get-pytest-to-import-your-code-under-test
We've got some code we want to test, and some tests.The tests need to be able to import the code under test, or at least the API to it, in order to run tests against it.How do we do that? How do we se
Link: https://podcast.pythontest.com/episodes/221-how-to-get-pytest-to-import-your-code-under-test
We've got some code we want to test, and some tests.The tests need to be able to import the code under test, or at least the API to it, in order to run tests against it.How do we do that? How do we se
Test & Code
Test & Code | 221: How to get pytest to import your code under test
We've got some code we want to test, and some tests.The tests need to be able to import the code under test, or at least the API to it, in order to run tests against it.How do we do that? How do we...
TestDriven.io: Storing Django Static and Media Files on DigitalOcean Spaces
Link: https://testdriven.io/blog/django-digitalocean-spaces/
This tutorial shows how to configure Django to load and serve up static and media files, public and private, via DigitalOcean Spaces.
Link: https://testdriven.io/blog/django-digitalocean-spaces/
This tutorial shows how to configure Django to load and serve up static and media files, public and private, via DigitalOcean Spaces.
testdriven.io
Storing Django Static and Media Files on DigitalOcean Spaces
This tutorial shows how to configure Django to load and serve up static and media files, public and private, via DigitalOcean Spaces.
Real Python: Python Interfaces: Object-Oriented Design Principles
Link: https://realpython.com/courses/interfaces-object-oriented-design-principles/
Interfaces play an important role in software engineering. As an application grows, updates and changes to the code base become more difficult to manage. More often than not, you wind up having classe
Link: https://realpython.com/courses/interfaces-object-oriented-design-principles/
Interfaces play an important role in software engineering. As an application grows, updates and changes to the code base become more difficult to manage. More often than not, you wind up having classe
Realpython
Python Interfaces: Object-Oriented Design Principles – Real Python
In this video course, you'll explore how to use a Python interface. You'll come to understand why interfaces are so useful and learn how to implement formal and informal interfaces in Python. You'll also examine the differences between Python interfaces and…
Python Bytes: #386 Major releases abound
Link: https://pythonbytes.fm/episodes/show/386/major-releases-abound
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><a href="https://numpy.org/news/#numpy-20-release-date-june-16"><strong>NumPy 2.0 release date is June 16</strong></a></li>
<li><a href=
Link: https://pythonbytes.fm/episodes/show/386/major-releases-abound
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><a href="https://numpy.org/news/#numpy-20-release-date-june-16"><strong>NumPy 2.0 release date is June 16</strong></a></li>
<li><a href=
pythonbytes.fm
Major releases abound
News and announcements from the Python community for the week of Jun 4th, 2024
PyCoder’s Weekly: Issue #632 (June 4, 2024)
Link: https://pycoders.com/issues/632
#632 – JUNE 4, 2024 View in Browser » What’s a Python Hashable Object? You can ignore reading about hashable objects for quite a bit. But eventually, it’s worth having an idea of what they are.
Link: https://pycoders.com/issues/632
#632 – JUNE 4, 2024 View in Browser » What’s a Python Hashable Object? You can ignore reading about hashable objects for quite a bit. But eventually, it’s worth having an idea of what they are.
Pycoders
PyCoder’s Weekly | Issue #632
Issue #632 of the PyCoder’s Weekly newsletter, published June 4, 2024.
Armin Ronacher: Your Node is Leaking Memory? setTimeout Could be the Reason
Link: http://lucumr.pocoo.org/2024/6/5/node-timeout
This is mostly an FYI for node developers. The issue being discussed in
this post has caused us
quite a bit of pain.
It has to do with how node deals with timeouts. In short: you can
very easily cre
Link: http://lucumr.pocoo.org/2024/6/5/node-timeout
This is mostly an FYI for node developers. The issue being discussed in
this post has caused us
quite a bit of pain.
It has to do with how node deals with timeouts. In short: you can
very easily cre
Armin Ronacher's Thoughts and Writings
Your Node is Leaking Memory? setTimeout Could be the Reason
How node’s timeout objects are potential sources of memory leaks.