Robin Wilson: I won two British Cartographic Society awards!
It’s been a while since I posted here – I kind of lost momentum over the summer (which is a busy time with a school-aged child) and never really picked it up again.Anyway, I wanted to write a quick...
View ArticleReal Python: Differences Between Python's Mutable and Immutable Types
As a Python developer, you’ll have to deal with mutable and immutable objects sooner or later. Mutable objects are those that allow you to change their value or data in place without affecting the...
View ArticlePyCharm: PyCharm’s Interactive Tables for Data Science
Data cleaning, exploration, and visualization are some of the most time-consuming tasks for data scientists. Nearly 50% of data specialists dedicate 30% or more of their time to data preparation. The...
View ArticleQuansight Labs Blog: Numpy QuadDType: Quadruple Precision for Everyone
Introducing the new data-type for Numpy providing cross-platform support of quadruple precision.
View ArticlePython Insider: Python 3.13.0 release candidate 3 released
I'm pleased to announce the release of Python 3.13 release candidate 3 (instead of the expected final release).https://www.python.org/downloads/release/python-3130rc3/ This is the final release...
View ArticlePython Insider: Python 3.12.7 released
I'm pleased to announce the release of Python 3.12.7:https://www.python.org/downloads/release/python-3127/ This is the seventh maintenance release of Python 3.12Python 3.12 is the newest major...
View ArticlePyCharm: Python 3.13 and the Latest Trends: A Developer’s Guide to 2025
We invite you to join us in just two days time, on October 3 at 5:00 pm CEST (11:00 am EDT), for a livestream shining a spotlight on Python 3.13 and the trends shaping its development.Our...
View ArticlePyCoder’s Weekly: Issue #649 (Oct. 1, 2024)
#649 – OCTOBER 1, 2024View in Browser »Python 3.13: Cool New Features for You to Try In this tutorial, you’ll learn about the new features in Python 3.13. You’ll take a tour of the new REPL and error...
View ArticleWilliam Minchin: u202409301853
CommonMark Pelican reader v2.0.1! Should stop complaining about intra-document links (e.g. #target) on PyPI#CommonMark Reader#Pelican Plugins#Releases#Python
View ArticleWilliam Minchin: u202409302311
Summary plugin for Pelican v1.3.0 released! Now keeps internal link indicators (like {filename}) from leaking into summaries. on PyPI#Summary (Pelican)#Pelican Plugins#Releases#Python
View ArticleWilliam Minchin: u202410012332
Microblogging v1.3.0 for Pelican released! Posts should now sort as expected. Thanks @ashwinvis. on PyPI#Microblogging#Pelican Plugins#Releases#Python
View ArticlePyCharm: Prompt AI Directly in the Editor
With PyCharm, you now have the support of AI Assistant at your fingertips. You can interact with it right where you do most of your work – in the editor. Stuck with an error in your code? Need to add...
View ArticlePython Software Foundation: Python 3.13 and the Latest Trends: A Developer's...
Join Tania Allard, PSF Board Member, and Łukasz Langa, CPython Developer-in-Residence, for ‘Python 3.13 and the Latest Trends: A Developer’s Guide to 2025’, a live stream event hosted by Paul Everitt...
View ArticleReal Python: Quiz: A Guide to Modern Python String Formatting Tools
Test your understanding of Python’s tools for string formatting, including f-strings and the .format() method.Take this quiz after reading our A Guide to Modern Python String Formatting Tools...
View ArticleTryton News: Security Release for issue #93
Cédric Krier has found that python-sqldoes not escape non-Expression for unary operators (like And and Or) which makes any system exposing those vulnerable to an SQL injection attack.ImpactCVSS v3.0...
View ArticleKushal Das: Thank you Gnome Nautilus scripts
As I upload photos to various services, I generally resize them as required based on portrait or landscape mode. I used to do that for all the photos in a directory and then pick which ones to use....
View ArticleReal Python: A Guide to Modern Python String Formatting Tools
When working with strings in Python, you may need to interpolate values into your string and format these values to create new strings dynamically. In modern Python, you have f-strings and the...
View Articlescikit-learn
We are excited to announce the launch of the scikit-learn user survey! Scikit-learn continues to evolve thanks to contributions from its diverse user community. As we plan for future releases, we want...
View ArticleReal Python: Quiz: When to Use a List Comprehension in Python
In this quiz, you’ll test your understanding of List Comprehension in Python.By working through this quiz, you’ll revisit how to rewrite loops as list comprehensions, how to choose when to use list...
View ArticleeGenix.com: Python Meeting Düsseldorf - 2024-10-02
The following text is in German, since we're announcing a regional user group meeting in Düsseldorf, Germany.AnkündigungDas nächste Python Meeting Düsseldorf findet an folgendem Termin...
View Article