Python Morsels: Every dunder method in Python
Link: https://www.pythonmorsels.com/every-dunder-method/
An explanation of all of Python's 100+ dunder methods and 50+ dunder attributes, including a summary of each one.
Table of contents
The 3 essential dunder methods 🔑
Equality and hashability đźź°
Order
Link: https://www.pythonmorsels.com/every-dunder-method/
An explanation of all of Python's 100+ dunder methods and 50+ dunder attributes, including a summary of each one.
Table of contents
The 3 essential dunder methods 🔑
Equality and hashability đźź°
Order
Pythonmorsels
Every dunder method in Python
An explanation of all of Python's 100+ dunder methods and 50+ dunder attributes, including a summary of each one.
Python Insider: Python 3.10.14, 3.9.19, and 3.8.19 is now available
Link: https://pythoninsider.blogspot.com/2024/03/python-31014-3919-and-3819-is-now.html
Howdy!
Those are the boring security releases that aren’t supposed to bring
anything new. But not this time! We do have a bit of news, actually. But
first things first: go update your systems!
Pytho
Link: https://pythoninsider.blogspot.com/2024/03/python-31014-3919-and-3819-is-now.html
Howdy!
Those are the boring security releases that aren’t supposed to bring
anything new. But not this time! We do have a bit of news, actually. But
first things first: go update your systems!
Pytho
Blogspot
Python Insider: Python 3.10.14, 3.9.19, and 3.8.19 is now available
Python Bytes: #375 Pointing at Countries
Link: https://pythonbytes.fm/episodes/show/375/pointing-at-countries
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><a href="https://github.com/pycountry/pycountry">pycountry</a></li>
<li><a href="https://nedbatchelder.com/blog/202403/does_python_have_
Link: https://pythonbytes.fm/episodes/show/375/pointing-at-countries
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><a href="https://github.com/pycountry/pycountry">pycountry</a></li>
<li><a href="https://nedbatchelder.com/blog/202403/does_python_have_
pythonbytes.fm
Pointing at Countries
News and announcements from the Python community for the week of Mar 19th, 2024
Real Python: Build a Python Turtle Game: Space Invaders Clone
Link: https://realpython.com/build-python-turtle-game-space-invaders-clone/
In this tutorial, you’ll use Python’s turtle module to build a Space Invaders clone. The game Space Invaders doesn’t need any introduction. The original game was released in 1978 and is one of the mos
Link: https://realpython.com/build-python-turtle-game-space-invaders-clone/
In this tutorial, you’ll use Python’s turtle module to build a Space Invaders clone. The game Space Invaders doesn’t need any introduction. The original game was released in 1978 and is one of the mos
Realpython
Build a Python Turtle Game: Space Invaders Clone – Real Python
In this step-by-step tutorial, you'll use Python's turtle module to write a Space Invaders clone. You'll learn about techniques used in animations and games, and consolidate your knowledge of key Python topics.
EuroPython: EuroPython 2024: Community Voting is now live! Go Vote!
Link: https://blog.europython.eu/europython-2024-community-voting-is-now-live-go-vote/
Hey hey,With 110 days remaining until the big day, the EuroPython programme team is working full steam ahead to put together a power-packed schedule. And what *YOU* want to see at the conference is ou
Link: https://blog.europython.eu/europython-2024-community-voting-is-now-live-go-vote/
Hey hey,With 110 days remaining until the big day, the EuroPython programme team is working full steam ahead to put together a power-packed schedule. And what *YOU* want to see at the conference is ou
EuroPython Blog
EuroPython 2024: Community Voting is now live! Go Vote!
Hey hey, With 110 days remaining until the big day, the EuroPython programme team is working full steam ahead to put together a power-packed schedule. And what *YOU* want to see at the conference is our guiding light in the process. With that, we are excited…
Programiz: Python Program to Capitalize the First Character of a String
Link: https://www.programiz.com/python-programming/examples/capitalise-first-character
In this example, you will learn to capitalize the first character of a string.
Link: https://www.programiz.com/python-programming/examples/capitalise-first-character
In this example, you will learn to capitalize the first character of a string.
Programiz
Python Program to Capitalize the First Character of a String
In this example, you will learn to capitalize the first character of a string.
Amjith Ramanujam: Rapid Prototyping in Python
Link: https://blog.amjith.com/rapid-prototyping-in-python
I was recently assigned to a new project at work. Like any good software engineer I started writing the pseudocode for the modules. We use C++ at work to write our programs.
I quickly realized it's no
Link: https://blog.amjith.com/rapid-prototyping-in-python
I was recently assigned to a new project at work. Like any good software engineer I started writing the pseudocode for the modules. We use C++ at work to write our programs.
I quickly realized it's no
Brain Spill
Rapid Prototyping in Python
I was recently assigned to a new project at work. Like any good software engineer I started writing the pseudocode for the modules. We use C++ at work to write our programs.
I quickly realized...
I quickly realized...
Python⇒Speed: The wrong way to speed up your code with Numba
Link: https://pythonspeed.com/articles/slow-numba/
If your NumPy-based code is too slow, you can sometimes use Numba to
speed it up. Numba is a compiled language that uses the same syntax as
Python, and it compiles at runtime, so it’s very easy to wri
Link: https://pythonspeed.com/articles/slow-numba/
If your NumPy-based code is too slow, you can sometimes use Numba to
speed it up. Numba is a compiled language that uses the same syntax as
Python, and it compiles at runtime, so it’s very easy to wri
Python⇒Speed
The wrong way to speed up your code with Numba
Numba can make your numeric code faster, but only if you use it right.
Talk Python to Me: #454: Data Pipelines with Dagster
Link: https://talkpython.fm/episodes/show/454/data-pipelines-with-dagster
Do you have data that you pull from external sources or is generated and appears at your digital doorstep? I bet that data needs processed, filtered, transformed, distributed, and much more. One of th
Link: https://talkpython.fm/episodes/show/454/data-pipelines-with-dagster
Do you have data that you pull from external sources or is generated and appears at your digital doorstep? I bet that data needs processed, filtered, transformed, distributed, and much more. One of th
talkpython.fm
Data Pipelines with Dagster
Do you have data that you pull from external sources or is generated and appears at your digital doorstep? I bet that data needs processed, filtered, transformed, distributed, and much more. One of the biggest tools to create these data pipelines with Python…
PyCharm: PyCharm 2023.3.5 Is Out!
Link: https://blog.jetbrains.com/pycharm/2024/03/2023-3-5/
PyCharm 2023.3.5 is an important bug-fix update.
You can update to this version from inside the IDE, using the Toolbox App, or via snaps, if you’re using Ubuntu. You can also download it directly from
Link: https://blog.jetbrains.com/pycharm/2024/03/2023-3-5/
PyCharm 2023.3.5 is an important bug-fix update.
You can update to this version from inside the IDE, using the Toolbox App, or via snaps, if you’re using Ubuntu. You can also download it directly from
The JetBrains Blog
PyCharm 2023.3.5 Is Out! | The PyCharm Blog
PyCharm 2023.3.5 is now available with several important fixes.
Real Python: The Real Python Podcast – Episode #197: Using Python in Bioinformatics and the Laboratory
Link: https://realpython.com/podcasts/rpp/197/
How is Python being used to automate processes in the laboratory? How can it speed up scientific work with DNA sequencing? This week on the show, Chemical Engineering PhD Student Parsa Ghadermazi is h
Link: https://realpython.com/podcasts/rpp/197/
How is Python being used to automate processes in the laboratory? How can it speed up scientific work with DNA sequencing? This week on the show, Chemical Engineering PhD Student Parsa Ghadermazi is h
Realpython
Episode #197: Using Python in Bioinformatics and the Laboratory – The Real Python Podcast
How is Python being used to automate processes in the laboratory? How can it speed up scientific work with DNA sequencing? This week on the show, Chemical Engineering PhD Student Parsa Ghadermazi is here to discuss Python in bioinformatics.
Daniel Roy Greenfeld: Keynote at PyCon Lithuania 2024
Link: https://daniel.feldroy.com/posts/2024-pycon-lithuania
From April 2nd to April 6th I'll be at PyCon Lithuania 2024 in Vilnius to present a keynote about 25 years of glorious coding mistakes (mostly in Python). Audrey and Uma will be accompanying me, makin
Link: https://daniel.feldroy.com/posts/2024-pycon-lithuania
From April 2nd to April 6th I'll be at PyCon Lithuania 2024 in Vilnius to present a keynote about 25 years of glorious coding mistakes (mostly in Python). Audrey and Uma will be accompanying me, makin
Daniel Roy Greenfeld
Keynote at PyCon Lithuania 2024
My key note and the first return to the homeland of Lithuania in over 100 years.
Django Weblog: Welcome our new Fellow - Sarah Boyce
Link: https://www.djangoproject.com/weblog/2024/mar/22/welcome-our-new-fellow-sarah-boyce/
The DSF Board and Fellows Committee are pleased to introduce Sarah Boyce as our new Django Fellow. Sarah will be joining Natalia Bidart who is continuing her excellent tenure as a Fellow.
Sarah is a s
Link: https://www.djangoproject.com/weblog/2024/mar/22/welcome-our-new-fellow-sarah-boyce/
The DSF Board and Fellows Committee are pleased to introduce Sarah Boyce as our new Django Fellow. Sarah will be joining Natalia Bidart who is continuing her excellent tenure as a Fellow.
Sarah is a s
Django Project
Welcome our new Fellow - Sarah Boyce
Posted by Chaim Kirby on March 22, 2024
Python Morsels: Unnecessary else statements
Link: https://www.pythonmorsels.com/unnecessary-else-statements/
When your function ends in an else block with a return statement in it, should you remove that else?
Table of contents
A function where both if and else return
Is that else statement unnecessary?
S
Link: https://www.pythonmorsels.com/unnecessary-else-statements/
When your function ends in an else block with a return statement in it, should you remove that else?
Table of contents
A function where both if and else return
Is that else statement unnecessary?
S
Pythonmorsels
Unnecessary else statements
When your function ends in an else block with a return statement in it, should you remove that else?
Kay Hayen: Nuitka Release 2.1
Link: https://nuitka.net/posts/nuitka-release-21.html
This is to inform you about the new stable release of Nuitka. It is the extremely compatible Python compiler,
“download now”.
This release had focus on new features and new optimization. There is a
al
Link: https://nuitka.net/posts/nuitka-release-21.html
This is to inform you about the new stable release of Nuitka. It is the extremely compatible Python compiler,
“download now”.
This release had focus on new features and new optimization. There is a
al
Matt Layman: Post-launch Punchlist - Building SaaS with Python and Django #186
Link: https://www.mattlayman.com/blog/2024/post-launch-punchlist-building-saas-with-python-and-django-186/
In this episode, we had a bunch of issues to resolve post-launch. I set the code that causes trials to expire, made updates to who receives prompt emails, and added some polish to the sign up process
Link: https://www.mattlayman.com/blog/2024/post-launch-punchlist-building-saas-with-python-and-django-186/
In this episode, we had a bunch of issues to resolve post-launch. I set the code that causes trials to expire, made updates to who receives prompt emails, and added some polish to the sign up process
Matt Layman
Post-launch Punchlist - Building SaaS with Python and Django #186
In this episode, we had a bunch of issues to resolve post-launch. I set the code that causes trials to expire, made updates to who receives prompt emails, and added some polish to the sign up process and interface to make it clear what will happen in the…
Python Software Foundation: Announcing a PyPI Support Specialist
Link: https://pyfound.blogspot.com/2024/03/announcing-pypi-support-specialist.html
We launched the Python Package Index (PyPI) in 2003 and for most of its history a robust and dedicated volunteer community kept it running. Eventually, we put a bit of PSF staff time into the maintena
Link: https://pyfound.blogspot.com/2024/03/announcing-pypi-support-specialist.html
We launched the Python Package Index (PyPI) in 2003 and for most of its history a robust and dedicated volunteer community kept it running. Eventually, we put a bit of PSF staff time into the maintena
Python Software Foundation Blog
Announcing a PyPI Support Specialist
We launched the Python Package Index (PyPI) in 2003 and for most of its history a robust and dedicated volunteer community kept it running. ...
Zato Blog: Systems Automation in Python
Link: https://zato.io/en/blog/automation-in-python.html
Systems Automation in Python
2024-03-25, by Dariusz Suchojad
How to automate systems in Python and how the Zato Python integration platform differs from a network
automation tool, how to start
Link: https://zato.io/en/blog/automation-in-python.html
Systems Automation in Python
2024-03-25, by Dariusz Suchojad
How to automate systems in Python and how the Zato Python integration platform differs from a network
automation tool, how to start
Real Python: Prompt Engineering: A Practical Example
Link: https://realpython.com/practical-prompt-engineering/
You’ve used ChatGPT, and you understand the potential of using a large language model (LLM) to assist you in your tasks. Maybe you’re already working on an LLM-supported application and have read abou
Link: https://realpython.com/practical-prompt-engineering/
You’ve used ChatGPT, and you understand the potential of using a large language model (LLM) to assist you in your tasks. Maybe you’re already working on an LLM-supported application and have read abou
Realpython
Prompt Engineering: A Practical Example – Real Python
Learn prompt engineering techniques with a practical, real-world project to get better results from large language models. This tutorial covers zero-shot and few-shot prompting, delimiters, numbered steps, role prompts, chain-of-thought prompting, and more.…
PyCharm: PyCharm 2024.1 Release Candidate Is Out!
Link: https://blog.jetbrains.com/pycharm/2024/03/pycharm-2024-1-release-candidate-is-out/
The PyCharm 2024.1 RC is now available!
You can get the latest build from our website, through the free Toolbox App, or via snaps for Ubuntu.
Download PyCharm 2024.1 RC
To use this build, you need to
Link: https://blog.jetbrains.com/pycharm/2024/03/pycharm-2024-1-release-candidate-is-out/
The PyCharm 2024.1 RC is now available!
You can get the latest build from our website, through the free Toolbox App, or via snaps for Ubuntu.
Download PyCharm 2024.1 RC
To use this build, you need to
The JetBrains Blog
PyCharm 2024.1 Release Candidate Is Out! | The PyCharm Blog
The PyCharm 2024.1 RC is now available! You can get the latest build from our website, through the free Toolbox App, or via snaps for Ubuntu. Download PyCharm 2024.1 RC To use this bu
Programiz: Python List
Link: https://www.programiz.com/python-programming/list
In this tutorial, we will learn about Python lists (creating lists, changing list items, removing items, and other list operations) with the help of examples.
Link: https://www.programiz.com/python-programming/list
In this tutorial, we will learn about Python lists (creating lists, changing list items, removing items, and other list operations) with the help of examples.
Programiz
Python List (With Examples)
Python lists store multiple data together in a single variable. In this tutorial, we will learn about Python lists (creating lists, changing list items, removing items, and other list operations) with the help of examples.