Python Anywhere: Belated announcement of latest updates
Here is a slightly delayed (and short) run-down of the new stuff that we deployed recently.The main change for this update is that we have updated the underlying OS running PythonAnywhere to Ubuntu...
View ArticleEuroPython: 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...
View ArticlePython Engineering at Microsoft: Announcing the General Availability of the...
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....
View ArticleReal Python: The Real Python Podcast – Episode #218: Exploring Robotics and...
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...
View ArticleMatt 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.
View ArticleTalk Python to Me: #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...
View ArticleBrian Okken: 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...
View ArticleSeth Michael Larson: 2024 Minnesota State Fair foods
2024 Minnesota State Fair foods About• Blog• Newsletter• Links2024 Minnesota State Fair foodsPublished 2024-08-25 by Seth Larson Reading time: minutes If you didn't know, I'm from Minnesota....
View ArticleZato Blog: Integrating with Jira APIs
Integrating with Jira APIs 2024-08-26, by Dariusz Suchojad OverviewContinuing in the series of articles about newest cloud connections in Zato 3.2, this episode covers Atlassian Jira from the...
View ArticleNed Batchelder: Coverage branches instead of arcs
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 so...
View ArticleMatt Layman: Layman's Guide to 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,...
View ArticleReal Python: How to Install Python on Your System: A Guide
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 can...
View ArticlePython Bytes: #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...
View ArticleArmin Ronacher: MiniJinja: Learnings from Building a Template Engine in Rust
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:...
View ArticleReal Python: Using Astropy for Astronomy With Python
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...
View ArticlePyCoder’s Weekly: Issue #644 (Aug. 27, 2024)
#644 – AUGUST 27, 2024View in Browser »Exploring Astrophysics in Python With pandas and Matplotlib This course uses three problems often covered in introductory astro-physics courses to play in Python....
View ArticleJames 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 “the Highlander problem”, which refers to the catchphrase of the campy-yet-still-quite-fun...
View ArticlePyPy: PyPy v7.3.17 release
PyPy v7.3.17: release of python 2.7 and 3.9The 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,...
View ArticleDjango Weblog: Could you host DjangoCon Europe 2026? Call for organizers
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...
View ArticleReal Python: 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,...
View Article