atlas news
    
Planet Python
11  octobre     12h00
Real Python: The Real Python Podcast - Episode #223: Exploring the New Features of Python 3.13
   Python . is here Our regular guests, Geir Arne Hjelle and Christopher Trudeau, return to discuss the new version. This year, Geir Arne coordinated a series of preview articles with members of the Real Python team and a showcase tutorial, Python . : Cool New Features for You to Try. ...
    09h07
ListenData: How to Automate WordPress using Python
   This tutorial explains how to use Python to automate tasks in WordPress. It includes various functions to perform tasks such as creating, extracting, updating and deleting WordPress posts, pages and media items images directly from Python. Table of Contents To read this article in full, please...
10  octobre     12h00
Real Python: Quiz: Structural Pattern Matching
   In this quiz, you’ll test your understanding of Structural Pattern Matching in Python. You’ll revisit the syntax of the match statement and case clauses, explore various types of patterns supported by Python, and learn about guards, unions, aliases, and name binding. Improve Your...
    11h21
PyCharm: How I do Django APIs in PyCharm
   I learn so much from watching conference talks, especially live, when I’m vibing with the crowd. But sometimes I watch and think: Wow, I wish I could show you how awesome that would be in PyCharm. That just happened. Here’s the explainer, with a little special something at the end. Hello,...
09  octobre     14h00
Real Python: Build a Contact Book App With Python, Textual, and SQLite
   Building projects is a great way to learn programming and have fun at the same time. When you work on a project, you apply different coding skills simultaneously, which is good practice for what you’ll do in a real life project. In this tutorial, you’ll create a contact book application with a text...
    13h00
Stefanie Molin: Mind Your Image Metadata
   Most devices record a variety of metadata when generating images. While some of that information may be innocuous, you could end up exposing the GPS coordinates to your home if you aren’t careful. In this article, I provide a brief introduction to image metadata, and then show you how to remove...
    09h00
PyCharm: Where To Get Data for Your Data Science Projects
   Whether you’re starting a new project or expanding an existing one, as a data scientist, you’re always on the lookout for new material to explore. Knowing where to get data for data science projects can be challenging, and finding good data can be even more difficult. In this article, we’ll look...
    08h00
Talk Python to Me: #480: Ahoy, Narwhals are bridging the data science APIs
   If you work in data science, you definitely know about data frame libraries. Pandas is certainly the most popular, but there are others such as cuDF, Modin, Polars, Dask, and more. They are all similar but definitely not the same APIs and Polars is quite different. But here’s the problem. If you...
    03h26
Django Weblog: Why Django supports the Open Source Pledge
   We at the Django Software Foundation are pleased to share that Sentry, alongside other partners, has launched the Open Source Pledge an initiative designed to address sustainability challenges in open source. The Open Source Pledge is a commitment for member companies to pay OSS maintainers...
08  octobre     19h30
PyCoder’s Weekly: Issue #650 (Oct. 8, 2024)
   OCTOBER, View in Browser Differences Between Python’s Mutable and Immutable Types In this video course, you’ll learn how Python mutable and immutable data types work internally and how you can take advantage of mutability or immutability to power your code. REAL PYTHON course ...
    14h00
Real Python: What’s New in Python 3.13
   Python . was published on October, . This new version is a major step forward for the language, although several of the biggest changes are happening under the hood and won’t be immediately visible to you. In a sense, Python . is laying the groundwork for some future improvements,...
    12h00
Real Python: Quiz: Python Closures: Common Use Cases and Examples
   In this quiz, you’ll test your understanding of Python closures. Closures are a common feature in functional programming languages and are particularly popular in Python because they allow you to create function based decorators. Take this quiz after reading our Python Closures: Common Use Cases...
    11h00
Django Weblog: Django bugfix release issued: 5.1.2
   Today we’ve issued the . . bugfix release. The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used for this release is Natalia Bidart: EE A D E.
    09h51
Python Software Foundation: Join the Python Developers Survey 2024: Share your experience
   This year we are conducting the eighth iteration of the official Python Developers Survey. The goal is to capture the current state of the language and the ecosystem around it. By comparing the results with last year’s, we can identify and share with everyone the hottest trends in the Python...
    08h00
Mariatta: Perks of Being a Python Core Developer
   Things you can get do as a Python core developer I’ve been a Python core developer since January , . Being a Python core developer comes with perks, privileges, and also responsibilities. Sometimes I can’t tell whether something is a perk, or a privilege, or a responsibility. I think depends...
    01h53
Julien Tayon: Bidirectionnal python tk by talking to tk interpreter back and forth
   Last time I exposed an old way learned in physical labs to do C or python tk like in the old days: by summoning a tcl tk interpreter and piping commands to it. But what fun is it It’s funnier if the tcl tk interperpreter talks back to python :D as an hommage to the years awaited TK versions...
07  octobre     17h30
Python Morsels: Python 3.13’s best new features
   Python . comes with a brand new REPL and improvements to virtual environments and the Python debugger. Table of contents Important but not my favorite The New Python REPL Git friendly virtual environments Python Debugger improvements Try out Python...
    16h59
Julien Tayon: Writing an interactive tcl tk interpreter proxy to wish in python
   Maybe, you want to experiment small stuffs in wish the tcl tk interpreter because of a post claiming that direct python tcl tk is simpler in some simple cases than tkinter. As a convinced tkinter FreeSimpleGUI user, I see this as an extreme claim that requires solid evidences. When all is said...
    14h56
Python Insider: Python 3.13.0 (final) released
   nbsp;Python . . is now availablehttps: www.python.org downloads release python This is the stable release of Python . . Python . . is the newest major release of the Python programming language, and it contains many new features and optimizations compared to Python . . Compared to...
    14h00
Real Python: Python News Roundup: October 2024
   October is always an important month for Python, as this is when a new major version is released. Python . is the new version this year, and it brings several new features that lay the groundwork for other changes in the future. As one version of Python comes to life, another is put to rest....
    08h00
Python Bytes: #404 The Lost Episode
   lt;strong gt;Topics covered in this episode: lt; strong gt; lt;br gt; lt;ul gt; lt;li gt; lt;strong gt; lt;a href https: www.python.org downloads release python featured on pythonbytes gt;Python . . released Oct lt; a gt; lt; strong gt; lt; li gt; lt;li gt; lt;strong gt; lt;a...
    07h43
Zato Blog: API Testing in Pure English
   API Testing in Pure English , by Dariusz Suchojad How to test APIs in pure English Do you have minutes to learn how to test APIs in pure English, without any programming needed Great, the API testing tutorial is here. Right after you complete it, you’ll be able to write API...
06  octobre     08h00
Talk Python to Me: #479: Designing Effective Load Tests for Your Python App
   You’re about to launch your new app or API, or even just a big refactor of your current project. Will it stand up and deliver when you put it into production or when that big promotion goes live Or will it wither and collapse How would you know Well you would test that of course. We have Anthony...
05  octobre     19h39
Hugo van Kemenade: Python Core Developer Sprint 2024
   The week before last was the annual Python Core Dev Sprint, graciously hosted by Meta in Bellevue, WA The idea: bring a bunch of Python core team members, triagers, and special guests to the same room for a week. It’s hugely beneficial and productive, we held many in depth discussions that...
    12h27
Julien Tayon: Simpler than PySimpleGUI and python tkinter: talking directly to tcl tk
   Well, the PySimpleGUI rug pulling of its licence reminded me how much dependencies are not a good thing. Even though FreeSimpleGUI is a good approach to simpler tk tcl binding in python : we can do better, especially if your linux distro split the python package and you don’t have access to...