Real Python: Build a Blog Using Django, GraphQL, and Vue
Link: https://realpython.com/python-django-blog/
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 (
Link: https://realpython.com/python-django-blog/
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 (
Realpython
Build a Blog Using Django, GraphQL, and Vue – Real Python
In this step-by-step project, you'll build a blog from the ground up. You'll turn your Django blog data models into a GraphQL API and consume it in a Vue application for users to read. You'll end up with an admin site and a user-facing site you can continue…
eGenix.com: Python Meeting Düsseldorf - 2024-04-17
Link: https://www.egenix.com/company/news/Python-Meeting-Duesseldorf-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:
17.0
Link: https://www.egenix.com/company/news/Python-Meeting-Duesseldorf-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:
17.0
eGenix.com
eGenix.com: Python Meeting Düsseldorf - 2024-04-17
We are pleased to announce the next Python Meeting Düsseldorf on 2024-04-17.
Ned Batchelder: Try it: function/class coverage report
Link: https://nedbatchelder.com/blog/202404/try_it_functionclass_coverage_report.html
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,
Link: https://nedbatchelder.com/blog/202404/try_it_functionclass_coverage_report.html
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,
Nedbatchelder
Try it: function/class coverage report
I’ve added experimental function and class coverage reports to coverage.py. I’d like <a href="https://github.com/nedbat/coveragepy/issues/780" rel="external noopener">feedback</a> about whether they behave the way you want them to.
Real Python: Using raise for Effective Exceptions
Link: https://realpython.com/courses/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 fai
Link: https://realpython.com/courses/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 fai
Realpython
Using raise for Effective Exceptions – Real Python
In this video course, you'll learn how to raise exceptions in Python, which will improve your ability to efficiently handle errors and exceptional situations in your code. This way, you'll write more reliable, robust, and maintainable code.
Python Morsels: Python Big O: the time complexities of different data structures in Python
Link: https://www.pythonmorsels.com/time-complexities/
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 / Priority Queue ⛰️
S
Link: https://www.pythonmorsels.com/time-complexities/
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 / Priority Queue ⛰️
S
Pythonmorsels
Python Big O: the time complexities of different data structures in Python
The time complexity of common operations on Python's many data structures.
Python Bytes: #379 Constable on the debugging case
Link: https://pythonbytes.fm/episodes/show/379/constable-on-the-debugging-case
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><a href="https://stefaniemolin.com/articles/devx/pre-commit/setup-guide/">How to Set Up Pre-Commit Hooks A step-by-step guide to install
Link: https://pythonbytes.fm/episodes/show/379/constable-on-the-debugging-case
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><a href="https://stefaniemolin.com/articles/devx/pre-commit/setup-guide/">How to Set Up Pre-Commit Hooks A step-by-step guide to install
pythonbytes.fm
Constable on the debugging case
News and announcements from the Python community for the week of Apr 16th, 2024
Talk Python to Me: #456: Building GPT Actions with FastAPI and Pydantic
Link: https://talkpython.fm/episodes/show/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
Link: https://talkpython.fm/episodes/show/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
talkpython.fm
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…
PyCoder’s Weekly: Issue #625 (April 16, 2024)
Link: https://pycoders.com/issues/625
#625 – APRIL 16, 2024 View in Browser » Pydantic: Simplifying Data Validation in Python Discover the power of Pydantic, Python’s most popular data parsing, validation, and serialization library.
Link: https://pycoders.com/issues/625
#625 – APRIL 16, 2024 View in Browser » Pydantic: Simplifying Data Validation in Python Discover the power of Pydantic, Python’s most popular data parsing, validation, and serialization library.
Pycoders
PyCoder’s Weekly | Issue #625
Issue #625 of the PyCoder’s Weekly newsletter, published April 16, 2024.
Philippe Normand: From WebKit/GStreamer to rust-av, a journey on our stack’s layers
Link: https://base-art.net/Articles/from-webkitgstreamer-to-rust-av-a-journey-on-our-stacks-layers/
In this post I’ll try to document the journey starting from a WebKit issue and
ending up improving third-party projects that WebKitGTK and WPEWebKit depend on.
I’ve been working on WebKit’s GStreamer
Link: https://base-art.net/Articles/from-webkitgstreamer-to-rust-av-a-journey-on-our-stacks-layers/
In this post I’ll try to document the journey starting from a WebKit issue and
ending up improving third-party projects that WebKitGTK and WPEWebKit depend on.
I’ve been working on WebKit’s GStreamer
Base-Art
From WebKit/GStreamer to rust-av, a journey on our stack’s layers
In this post I’ll try to document the journey starting from a WebKit issue and ending up improving third-party projects that WebKitGTK and WPEWebKit depend on. I’ve been working on WebKit’s GStreamer backends for a while. Usually some new feature needed on…
Python Engineering at Microsoft: Glow up! A new look for Python Reference documentation on Microsoft Learn
Link: https://devblogs.microsoft.com/python/python-learn-reference-refresh/
Today, we’re excited to announce a new, improved experience for Python library reference documentation on Microsoft Learn, formerly Microsoft Docs. The new experience is now available for all Microsof
Link: https://devblogs.microsoft.com/python/python-learn-reference-refresh/
Today, we’re excited to announce a new, improved experience for Python library reference documentation on Microsoft Learn, formerly Microsoft Docs. The new experience is now available for all Microsof
Microsoft News
Glow up! A new look for Python Reference documentation on Microsoft Learn
We have a new look for our Python library reference on Microsoft Learn! Learn more about the details in this article.
PyCon: Support PyLadies: Donate to the PyLadies Charity Auction at PyCon US 2024!
Link: https://pycon.blogspot.com/2024/02/support-pyladies-auction-with-a-donation.html
PyCon US 2024 is quickly approaching and we can’t wait to see all of you there! This year, we are reaching out to our community to help support one of our favorite events: the PyLadies Charity Auction
Link: https://pycon.blogspot.com/2024/02/support-pyladies-auction-with-a-donation.html
PyCon US 2024 is quickly approaching and we can’t wait to see all of you there! This year, we are reaching out to our community to help support one of our favorite events: the PyLadies Charity Auction
Blogspot
Support PyLadies: Donate to the PyLadies Charity Auction at PyCon US 2024!
PyCon US 2024 is quickly approaching and we can’t wait to see all of you there! This year, we are reaching out to our community to help sup...
PyBites: OpenStreetMaps, Overpass API and Python
Link: https://pybit.es/articles/openstreetmaps-overpass-api-and-python/
OpenStreetMaps (OSM) is known for being an open source project that allows people to browse the world map and to plan routes. However it is more than that. Among others it provides a read-only API tha
Link: https://pybit.es/articles/openstreetmaps-overpass-api-and-python/
OpenStreetMaps (OSM) is known for being an open source project that allows people to browse the world map and to plan routes. However it is more than that. Among others it provides a read-only API tha
Pybites
OpenStreetMap, Overpass API And Python - Pybites
OpenStreetMap (OSM) is known for being an open source project that allows people to browse the world map and to plan routes. However it is more than that.
Real Python: How to Format Floats Within F-Strings in Python
Link: https://realpython.com/how-to-python-f-string-format-float/
You’ll often need to format and round a Python float to display the results of your calculations neatly within strings. In earlier versions of Python, this was a messy thing to do because you needed t
Link: https://realpython.com/how-to-python-f-string-format-float/
You’ll often need to format and round a Python float to display the results of your calculations neatly within strings. In earlier versions of Python, this was a messy thing to do because you needed t
Realpython
How to Format Floats Within F-Strings in Python – Real Python
In this tutorial, you'll learn how to use Python format specifiers within an f-string to allow you to neatly format a float to your required precision.
Mike Driscoll: Announcing The Python Logging Book & Course Kickstarter
Link: https://www.blog.pythonlibrary.org/2024/04/17/announcing-the-python-logging-book-course-kickstarter/
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 prof
Link: https://www.blog.pythonlibrary.org/2024/04/17/announcing-the-python-logging-book-course-kickstarter/
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 prof
Mouse Vs Python
Announcing The Python Logging Book & Course Kickstarter - Mouse Vs Python
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
Tryton News: Security Release for issue #13142
Link: https://discuss.tryton.org/t/security-release-for-issue-13142/7196
Cédric Krier has found that trytond accepts compressed content from unauthenticated requests which makes it vulnerable to zip bomb attacks.
Impact
CVSS v3.0 Base Score: 5.3
Attack Vector: Network
Att
Link: https://discuss.tryton.org/t/security-release-for-issue-13142/7196
Cédric Krier has found that trytond accepts compressed content from unauthenticated requests which makes it vulnerable to zip bomb attacks.
Impact
CVSS v3.0 Base Score: 5.3
Attack Vector: Network
Att
Tryton Discussion
Security Release for issue #13142
Cédric Krier has found that trytond accepts compressed content from unauthenticated requests which makes it vulnerable to zip bomb attacks. Impact CVSS v3.0 Base Score: 5.3 Attack Vector: Network Attack Complexity: Low Privileges Required: None User Interaction:…
Seth Michael Larson: Microsoft supports urllib3 with FOSS Fund 2024
Link: http://sethmlarson.dev/thanks-to-microsoft-for-supporting-urllib3?date=2024-04-17
Microsoft supports urllib3 with FOSS Fund 2024
About •
Blog •
Link: http://sethmlarson.dev/thanks-to-microsoft-for-supporting-urllib3?date=2024-04-17
Microsoft supports urllib3 with FOSS Fund 2024
About •
Blog •
Seth Michael Larson
Microsoft supports urllib3 with FOSS Fund 2024
Back in January we announced that urllib3 would be fundraising
to implement support for HTTP/2 in a backwards compatible
way to urllib3 v2.x and to ensure the project's development
remains sustai...
to implement support for HTTP/2 in a backwards compatible
way to urllib3 v2.x and to ensure the project's development
remains sustai...
Test and Code: 218: Balancing test coverage with test costs - Nicole Tietz-Sokolskaya
Link: https://podcast.pythontest.com/episodes/218-balancing-test-coverage-with-test-costs
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 testingH
Link: https://podcast.pythontest.com/episodes/218-balancing-test-coverage-with-test-costs
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 testingH
Python Test
Python Test | 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 testi...
Real Python: Format Floats Within F-Strings
Link: https://realpython.com/quizzes/format-floats-within-f-strings/
In this quiz, you’ll test your understanding of
How to Format Floats Within F-Strings in Python.
You’ll often need to format and round a Python float to display the results of your calculations neatly
Link: https://realpython.com/quizzes/format-floats-within-f-strings/
In this quiz, you’ll test your understanding of
How to Format Floats Within F-Strings in Python.
You’ll often need to format and round a Python float to display the results of your calculations neatly
Realpython
Format Floats Within F-Strings Quiz – Real Python
In this quiz, you'll test your understanding of how to format floats within f-strings in Python. This knowledge will let you control the precision and appearance of floating-point numbers when you incorporate them into formatted strings.
Real Python: Write Pythonic and Clean Code With namedtuple
Link: https://realpython.com/quizzes/python-namedtuple/
In this quiz, you’ll test your understanding of
Python’s namedtuple().
By working through this quiz, you’ll revisit how to create namedtuple classes, identify and take advantage of the cool features o
Link: https://realpython.com/quizzes/python-namedtuple/
In this quiz, you’ll test your understanding of
Python’s namedtuple().
By working through this quiz, you’ll revisit how to create namedtuple classes, identify and take advantage of the cool features o
Realpython
Write Pythonic and Clean Code With namedtuple Quiz – Real Python
In this quiz, you'll test your understanding of Python's namedtuple() function from the collections module. This function allows you to create immutable sequence types that you can access using descriptive field names and dot notation.
Real Python: The Real Python Podcast – Episode #201: Decoupling Systems to Get Closer to the Data
Link: https://realpython.com/podcasts/rpp/201/
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
Link: https://realpython.com/podcasts/rpp/201/
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
Realpython
Episode #201: Decoupling Systems to Get Closer to the Data – The Real Python Podcast
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.