Real Python: How to Make Engaging Programming Videos
Link: https://realpython.com/how-to-make-programming-videos/
Programming videos have become an increasingly popular medium for sharing knowledge and helping the fellow developers on your team. Especially when you’re working remotely, effective communication is
Link: https://realpython.com/how-to-make-programming-videos/
Programming videos have become an increasingly popular medium for sharing knowledge and helping the fellow developers on your team. Especially when you’re working remotely, effective communication is
Realpython
How to Make Engaging Programming Videos – Real Python
Creating a screencast can be a great way for you to share your knowledge and help fellow developers on your team. However, not all video tutorials are equally effective. In this tutorial, you'll learn how to make engaging and informative programming videos…
Talk Python to Me: #419: Debugging Python in Production with PyStack
Link: https://talkpython.fm/episodes/show/419/debugging-python-in-production-with-pystack
Here's the situation. You have a Python app that is locked or even has completely crashed and all you're left with is a core dump on the server. Now what? It's time for PyStack! You can capture a vie
Link: https://talkpython.fm/episodes/show/419/debugging-python-in-production-with-pystack
Here's the situation. You have a Python app that is locked or even has completely crashed and all you're left with is a core dump on the server. Now what? It's time for PyStack! You can capture a vie
talkpython.fm
Debugging Python in Production with PyStack
Here's the situation. You have a Python app that is locked or even has completely crashed and all you're left with is a core dump on the server. Now what? It's time for PyStack! You can capture a view of your app as if you've set a breakpoint and even view…
PyBites: The importance of refactoring regularly [podcast]
Link: https://pybit.es/articles/importance-of-refactoring/
In this episode we talk with Chris May, Python developer and coach, about his background and passion for refactoring.
Watch here:
Or listen here:
This turned into a beautiful love letter to refact
Link: https://pybit.es/articles/importance-of-refactoring/
In this episode we talk with Chris May, Python developer and coach, about his background and passion for refactoring.
Watch here:
Or listen here:
This turned into a beautiful love letter to refact
PyBites
The Importance Of Refactoring Regularly [podcast] - PyBites
In this episode we talk with Chris May, Python developer and coach, about his background and passion for refactoring.
PyPy: PyPy v7.3.12 release
Link: https://www.pypy.org/posts/2023/06/pypy-v7312-release.html
PyPy v7.3.12: release of python 2.7, 3.9, and 310.
The PyPy team is proud to release version 7.3.12 of PyPy.
This release includes a new string-to-int algorithm (also appearing in CPython
3.12) that i
Link: https://www.pypy.org/posts/2023/06/pypy-v7312-release.html
PyPy v7.3.12: release of python 2.7, 3.9, and 310.
The PyPy team is proud to release version 7.3.12 of PyPy.
This release includes a new string-to-int algorithm (also appearing in CPython
3.12) that i
PyPy
PyPy v7.3.12 release
PyPy v7.3.12: release of python 2.7, 3.9, and 310.
The PyPy team is proud to release version 7.3.12 of PyPy.
This release includes a new string-to-int algorithm (also appearing in CPython
3.12) that i
The PyPy team is proud to release version 7.3.12 of PyPy.
This release includes a new string-to-int algorithm (also appearing in CPython
3.12) that i
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.
Ned Batchelder: Math factoid of the day: 61
Link: https://nedbatchelder.com/blog/202306/math_factoid_of_the_day_61.html
A figurate
number is one that can be represented as a filled polygon of that number of
dots. A centered figurate number includes a dot at the center. 61 is the only
number (other than the trivial 1) t
Link: https://nedbatchelder.com/blog/202306/math_factoid_of_the_day_61.html
A figurate
number is one that can be represented as a filled polygon of that number of
dots. A centered figurate number includes a dot at the center. 61 is the only
number (other than the trivial 1) t
Real Python: The Real Python Podcast – Episode #160: Inheriting a Large Python Code Base & Building a GUI With Kivy
Link: https://realpython.com/podcasts/rpp/160/
What are the unique challenges of a large Python code base? What techniques can you implement to simplify the management of a big project? This week on the show, Christopher Trudeau is here, bringing
Link: https://realpython.com/podcasts/rpp/160/
What are the unique challenges of a large Python code base? What techniques can you implement to simplify the management of a big project? This week on the show, Christopher Trudeau is here, bringing
Realpython
Episode #160: Inheriting a Large Python Code Base & Building a GUI With Kivy – The Real Python Podcast
What are the unique challenges of a large Python code base? What techniques can you implement to simplify the management of a big project? This week on the show, Christopher Trudeau is here, bringing another batch of PyCoder's Weekly articles and projects.
Python Software Foundation: Board Candidates for 2023 are Announced!
Link: https://pyfound.blogspot.com/2023/06/board-candidates-for-2023-are-announced.html
What an exciting list! Please take a look at who is running for the PSF Board this year here. This year there are 4 seats open on the PSF board. You can see who is on the board currently here. (Dustin
Link: https://pyfound.blogspot.com/2023/06/board-candidates-for-2023-are-announced.html
What an exciting list! Please take a look at who is running for the PSF Board this year here. This year there are 4 seats open on the PSF board. You can see who is on the board currently here. (Dustin
Python Software Foundation Blog
Board Candidates for 2023 are Announced!
What an exciting list! Please take a look at who is running for the PSF Board this year here . This year there are 4 seats open on the PSF b...
Stack Abuse: Handling Duplicate Values in a Pandas DataFrame
Link: https://stackabuse.com/handling-duplicate-values-in-a-pandas-dataframe/
Introduction
As a data analyst, it is our responsibility to ensure data integrity to obtain accurate and trustworthy insights. Data cleansing plays a vital role in this process, and duplicate values a
Link: https://stackabuse.com/handling-duplicate-values-in-a-pandas-dataframe/
Introduction
As a data analyst, it is our responsibility to ensure data integrity to obtain accurate and trustworthy insights. Data cleansing plays a vital role in this process, and duplicate values a
Stack Abuse
Handling Duplicate Values in a Pandas DataFrame
As a data analyst, it is our responsibility to ensure data integrity to obtain accurate and trustworthy insights. Data cleansing plays a vital role in this pro...
Mike Driscoll: The Python Show – Episode 2 – Data Science and Python with Akshay Pachaar (Video)
Link: https://www.blog.pythonlibrary.org/2023/06/16/the-python-show-episode-2-data-science-and-python-with-akshay-pachaar-video/
The Python Show’s second episode is now on YouTube!
Today’s episode is about data science and Python with my guest, Akshay Pachaar!
You can follow Akshay on Twitter or befriend him on LinkedIn.
Topic
Link: https://www.blog.pythonlibrary.org/2023/06/16/the-python-show-episode-2-data-science-and-python-with-akshay-pachaar-video/
The Python Show’s second episode is now on YouTube!
Today’s episode is about data science and Python with my guest, Akshay Pachaar!
You can follow Akshay on Twitter or befriend him on LinkedIn.
Topic
Mouse Vs Python
The Python Show - Episode 2 - Data Science and Python with Akshay Pachaar (Video) - Mouse Vs Python
The Python Show's second episode is now on YouTube! Today’s episode is about data science and Python with my guest, Akshay Pachaar! You can follow Akshay
Mike C. Fletcher: What is Pythonic Typing for "There exists some plugin that provides an Adapter for X"
Link: http://blog.vrplumber.com/b/2023/06/18/what-is-pythonic-typing-for-there-exists-some-plugin-that-provides-an-adapter-for-x/
So starting to think about a PyOpenGL 4.x release, which would be first to drop Python 2.7 support, so the first one where type-hints can be used to declare metadata for type-coercion (vs the current
Link: http://blog.vrplumber.com/b/2023/06/18/what-is-pythonic-typing-for-there-exists-some-plugin-that-provides-an-adapter-for-x/
So starting to think about a PyOpenGL 4.x release, which would be first to drop Python 2.7 support, so the first one where type-hints can be used to declare metadata for type-coercion (vs the current
Vrplumber
Plumbing Life's Depths - What is Pythonic Typing for "There exists some plugin that provides an Adapter for X"
So starting to think about a PyOpenGL 4.x release, which would be first to drop Python 2.7 support, so the first one where type-hints can be used to declare metadata for type-coercion (vs the current nonstandard type declarations). The first big question…
Mike Driscoll: PyDev of the Week: Jeffrey Glass
Link: https://www.blog.pythonlibrary.org/2023/06/19/pydev-of-the-week-jeffrey-glass/
This week we welcome Jeffrey Glass (@JeffersGlass) as our PyDev of the Week! Jeffrey is the maintainer of PyScript. PyScript is a framework that allows users to create rich Python applications in the
Link: https://www.blog.pythonlibrary.org/2023/06/19/pydev-of-the-week-jeffrey-glass/
This week we welcome Jeffrey Glass (@JeffersGlass) as our PyDev of the Week! Jeffrey is the maintainer of PyScript. PyScript is a framework that allows users to create rich Python applications in the
Mouse Vs Python
PyDev of the Week: Jeffrey Glass - Mouse Vs Python
This week we welcome Jeffrey Glass (@JeffersGlass) as our PyDev of the Week! Jeffrey is the maintainer of PyScript. PyScript is a framework that allows
ListenData: How to build ChatGPT Clone in Python
Link: https://www.listendata.com/2023/06/how-to-build-chatgpt-clone-in-python.html
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 co
Link: https://www.listendata.com/2023/06/how-to-build-chatgpt-clone-in-python.html
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 co
ListenData
How to Build ChatGPT Clone in Python
Learn how to build your ChatGPT clone with Python in simple steps. It provides more control and flexibility and you can customize it as per your needs
Real Python: Python's raise: Effectively Raising Exceptions in Your Code
Link: https://realpython.com/python-raise-exception/
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/python-raise-exception/
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
Python's raise: Effectively Raising Exceptions in Your Code – Real Python
In this tutorial, 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 Terminology
Link: https://www.pythonmorsels.com/terms/
Definitions for colloquial Python terminology (effectively an unofficial version of the Python glossary).
Table of contents
Looping
Collections
Variables and Assignment
Objects and Mutation
Modules
Link: https://www.pythonmorsels.com/terms/
Definitions for colloquial Python terminology (effectively an unofficial version of the Python glossary).
Table of contents
Looping
Collections
Variables and Assignment
Objects and Mutation
Modules
Pythonmorsels
Python Terminology: an unofficial glossary
Definitions for colloquial Python terminology (effectively an unofficial version of the Python glossary).
Stack Abuse: Introduction to FastAPI
Link: https://stackabuse.com/introduction-to-fastapi/
Introduction
In an increasingly data-driven world, the need for effective and efficient web frameworks to build APIs has never been greater. One such framework that has been gaining popularity in the
Link: https://stackabuse.com/introduction-to-fastapi/
Introduction
In an increasingly data-driven world, the need for effective and efficient web frameworks to build APIs has never been greater. One such framework that has been gaining popularity in the
Stack Abuse
Introduction to FastAPI
In an increasingly data-driven world, the need for effective and efficient web frameworks to build APIs has never been greater. One such framework that has bee...
Paolo Melchiorre: 2023 Python Software Foundation Board Nomination
Link: https://www.paulox.net/2023/06/20/2023-python-software-foundation-board-nomination/
My self-nomination statement for the 2023 Python Software Foundation (PSF) Board Election
Link: https://www.paulox.net/2023/06/20/2023-python-software-foundation-board-nomination/
My self-nomination statement for the 2023 Python Software Foundation (PSF) Board Election
Paolo Melchiorre
Paolo Melchiorre - 2023 Python Software Foundation Board Nomination
My self-nomination statement for the 2023 Python Software Foundation (PSF) Board Election
Real Python: Recursion in Python
Link: https://realpython.com/courses/python-recursion/
If you’re familiar with functions in Python, then you know that it’s quite common for one function to call another. In Python, it’s also possible for a function to call itself! A function that calls
Link: https://realpython.com/courses/python-recursion/
If you’re familiar with functions in Python, then you know that it’s quite common for one function to call another. In Python, it’s also possible for a function to call itself! A function that calls
Realpython
Recursion in Python – Real Python
A recursive function is one that calls itself. In this video course, you'll see what recursion is, how it works in Python, and under what circumstances you should use it.
Python Software Foundation: The 2023 PSF Board Election is Open!
Link: https://pyfound.blogspot.com/2023/06/the-2023-psf-board-election-is-open.html
It’s time to cast your vote! Voting takes place from today Tuesday, June 20, through Friday, June 30, 2023 11:59pm UTC. If you are a voting member of the PSF, you should have gotten an email from “Opa
Link: https://pyfound.blogspot.com/2023/06/the-2023-psf-board-election-is-open.html
It’s time to cast your vote! Voting takes place from today Tuesday, June 20, through Friday, June 30, 2023 11:59pm UTC. If you are a voting member of the PSF, you should have gotten an email from “Opa
Python Software Foundation Blog
The 2023 PSF Board Election is Open!
It’s time to cast your vote! Voting takes place from today Tuesday, June 20, through Friday, June 30, 2023 11:59pm UTC. If you are a voting ...
Python Insider: Python 3.12.0 beta 3 released
Link: https://pythoninsider.blogspot.com/2023/06/python-3120-beta-3-released.html
I'm pleased to announce the release of Python 3.12 beta 3.https://www.python.org/downloads/release/python-3120b3/This is a beta preview of Python 3.12Python 3.12 is still in development. This release,
Link: https://pythoninsider.blogspot.com/2023/06/python-3120-beta-3-released.html
I'm pleased to announce the release of Python 3.12 beta 3.https://www.python.org/downloads/release/python-3120b3/This is a beta preview of Python 3.12Python 3.12 is still in development. This release,
Blogspot
Python Insider: Python 3.12.0 beta 3 released