atlas news
    
The Mouse vs the Python
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...
20  novembre     17h18
Black Friday Python Deals 2023
Mike    Black Friday and Cyber Monday are just around the corner, so let’s start the holidays early with some amazing Python related deals You can take off ANY of my self published books on Gumroad by using the following coupon code: black I am also running a off sale on all my Python courses...
17  novembre     13h57
Episode 22 Git and Django with Adam Johnson
Mike    You may know Adam from all his work around the Django web framework. If you head to the Python Package Index PyPI , you will see that Adam has made or contributed to more than projects Adam recently released a new book called Boost Your Git DX Listen in as we chat about: Book writing Django...