EuroPython: EuroPython August 2024 Newsletter
Link: https://blog.europython.eu/europython-august-2024-newsletter-2/
Hello and welcome to the post-conference newsletter! We really hope you enjoyed EuroPython 2024, cause we sure did and are still recovering from all the fun and excitement :)We have some updates to sh
Link: https://blog.europython.eu/europython-august-2024-newsletter-2/
Hello and welcome to the post-conference newsletter! We really hope you enjoyed EuroPython 2024, cause we sure did and are still recovering from all the fun and excitement :)We have some updates to sh
EuroPython Blog
EuroPython August 2024 Newsletter
Hello and welcome to the post-conference newsletter! We really hope you enjoyed
EuroPython 2024, cause we sure did and are still recovering from all the fun and
excitement :)
We have some updates to share with you, and also wanted to use this newsletter…
EuroPython 2024, cause we sure did and are still recovering from all the fun and
excitement :)
We have some updates to share with you, and also wanted to use this newsletter…
Python Engineering at Microsoft: Announcing the General Availability of the VS Code extension for Azure Machine Learning
Link: https://devblogs.microsoft.com/python/announcing-the-general-availability-of-the-vs-code-extension-for-azure-machine-learning/
Machine learning and artificial intelligence are transforming the world as we know it. With the power of data, you will have countless opportunities to create something new, unique, and exciting. Whet
Link: https://devblogs.microsoft.com/python/announcing-the-general-availability-of-the-vs-code-extension-for-azure-machine-learning/
Machine learning and artificial intelligence are transforming the world as we know it. With the power of data, you will have countless opportunities to create something new, unique, and exciting. Whet
Microsoft News
Announcing the General Availability of the VS Code extension for Azure Machine Learning
You can use your favorite VS Code setup, either desktop or web, to build, train, deploy, debug, and manage machine learning models with Azure Machine Learning from within VS Code.
Real Python: The Real Python Podcast – Episode #218: Exploring Robotics and Python Through Electronic Projects
Link: https://realpython.com/podcasts/rpp/218/
Are you interested in learning robotics with Python? Can physical electronics-based projects grow a child's interest in coding? This week on the show, we speak with author Marwan Alsabbagh about his b
Link: https://realpython.com/podcasts/rpp/218/
Are you interested in learning robotics with Python? Can physical electronics-based projects grow a child's interest in coding? This week on the show, we speak with author Marwan Alsabbagh about his b
Realpython
Episode #218: Exploring Robotics and Python Through Electronic Projects – The Real Python Podcast
Are you interested in learning robotics with Python? Can physical electronics-based projects grow a child's interest in coding? This week on the show, we speak with author Marwan Alsabbagh about his book "Build Your Own Robot - Using Python, CRICKIT, and…
Matt Layman: Golang Middleware and DBs - Building SaaS #199
Link: https://www.mattlayman.com/blog/2024/golang-middleware-and-dbs-building-saas-199/
In this episode, we continued the break from JourneyInbox to look through more of the Go standard library. In this session, we talked about middleware, request context, and using databases.
Link: https://www.mattlayman.com/blog/2024/golang-middleware-and-dbs-building-saas-199/
In this episode, we continued the break from JourneyInbox to look through more of the Go standard library. In this session, we talked about middleware, request context, and using databases.
Matt Layman
Golang Middleware and DBs - Building SaaS #199
In this episode, we continued the break from JourneyInbox to look through more of the Go standard library. In this session, we talked about middleware, request context, and using databases.
Talk Python to Me: #475: Python Language Summit 2024
Link: https://talkpython.fm/episodes/show/475/python-language-summit-2024
Every year the core developers meet to discuss and propose the major changes and trends in Python itself. This invite-only conference of about 50 people happens inside PyCon in the US. Because it's pr
Link: https://talkpython.fm/episodes/show/475/python-language-summit-2024
Every year the core developers meet to discuss and propose the major changes and trends in Python itself. This invite-only conference of about 50 people happens inside PyCon in the US. Because it's pr
talkpython.fm
Python Language Summit 2024
Every year the core developers meet to discuss and propose the major changes and trends in Python itself. This invite-only conference of about 50 people happens inside PyCon in the US. Because it's private, we rarely get detailed looks inside this event.…
Brian Okken: Finding the top pytest plugins
Link: https://pythontest.com/pytest/finding-top-pytest-plugins/
What are the top downloaded pytest plugins?
I want to know this. And I’d like the answer updated regularly.
So today I decided to write a script to do that for me.
Grab data Let’s start with Top PyPI
Link: https://pythontest.com/pytest/finding-top-pytest-plugins/
What are the top downloaded pytest plugins?
I want to know this. And I’d like the answer updated regularly.
So today I decided to write a script to do that for me.
Grab data Let’s start with Top PyPI
Pythontest
Finding the top pytest plugins
What are the top downloaded pytest plugins?
I want to know this. And I’d like the answer updated regularly.
So today I decided to write a script to do that for me.
Grab data Let’s start with Top PyPI Packages from Hugo von Kemenade. This list is “A monthly…
I want to know this. And I’d like the answer updated regularly.
So today I decided to write a script to do that for me.
Grab data Let’s start with Top PyPI Packages from Hugo von Kemenade. This list is “A monthly…
Seth Michael Larson: 2024 Minnesota State Fair foods
Link: https://sethmlarson.dev/minnesota-state-fair-foods-2024?utm_campaign=rss
2024 Minnesota State fair foods
Link: https://sethmlarson.dev/minnesota-state-fair-foods-2024?utm_campaign=rss
2024 Minnesota State fair foods
Seth Michael Larson
2024 Minnesota State Fair foods
If you didn't know, I'm from Minnesota. Minnesotans love their State Fair,
and I'm not an exception! My wife and I were lucky enough to go to a State Fair
preview for LuLu's Public House for fried ...
and I'm not an exception! My wife and I were lucky enough to go to a State Fair
preview for LuLu's Public House for fried ...
Zato Blog: Integrating with Jira APIs
Link: https://zato.io/en/blog/jira-python-api.html
Integrating with Jira APIs
2024-08-26, by Dariusz Suchojad
Overview
Continuing in the series of articles about newest cloud connections in Zato 3.2, this episode covers Atlassian Jira
from the
Link: https://zato.io/en/blog/jira-python-api.html
Integrating with Jira APIs
2024-08-26, by Dariusz Suchojad
Overview
Continuing in the series of articles about newest cloud connections in Zato 3.2, this episode covers Atlassian Jira
from the
zato.io
Integrating with Jira APIs in Python | Zato Integration Platform
Comprehensive guide to building integrations between Jira and other systems using Python and Zato. Learn to automate Jira workflows and synchronize with external applications.
Ned Batchelder: Coverage branches instead of arcs
Link: https://nedbatchelder.com/blog/202408/coverage_branches_instead_of_arcs.html
As I mentioned in a few recent posts, I’ve been working
on some significant work in coverage.py to take advantage of new capabilities in
Python.Mark Shannon has been improving the sys.monitoring
API s
Link: https://nedbatchelder.com/blog/202408/coverage_branches_instead_of_arcs.html
As I mentioned in a few recent posts, I’ve been working
on some significant work in coverage.py to take advantage of new capabilities in
Python.Mark Shannon has been improving the sys.monitoring
API s
Nedbatchelder
Coverage branches instead of arcs
As I mentioned in a few <a rel="external noopener" href="https://nedbatchelder.com/blog/archive/year2024.html#month202407">recent posts</a>, I’ve been working on some significant work in coverage.py to take advantage of new capabilities in Python.
Matt Layman: Layman's Guide to Python Built-in Functions
Link: https://www.mattlayman.com/blog/2024/layman-guide-python-built-in-functions/
Quick Jump List A: abs, aiter, all, anext, any, ascii, B: bin, bool, breakpoint, bytearray, bytes, C: callable, chr, classmethod, compile, complex, D: delattr, dict, dir, divmod E: enumerate, eval, ex
Link: https://www.mattlayman.com/blog/2024/layman-guide-python-built-in-functions/
Quick Jump List A: abs, aiter, all, anext, any, ascii, B: bin, bool, breakpoint, bytearray, bytes, C: callable, chr, classmethod, compile, complex, D: delattr, dict, dir, divmod E: enumerate, eval, ex
Matt Layman
Layman's Guide to Python Built-in Functions
This is a plain language guide to every built-in function in Python, paired with a simple example that shows each function in action.
Real Python: How to Install Python on Your System: A Guide
Link: https://realpython.com/installing-python/
Installing the latest version of Python on your computer could be a common requirement for you as a Python programmer. Fortunately, you’ll have a multitude of installation options. For example, you ca
Link: https://realpython.com/installing-python/
Installing the latest version of Python on your computer could be a common requirement for you as a Python programmer. Fortunately, you’ll have a multitude of installation options. For example, you ca
Realpython
How to Install Python on Your System: A Guide – Real Python
The first step to getting started with Python is to install it on your machine. In this tutorial, you'll learn how to check which version of Python, if any, you have on your Windows, Mac, or Linux computer and the best way to install the most recent version…
Python Bytes: #398 Open source makes you rich? (and other myths)
Link: https://pythonbytes.fm/episodes/show/398/open-source-makes-you-rich-and-other-myths
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><strong>Open Source Myths</strong></li>
<li><a href="https://astral.sh/blog/uv-unified-python-packaging?featured_on=pythonbytes"><strong
Link: https://pythonbytes.fm/episodes/show/398/open-source-makes-you-rich-and-other-myths
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><strong>Open Source Myths</strong></li>
<li><a href="https://astral.sh/blog/uv-unified-python-packaging?featured_on=pythonbytes"><strong
pythonbytes.fm
Open source makes you rich? (and other myths)
News and announcements from the Python community for the week of Aug 26th, 2024
Armin Ronacher: MiniJinja: Learnings from Building a Template Engine in Rust
Link: http://lucumr.pocoo.org/2024/8/27/minijinja
Given that I can't stop creating template engines, I figured I might write
a bit about my learnings of creating MiniJinja which is an implementation of
my Jinja2 template engine for Rust. Disclaimer:
Link: http://lucumr.pocoo.org/2024/8/27/minijinja
Given that I can't stop creating template engines, I figured I might write
a bit about my learnings of creating MiniJinja which is an implementation of
my Jinja2 template engine for Rust. Disclaimer:
Armin Ronacher's Thoughts and Writings
MiniJinja: Learnings from Building a Template Engine in Rust
Learnings from building MiniJinja, a template engine in Rust
Real Python: Using Astropy for Astronomy With Python
Link: https://realpython.com/courses/astropy-astronomy/
This course covers two problems from introductory astronomy to help you play with some Python libraries. You’ll use Astropy, NumPy, Matplotlib, and pandas to find planet conjunctions, and graph the be
Link: https://realpython.com/courses/astropy-astronomy/
This course covers two problems from introductory astronomy to help you play with some Python libraries. You’ll use Astropy, NumPy, Matplotlib, and pandas to find planet conjunctions, and graph the be
Realpython
Using Astropy for Astronomy With Python – Real Python
This course covers two problems from introductory astronomy to help you play with some Python libraries. You'll use NumPy, Matplotlib, and pandas to find planet conjunctions, and graph the best viewing times for a star.
PyCoder’s Weekly: Issue #644 (Aug. 27, 2024)
Link: https://pycoders.com/issues/644
#644 – AUGUST 27, 2024 View in Browser » Exploring Astrophysics in Python With pandas and Matplotlib This course uses three problems often covered in introductory astro-physics courses to play i
Link: https://pycoders.com/issues/644
#644 – AUGUST 27, 2024 View in Browser » Exploring Astrophysics in Python With pandas and Matplotlib This course uses three problems often covered in introductory astro-physics courses to play i
Pycoders
PyCoder’s Weekly | Issue #644
Issue #644 of the PyCoder’s Weekly newsletter, published Aug. 27, 2024.
James Bennett: There can't be only one
Link: https://www.b-list.org/weblog/2024/aug/27/highlander-problem/
There’s a concept that I’ve heard called by a lot of different names, but my favorite name for it is “the Highlander problem”, which refers to the catchphrase of the campy-yet-still-quite-fun Highland
Link: https://www.b-list.org/weblog/2024/aug/27/highlander-problem/
There’s a concept that I’ve heard called by a lot of different names, but my favorite name for it is “the Highlander problem”, which refers to the catchphrase of the campy-yet-still-quite-fun Highland
James Bennett
There can't be only one
There's a concept that I've heard called by a lot of different names, but my favorite name for it is …
PyPy: PyPy v7.3.17 release
Link: https://www.pypy.org/posts/2024/08/pypy-v7317-release.html
PyPy v7.3.17: release of python 2.7 and 3.9
The PyPy team is proud to release version 7.3.17 of PyPy.
This release includes a new RISC-V JIT backend, an improved REPL based on
work by the CPython team
Link: https://www.pypy.org/posts/2024/08/pypy-v7317-release.html
PyPy v7.3.17: release of python 2.7 and 3.9
The PyPy team is proud to release version 7.3.17 of PyPy.
This release includes a new RISC-V JIT backend, an improved REPL based on
work by the CPython team
PyPy
PyPy v7.3.17 release
PyPy v7.3.17: release of python 2.7 and 3.10
The PyPy team is proud to release version 7.3.17 of PyPy.
This release includes a new RISC-V JIT backend, an improved REPL based on
work by the CPython tea
The PyPy team is proud to release version 7.3.17 of PyPy.
This release includes a new RISC-V JIT backend, an improved REPL based on
work by the CPython tea
Django Weblog: Could you host DjangoCon Europe 2026? Call for organizers
Link: https://www.djangoproject.com/weblog/2024/aug/28/could-you-host-djangocon-europe-2026-cfp/
We are looking for the next group of organizers to own and lead the 2026 DjangoCon Europe conference. Could your town - or your football stadium, circus tent, private island or city hall - host this w
Link: https://www.djangoproject.com/weblog/2024/aug/28/could-you-host-djangocon-europe-2026-cfp/
We are looking for the next group of organizers to own and lead the 2026 DjangoCon Europe conference. Could your town - or your football stadium, circus tent, private island or city hall - host this w
Django Project
Could you host DjangoCon Europe 2026? Call for organizers
Posted by Thibaud Colas & DjangoCon Europe Support working group on August 28, 2024
Real Python: Web Scraping With Scrapy and MongoDB
Link: https://realpython.com/web-scraping-with-scrapy-and-mongodb/
Scrapy is a robust Python web scraping framework that can manage requests asynchronously, follow links, and parse site content. To store scraped data, you can use MongoDB, a scalable NoSQL database, t
Link: https://realpython.com/web-scraping-with-scrapy-and-mongodb/
Scrapy is a robust Python web scraping framework that can manage requests asynchronously, follow links, and parse site content. To store scraped data, you can use MongoDB, a scalable NoSQL database, t
Realpython
Web Scraping With Scrapy and MongoDB – Real Python
This tutorial covers how to write a Python web crawler using Scrapy to scrape and parse data, and then store the data in MongoDB.
Python Morsels: Arithmetic in Python
Link: https://www.pythonmorsels.com/arithmetic-in-python/
An explanation of Python's two number types (integers and floating point numbers), supported arithmetic operations, and an explanation of operator precedence.
Table of contents
Integers
Floating p
Link: https://www.pythonmorsels.com/arithmetic-in-python/
An explanation of Python's two number types (integers and floating point numbers), supported arithmetic operations, and an explanation of operator precedence.
Table of contents
Integers
Floating p
Pythonmorsels
Arithmetic in Python
An explanation of Python's two number types (integers and floating point numbers), supported arithmetic operations, and an explanation of operator precedence.