atlas news
    
Planet Python
16  avril     19h30
PyCoder’s Weekly: Issue #625 (April 16, 2024)
   APRIL , View in Browser Pydantic: Simplifying Data Validation in Python Discover the power of Pydantic, Python’s most popular data parsing, validation, and serialization library. In this hands on tutorial, you’ll learn how to make your code more robust, trustworthy, and easier...
    15h00
Python Morsels: Python Big O: the time complexities of different data structures in Python
   The time complexity of common operations on Python’s many data structures. Table of contents Time Complexity ; ; List ; Double Ended Queue ; ; Dictionary ; ; Set ; Counter ; Heap ...
    14h00
Real Python: Using raise for Effective Exceptions
   In your Python journey, you’ll come across situations where you need to signal that something is going wrong in your code. For example, maybe a file doesn’t exist, a network or database connection fails, or your code gets invalid input. A common approach to tackle these issues is to raise an...
    08h00
Talk Python to Me: #456: Building GPT Actions with FastAPI and Pydantic
   Do you know what custom GPTs are They’re configurable and shareable chat experiences with a name, logo, custom instructions, conversation starters, access to OpenAI tools, and custom API actions. And, you can build them with Python Ian Maurer has been doing just that and is here to share his...
    08h00
Python Bytes: #379 Constable on the debugging case
   lt;strong gt;Topics covered in this episode: lt; strong gt; lt;br gt; lt;ul gt; lt;li gt; lt;a href https: stefaniemolin.com articles devx pre commit setup guide gt;How to Set Up Pre Commit Hooks A step by step guide to installing and configuring pre commit hooks on your project lt; a gt;...
15  avril     20h02
Ned Batchelder: Try it: function class coverage report
   I ;ve added experimental function and class coverage reports to coverage.py. I ;d like feedback about whether they behave the way you want them to.I haven ;t made a PyPI release. To try the new reports, install coverage from GitHub. Be sure to include the hash: python m pip...
    14h00
Real Python: Build a Blog Using Django, GraphQL, and Vue
   Are you a regular Django user Do you find yourself wanting to decouple your back end and front end Do you want to handle data persistence in the API while you display the data in a single page app SPA in the browser using a JavaScript framework like React or Vue If you answered yes to any of...
    08h00
eGenix.com: Python Meeting Düsseldorf - 2024-04-17
   The following text is in German, since we’re announcing a regional user group meeting in Düsseldorf, Germany. Ankündigung Das nächste Python Meeting Düsseldorf findet an folgendem Termin statt: . . , : Uhr Raum, .OG im Bürgerhaus Stadtteilzentrum Bilk Düsseldorfer Arcaden,...
    08h00
Zato Blog: Service-oriented API task scheduling
   Service oriented API task scheduling , by Dariusz Suchojad An integral part of Zato, its scalable, service oriented scheduler makes it is possible to execute high level API integration processes as background tasks. The scheduler runs periodic jobs which in turn trigger services...
12  avril     12h00
Real Python: The Real Python Podcast - Episode #200: Avoiding Error Culture and Getting Help Inside Python
   What is error culture, and how do you avoid it within your organization How do you navigate alert and notification fatigue Hey, it’s episode Real Python’s editor in chief, Dan Bader, joins us this week to celebrate. Christopher Trudeau also returns to bring another batch of PyCoder’s Weekly...
    00h00
Pythonicity: GraphQL root fields
   There is no such thing as a root field . There is a common seemingly universal misconception that GraphQL root fields are somehow special, in both usage and implementation. The better conceptual model is that there are root types, and all types have fields. The difference is not just...
11  avril     10h53
PyCharm: Django Learning Resources
   Are you new to Django development Are you already familiar with it and want to expand your knowledge PyCharm has Django learning resources for everyone. ; In this article, you’ll find a compilation of all the Django related resources created by the experts at PyCharm to help you navigate...
    07h36
Test and Code: 217: Podcasting SaaS Work Life Balance - Justin Jackson
   If you’ve ever thought about starting a podcast or a SaaS project, you’ll want to listen to this episode. Justin is one of the people who motivated me to get started podcasting. He’s also running a successful SaaS company, transistor.fm, which hosts this podcast.Topics:PodcastingBuilding new SaaS ...
    00h00
Spyder IDE: Spyder 6 will get a new installer for all platforms and a standalone application for Linux
   For the last several years, Spyder has offered standalone installers for Windows and macOS which isolate Spyder’s runtime environment from users’ development environments. This provides a more stable user experience than traditional conda or pip installation methods. However, these standalone...
10  avril     15h12
Data School: Should you discretize continuous features for Machine Learning?
   Let amp;aposs say that you amp;aposre working on a supervised Machine Learning problem, and you amp;aposre deciding how to encode the features in your training data. With a categorical feature, you might consider using one hot encoding or ordinal encoding. But with a continuous numeric feature, you...
    14h00
Real Python: Pydantic: Simplifying Data Validation in Python
   Pydantic is a powerful data validation and settings management library for Python, engineered to enhance the robustness and reliability of your codebase. From basic tasks, such as checking whether a variable is an integer, to more complex tasks, like ensuring highly nested dictionary keys and...
    08h05
ListenData: How to Open Chrome using Selenium in Python
   This tutorial explains the steps to open Google Chrome using Selenium in Python. To read this article in full, please click hereThis post appeared first on ListenData
    00h00
Seth Michael Larson: CPython release automation, more Windows SBOMs
   CPython release automation, more Windows SBOMs About Blog Newsletter Links CPython release automation, more Windows...
09  avril     19h30
PyCoder’s Weekly: Issue #624 (April 9, 2024)
   APRIL, View in Browser Install and Execute Python Applications Using pipx In this tutorial, you’ll learn about a tool called pipx, which lets you conveniently install and run Python packages as standalone command line applications in isolated environments. In a way, pipx turns...
    16h59
Python Software Foundation: Announcing Python Software Foundation Fellow Members for Q4 2023
   The PSF is pleased to announce its fourth batch of PSF Fellows for Let us welcome the new PSF Fellows for Q The following people continue to do amazing things for the Python community:Jelle ZijlstraGithub, QuoraThank you for your continued contributions. We have added you to our...
    15h16
Python Insider: Python 3.12.3 and 3.13.0a6 released
   It’s time to eclipse the Python . . release with two releases, one of which is the very last alpha release of Python . : Python . . of the finest commits went into this latest maintenance release of the latest Python version, the most stablest, securest, bugfreeest we could...
    14h04
Mike Driscoll: Anaconda Partners with Teradata for AI with Python packages in the Cloud
   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...
    14h00
Real Python: Generating QR Codes With Python
   From restaurant e menus to airline boarding passes, QR codes have numerous applications that impact your day to day life and enrich the user’s experience. Wouldn’t it be great to make them look good, too With the help of this video course, you’ll learn how to use Python to generate beautiful QR...
    08h00
Python Bytes: #378 Python is on the edge
   lt;strong gt;Topics covered in this episode: lt; strong gt; lt;br gt; lt;ul gt; lt;li gt; lt;a href https: github.com brohrer pacemaker gt; lt;strong gt;pacemaker lt; strong gt; lt; a gt; For controlling time per iteration loop in Python. lt; li gt; lt;li gt; lt;a href https: www...
08  avril     18h15
PyBites: Adventures in Import-land, Part II
   ;KeyError: ’GOOGLE APPLICATION CREDENTIALS ; ; It was way too early in the morning for this error. See if you can spot the problem. I hadn ;t had my coffee before trying to debug the code I ;d written the night before, so it will probably take you less time than it did me...