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.
PyPy: Guest Post: How PortaOne uses PyPy for high-performance processing, connecting over 1B of phone calls every month
Link: https://www.pypy.org/posts/2024/08/portaone.html
The PyPy project is always happy to hear about industrial use and deployments
of PyPy. For the GC bug
finding
task earlier this year, we collaborated with PortaOne and we're super happy
that Serhii T
Link: https://www.pypy.org/posts/2024/08/portaone.html
The PyPy project is always happy to hear about industrial use and deployments
of PyPy. For the GC bug
finding
task earlier this year, we collaborated with PortaOne and we're super happy
that Serhii T
PyPy
Guest Post: How PortaOne uses PyPy for high-performance processing, co
The PyPy project is always happy to hear about industrial use and deployments
of PyPy. For the GC bug
finding
task earlier this year, we collaborated with PortaOne and we're super happy
that Serhii T
of PyPy. For the GC bug
finding
task earlier this year, we collaborated with PortaOne and we're super happy
that Serhii T
Zero to Mastery: Python Monthly Newsletter 💻🐍
Link: https://zerotomastery.io/blog/python-monthly-newsletter-august-2024/?utm_source=python-rss-feed
57th issue of Andrei Neagoie's must-read monthly Python Newsletter
Link: https://zerotomastery.io/blog/python-monthly-newsletter-august-2024/?utm_source=python-rss-feed
57th issue of Andrei Neagoie's must-read monthly Python Newsletter
Zero To Mastery
[August 2024] Python Monthly Newsletter 💻🐍 | Zero To Mastery
57th 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.
PyCharm: PyCharm 2024.2.1: What’s New!
Link: https://blog.jetbrains.com/pycharm/2024/08/pycharm-2024-2-1/
PyCharm 2024.2.1 is here! This release’s key features include initial support for Python 3.13, improvements to the Data View tool window, and enhanced code assistance for Django.
Don’t forget to visit
Link: https://blog.jetbrains.com/pycharm/2024/08/pycharm-2024-2-1/
PyCharm 2024.2.1 is here! This release’s key features include initial support for Python 3.13, improvements to the Data View tool window, and enhanced code assistance for Django.
Don’t forget to visit
The JetBrains Blog
PyCharm 2024.2.1: What’s New! | The PyCharm Blog
PyCharm 2024.2.1 is here! This release’s key features include initial support for Python 3.13, improvements to the Data View tool window, and enhanced code assistance for Django.
CodersLegacy: Understanding the Switch Case Statement in Python 3.10
Link: https://coderslegacy.com/understanding-the-switch-case-statement/
Python is known for its simplicity and readability, but one feature it has historically lacked is a native switch case statement, commonly found in other programming languages like C, C++, and Java. I
Link: https://coderslegacy.com/understanding-the-switch-case-statement/
Python is known for its simplicity and readability, but one feature it has historically lacked is a native switch case statement, commonly found in other programming languages like C, C++, and Java. I
CodersLegacy
Understanding the Switch Case Statement in Python 3.10 - CodersLegacy
In this tutorial, we’ll explore how to use the switch case statement, Python approach to handling multiple conditions in a more readable way.
Python Morsels: Functions and Methods in Python
Link: https://www.pythonmorsels.com/functions-and-methods/
Methods are functions that live on objects.
Table of contents
Operators
Some functions included with Python
Calling functions
Function arguments
Functions either return a value or perform an actio
Link: https://www.pythonmorsels.com/functions-and-methods/
Methods are functions that live on objects.
Table of contents
Operators
Some functions included with Python
Calling functions
Function arguments
Functions either return a value or perform an actio
Pythonmorsels
Functions and Methods in Python
Methods are functions that live on objects.