atlas news
    
The Mouse vs the Python
17  avril     14h12
Announcing The Python Logging Book & Course Kickstarter
Mike    What does every new developer do when they are first learning to program They print out strings to their terminal. It’s how we learn But printing out to the terminal isn’t what you do with most professional applications. Support on Kickstarter In those cases, you log into files. Sometimes, you...
09  avril     14h04
Anaconda Partners with Teradata for AI with Python packages in the Cloud
Mike    Anaconda has announced a new partnership with Teradata to bring Python and R packages to Teradata VantageCloud through the Anaconda Repository. But what does that mean This new partnership allows engineers to: Rapidly deploy and operationalize AI ML developed using open source Python and R...
14  mars     18h53
Python 3.13 Allows Disabling of the GIL subinterpreters
Mike    Python . adds the ability to remove the Global Interpreter Lock GIL per PEP . Just this past week, a PR was merged in that allows the disabling of the GIL using a command line flag or an environment variable in free threaded builds. Note that Python must be built using the Py GIL DISABLED...
    03h45
NEW COURSE: Python 101 Video Course on Udemy and TutorialsPoint
Mike    I recently put my Python Video Course up on Udemy and TutorialsPoint. There are one thousand free copies of the course available on Udemy by using the following link: https: www.udemy.com course python c couponCode A CBEA F A FA FF If you prefer TutorialsPoint, you can get a free copy...
27  février     14h09
uv Python’s Fastest Package Installer and Resolver
Mike    There’s a new Python package installer out now and it’s called uv. The uv package installer and resolver is made by Astral. Uv is written in Rust instead of Python and is super fast Astral is best known for Python’s fastest formatter, Ruff. The uv package is meant to be a drop in replacement for...
20  février     15h37
NEW COURSE: Automating Excel with Python on Udemy
Mike    In Automating Excel with Python: Processing Spreadsheets with OpenPyXL, you will learn how to use Python to create, edit, or read Microsoft Excel documents using OpenPyXL. This course is based on the book, Automating Excel with Python by Michael Driscoll. Python is a versatile programming language....
07  février     18h30
Episode 27 Python Formatters with Lukasz Langa
Mike    Episode of The Python Show Podcast welcomes Lukasz Langa as our guest. Lukasz is a CPython Developer in Residence, which means he works full time on the core CPython language. He is also the creator of Black, a super popular Python code formatter. In this episode, we talked about the following...
06  février     15h24
Creating a Modal Dialog For Your TUIs in Textual
Mike    Textual is a Python package that you can use to create beautiful text based user interfaces TUIs . In other words, you can create a GUI in your terminal with Textual. In this tutorial, you will learn how to create a modal dialog in your terminal. Dialogs are great ways to alert the user about...
05  décembre     13h35
Viewing an Animated GIF with Python
Mike    Animated GIFs are a fun way to share silent videos on social media. This website has a tutorial to help you learn how to create your own animated GIFs with Python. But what if you wanted to view an animated GIF with Python If you’re wondering if Python can present an animated GIF to the The...
27  novembre     15h21
Episode 23 The Ruff Formatter with Charlie Marsh
Mike    The Ruff linter is a Python linter written in Rust that is super fast. The people behind Ruff recently released a new tool that is a part of Ruff that allows Ruff to format your Python code using the Black rules. In this episode, I speak with Charlie Marsh, the original creator of Ruff and the...