atlas news
    
Planet Python
25  avril     06h10
Django Weblog: Livestream: Django Trends for 2024
   Today at pm UTC Discover the latest trends in the Django ecosystem, based on insights from, developers who participated in the Django Developers Survey. Join the livestream with Sarah Abdermane, a Django Software Foundation Board member, and Sarah Boyce, a Django Fellow, to reflect on...
24  avril     16h42
Sumana Harihareswara - Cogito, Ergo Sumana: Model UX Research & Design Docs for Command-Line Open Source
   Model UX Research amp; Design Docs for Command Line Open Source
    14h00
Real Python: What’s Lazy Evaluation in Python?
   Being lazy is not always a bad thing. Every line of code you write has at least one expression that Python needs to evaluate. Python lazy evaluation is when Python takes the lazy option and delays working out the value returned by an expression until that value is needed. An expression in Python is...
    10h44
Programiz: Getting Started with Python
   In this tutorial, you will learn to write your first Python program.
    08h00
Talk Python to Me: #458: Serverless Python in 2024
   What is the state of serverless computing and Python in What are some of the new tools and best practices We are lucky to have Tony Sherman who has a lot of practical experience with serverless programming on the show. lt;br gt; lt;br gt; lt;strong gt;Episode sponsors lt;...
    00h52
Test and Code: 219: Building Django Apps & SaaS Pegasus - Cory Zue
   I’m starting a SaaS project using Django, and there are tons of decisions right out of the gate. To help me navigate these decisions, I’ve brought on Cory Zue. Cory is the creator of SaaS Pegasus, and has tons of experience with Django.Some of the topics discussed:Building Django applicationsSaaS...
    00h00
Seth Michael Larson: Open Source Summit North America 2024
   Open Source Summit North America About Blog Newsletter Links Open Source Summit North America Published...
23  avril     19h30
PyCoder’s Weekly: Issue #626 (April 23, 2024)
   APRIL , View in Browser Asyncio Handle Control C SIGINT When the user presses CTRL C on the keyboard, the OS raises an interrupt signal to your program. When writing concurrent code this can get complicated as the signal goes to the process. This article shows you how to...
    14h00
Real Python: Python Basics Exercises: Scopes
   On your Python journey, you’ve worked with functions and loops. To fully understand functions and loops in Python, you need to be familiar with the issue of scope. In this Python Basics Exercises video course, you’ll practice: Identifying the scope of objects Working with the global keyword...
    14h00
Django Weblog: DjangoCon US 2024 CFP Last Call
   Update: The CFP has been extended to Monday, April th at PM EDT Hey Django enthusiasts Have you submitted your talk or tutorial for DjangoCon US , in beautiful Durham, North Carolina, USA Time flies, and we’re fast approaching the deadline April , at PM EDT for DjangoCon US...
    12h22
PyPy: PyPy v7.3.16 release
   PyPy v . . : release of python . , . , and . The PyPy team is proud to release version . . of PyPy. This release includes security fixes from upstream CPython, and bugfixes to the garbage collector, described in a gc bug hunt blog post. The release includes three different interpreters: ...
    12h00
Real Python: Python Sequences: A Comprehensive Guide
   In this quiz, you’ll test your understanding of Python sequences. By working through this quiz, you’ll revisit the basic characteristics of a sequence, operations common to most sequences, special methods associated with sequences, and how to create user defined mutable and immutable sequences. ...
    08h00
Python Bytes: #380 Debugging with your eyes
   lt;strong gt;Topics covered in this episode: lt; strong gt; lt;br gt; lt;ul gt; lt;li gt; lt;a href https: pirsquared.org blog numfocus concerns.html gt; lt;strong gt;NumFOCUS concerns lt; strong gt; lt; a gt; lt; li gt; lt;li gt; lt;a href https: github.com leapingio leaping gt;leaping...
22  avril     22h32
Django Weblog: An open letter regarding the DjangoCon Europe CfP
   As many of you are not doubt aware there have recently been some community conversation regarding a license agreement that was published as part of the DjangoCon Europe Call for Proposals for organizers. I believe it is fair to characterize the reaction as negative, with expressions of anger,...
    19h41
ListenData: 4 Ways to Correct Grammar with Python
   This tutorial explains various methods for checking and correcting grammar using Python. Automatic grammar correction helps students, professionals and content creators to make sure their writing follows proper grammar rules. To read this article in full, please click hereThis post appeared first...
    14h00
Real Python: Write Unit Tests for Your Python Code With ChatGPT
   Having a good battery of tests for your code may be a requirement for many Python projects. In practice, writing unit tests is hard and can take a lot of time and effort. Therefore, some developers don’t like to write them. However, with large language models LLMs and tools like ChatGPT, you can...
    08h00
Zato Blog: Enterprise Python: Integrating with Salesforce
   Enterprise Python: Integrating with Salesforce , by Dariusz Suchojad Overview Salesforce connections are one of the newest additions to Zato . , allowing you to look up and manage Salesforce records and other business data. To showcase it, the article will create a sample...
21  avril     20h32
Go Deh: Searching OEIS tables
   nbsp; A few months ago I submitted a series to OEIS that was accepted; yes, but OEIS does not seem to leave my series searchable OEIS is the Online Encyclopedia of Integer Series. I guess table is not in the name, but... best viewed on larger than a portrait phone Let me explain...
20  avril     11h28
ListenData: 4 Ways to Use ChatGPT API in Python
   In this tutorial, we will explain how to use ChatGPT API in Python, along with examples. Steps to Access ChatGPT API Please follow the steps below to access the ChatGPT API. Visit the OpenAI Platform and sign up using your Google, Microsoft or Apple account. After creating your account, the...
    06h17
ListenData: How to Build ChatGPT Clone in Python
   In this article, we will see the steps involved in building a chat application and an answering bot in Python using the ChatGPT API and gradio. Developing a chat application in Python provides more control and flexibility over the ChatGPT website. You can customize and extend the chat application...
19  avril     23h00
Python Morsels: Multiline comments in Python
   Python does not have multiline comments. But you can use alternatives like docstrings, editor shortcuts, and conventional commenting methods, depending on your requirements. Table of contents Does Python have multi line comments What about triple quotes ...
    12h00
Real Python: Python’s unittest: Writing Unit Tests for Your Code
   In this quiz, you’ll test your understanding of testing your Python code with the unittest framework. Testing in Python is a huge topic and can come with a lot of complexity, but it doesn’t need to be hard. You can create simple tests for your application in a few easy steps and then build on them...
    12h00
Real Python: The Real Python Podcast - Episode #201: Decoupling Systems to Get Closer to the Data
   What are the benefits of using a decoupled data processing system How do you write reusable queries for a variety of backend data platforms This week on the show, Phillip Cloud, the lead maintainer of Ibis, will discuss this portable Python dataframe library. Improve Your...
    08h37
ListenData: Complete Guide to Visual ChatGPT
   In this post, we will talk about how to run Visual ChatGPT in Python with Google Colab. ChatGPT has garnered huge popularity recently due to its capability of human style response. As of now, it only provides responses in text format, which means it cannot process, generate or edit images....
    08h37
ListenData: AutoGPT : Everything You Need To Know
   In this post we have covered AutoGPT in detail. By end of this tutorial, you will not only understand how it works but also will be able to run it on your system. Auto GPT has gained a significant amount of popularity in the media. It has become one of the most talked about topics across various...