atlas des actus
    
Planet Python
24  avril     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...
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
   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 Call for Proposals CFP . If you’ve been pondering sharing your...
    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. ...
    11h22
Programiz: Getting Started with Python
   In this tutorial, you will learn to write your first Python program.
    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...
    08h36
ListenData: Complete Guide to Massively Multilingual Speech (MMS) Model
   In this article we have covered everything about the latest multilingual speech model from the basics of how it works to the step by step implementation of the model in Python. Meta, the company that owns Facebook, released a new AI model called Massively Multilingual Speech MMS that can convert...
    08h36
ListenData: Transformers Agent: AI Tool That Automates Everything
   We have a new AI tool in the market called Transformers Agent which is so powerful that it can automate just about any task you can think of. It can generate and edit images, video, audio, answer questions about documents, convert speech to text and do a lot of other things. Hugging Face, a well...
    08h00
Talk Python to Me: #457: Software Supply Chain Security with Phylum
   We’ve spoken previously about security and software supply chains and we are back at it this episode. We’re diving in again with Charles Coggins. Charles works at a software supply chain company and is on to give us the insiders and defender’s perspective on how to keep our Python apps and...
18  avril     04h26
Test and Code: 218: Balancing test coverage with test costs - Nicole Tietz-Sokolskaya
   Nicole is a software engineer and writer, and recently wrote about the trade offs we make when deciding which tests to write and how much testing is enough.We talk about:Balancing schedule vs testingHow much testing is the right about of testingShould code coverage be measured and trackedGood...
    00h00
Matt Layman: Importing Content - Building SaaS with Python and Django #189
   In this episode, I built the import view that is needed to allow users to add their own journal entries to JourneyInbox. After completing that, I handled the pull requests from dependabot, then I worked on some quality of life to do better handling with beta user trials.