Talk Python to Me: #376: Pydantic v2 - The Plan
Link: https://talkpython.fm/episodes/show/376/pydantic-v2-the-plan
Pydantic has become a core building block for many Python projects. After 5 years, it's time for a remake. With version 2, the plan is to rebuild the internals (with benchmarks already showing a 17x p
Link: https://talkpython.fm/episodes/show/376/pydantic-v2-the-plan
Pydantic has become a core building block for many Python projects. After 5 years, it's time for a remake. With version 2, the plan is to rebuild the internals (with benchmarks already showing a 17x p
talkpython.fm
Pydantic v2 - The Plan
Pydantic has become a core building block for many Python projects. After 5 years, it's time for a remake. With version 2, the plan is to rebuild the internals (with benchmarks already showing a 17x performance improvement) and clean up the API. Sounds great…
IslandT: Draw an image on top of a circle with pygame
Link: https://islandtropicaman.com/wp/2022/08/04/draw-an-image-on-top-of-a-circle-with-pygame/
In this article, I am going to draw a small hat image on top of a circle with Pygame. Basically, this program has two parts, the circle part, and the image part.
I am going to draw the circle’s part w
Link: https://islandtropicaman.com/wp/2022/08/04/draw-an-image-on-top-of-a-circle-with-pygame/
In this article, I am going to draw a small hat image on top of a circle with Pygame. Basically, this program has two parts, the circle part, and the image part.
I am going to draw the circle’s part w
Python GUIs: Plotting in PyQt6 — Using PyQtGraph to create interactive plots in your apps
Link: https://www.pythonguis.com/tutorials/pyqt6-plotting-pyqtgraph/
One of the major strengths of Python is in exploratory data science and visualization, using tools such as Pandas, numpy, sklearn for data analysis and matplotlib plotting. Buiding GUI applications wi
Link: https://www.pythonguis.com/tutorials/pyqt6-plotting-pyqtgraph/
One of the major strengths of Python is in exploratory data science and visualization, using tools such as Pandas, numpy, sklearn for data analysis and matplotlib plotting. Buiding GUI applications wi
Python GUIs
Plotting in PyQt6 — Using PyQtGraph to create interactive plots in your apps
Extend your PyQt6 GUIs with dynamic plotting using PyQtGraph. This tutorial teaches you how to create interactive and customizable plots, and enhance your applications with real-time data visualization. One of the major fields where Python shines is in data…
Python Engineering at Microsoft: Python in Visual Studio Code – August 2022 Release
Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-august-2022-release/
We’re excited to announce that the August 2022 release of the Python and Jupyter extensions for Visual Studio Code are now available!
This release includes the following improvements:
Automatic debug
Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-august-2022-release/
We’re excited to announce that the August 2022 release of the Python and Jupyter extensions for Visual Studio Code are now available!
This release includes the following improvements:
Automatic debug
Microsoft News
Python in Visual Studio Code – August 2022 Release
We’re excited to announce that the August 2022 release of the Python and Jupyter extensions for Visual Studio Code are now available! This release includes the following improvements: Automatic debug configurations for web apps Improvements to the Getting…
Real Python: The Real Python Podcast – Episode #120: Inspiring Young People to Learn Python With Mission Encodeable
Link: https://realpython.com/podcasts/rpp/120/
Is there someone in your life you'd like to inspire to learn Python? Mission Encodeable is a website designed to teach people to code, built by two high-school students. This week on the show, Anna an
Link: https://realpython.com/podcasts/rpp/120/
Is there someone in your life you'd like to inspire to learn Python? Mission Encodeable is a website designed to teach people to code, built by two high-school students. This week on the show, Anna an
Realpython
Episode #120: Inspiring Young People to Learn Python With Mission Encodeable – The Real Python Podcast
Is there someone in your life you'd like to inspire to learn Python? Mission Encodeable is a website designed to teach people to code, built by two high-school students. This week on the show, Anna and Harry Wake talk about creating their site and motivating…
Python for Beginners: Remove a Character From a String in Python
Link: https://www.pythonforbeginners.com/basics/remove-a-character-from-a-string-in-python
We use strings in Python to manipulate text data. While analyzing text data we might need to remove some characters from our data. In this article, we will discuss different ways to remove a character
Link: https://www.pythonforbeginners.com/basics/remove-a-character-from-a-string-in-python
We use strings in Python to manipulate text data. While analyzing text data we might need to remove some characters from our data. In this article, we will discuss different ways to remove a character
PythonForBeginners.com
Remove a Character From a String in Python - PythonForBeginners.com
Remove a Character From a String in Python will help you improve your python skills with easy to follow examples and tutorials.
PyBites: The importance of setting boundaries
Link: https://pybit.es/articles/pp81-the-importance-of-setting-boundaries/
Listen here:
This week we talk about boundaries (again), specially at work.
How can it be that 12 hour days are becoming the norm?
This has to stop!
And it’s insidious, because the extra work always
Link: https://pybit.es/articles/pp81-the-importance-of-setting-boundaries/
Listen here:
This week we talk about boundaries (again), specially at work.
How can it be that 12 hour days are becoming the norm?
This has to stop!
And it’s insidious, because the extra work always
PyBites
The Importance Of Setting Boundaries - PyBites
This week we talk about boundaries (again), specially at work.
IslandT: Move the image across the screen with Pygame
Link: https://islandtropicaman.com/wp/2022/08/06/move-the-image-across-the-screen-with-pygame/
In this chapter, I am going to show you a simple python program that will move the image across the screen by clicking and then dragging it within the screen. While the image is in the dragging state
Link: https://islandtropicaman.com/wp/2022/08/06/move-the-image-across-the-screen-with-pygame/
In this chapter, I am going to show you a simple python program that will move the image across the screen by clicking and then dragging it within the screen. While the image is in the dragging state
Mike Driscoll: PyDev of the Week: Wolf Vollprecht
Link: https://www.blog.pythonlibrary.org/2022/08/08/pydev-of-the-week-wolf-vollprecht/
This week we welcome Wolf Vollprecht (@wuoulf) as our PyDev of the Week! Wolf is a core maintainer of mamba, a Fast Cross-Platform Package Manager as well as xtensor, a C++ library meant for numerical
Link: https://www.blog.pythonlibrary.org/2022/08/08/pydev-of-the-week-wolf-vollprecht/
This week we welcome Wolf Vollprecht (@wuoulf) as our PyDev of the Week! Wolf is a core maintainer of mamba, a Fast Cross-Platform Package Manager as well as xtensor, a C++ library meant for numerical
Mouse Vs Python
PyDev of the Week: Wolf Vollprecht - Mouse Vs Python
This week we welcome Wolf Vollprecht (@wuoulf) as our PyDev of the Week! Wolf is a core maintainer of mamba, a Fast Cross-Platform Package Manager as well
Python for Beginners: Check if a String is Empty or Whitespace in Python
Link: https://www.pythonforbeginners.com/basics/check-if-a-string-is-empty-or-whitespace-in-python
Strings in Python are used for handling text data. While doing operations on text data, we may need to remove empty strings or whitespaces. When we print an empty string or whitespaces, we cannot diff
Link: https://www.pythonforbeginners.com/basics/check-if-a-string-is-empty-or-whitespace-in-python
Strings in Python are used for handling text data. While doing operations on text data, we may need to remove empty strings or whitespaces. When we print an empty string or whitespaces, we cannot diff
PythonForBeginners.com
Check if a String is Empty or Whitespace in Python - PythonForBeginners.com
Check if a String is Empty or Whitespace in Python will help you improve your python skills with easy to follow examples and tutorials.
Real Python: Python News: What's New From July 2022
Link: https://realpython.com/python-news-july-2022/
In July 2022, Python reached for the stars, playing a key role in processing data from the James Webb Space Telescope. After two years of virtual conferences, EuroPython 2022 took place in Dublin, Ire
Link: https://realpython.com/python-news-july-2022/
In July 2022, Python reached for the stars, playing a key role in processing data from the James Webb Space Telescope. After two years of virtual conferences, EuroPython 2022 took place in Dublin, Ire
Realpython
Python News: What's New From July 2022 – Real Python
July 2022 brought several exciting developments in the Python community: images from the James Webb Space Telescope, EuroPython in Dublin, ten years of Anaconda, a maintenance milestone for Flask, the final beta releases of Python 3.11, 2FA on PyPI, and Shiny…
Python Insider: Python 3.11.0rc1 is now available
Link: https://pythoninsider.blogspot.com/2022/08/python-3110rc1-is-now-available.html
This is the first release candidate of Python 3.11https://www.python.org/downloads/release/python-3110rc1/This release, **3.11.0rc1**, is the penultimate release preview. Entering the release candida
Link: https://pythoninsider.blogspot.com/2022/08/python-3110rc1-is-now-available.html
This is the first release candidate of Python 3.11https://www.python.org/downloads/release/python-3110rc1/This release, **3.11.0rc1**, is the penultimate release preview. Entering the release candida
Blogspot
Python Insider: Python 3.11.0rc1 is now available
scikit-learn: scikit-learn Sprint in Salta, Argentina
Link: https://blog.scikit-learn.org/events/salta-sprint/
Author:
Juan Martín Loyola
In September of 2022, the SciPy Latin America conference will take place in Salta, Argentina.
As part of the event, we are organizing a s
Link: https://blog.scikit-learn.org/events/salta-sprint/
Author:
Juan Martín Loyola
In September of 2022, the SciPy Latin America conference will take place in Salta, Argentina.
As part of the event, we are organizing a s
scikit-learn Blog
scikit-learn Sprint in Salta, Argentina
Author: Juan Martín Loyola
Real Python: Exploring Special Function Parameters
Link: https://realpython.com/courses/special-function-parameters/
Have you ever come across the forward slash (/) and asterisk (*) symbols in the documentation for your favorite libraries? These represent special parameters, which tell you what kinds of arguments yo
Link: https://realpython.com/courses/special-function-parameters/
Have you ever come across the forward slash (/) and asterisk (*) symbols in the documentation for your favorite libraries? These represent special parameters, which tell you what kinds of arguments yo
Realpython
Exploring Special Function Parameters – Real Python
In this Code Conversation video course, you'll explore special function parameters that allow for positional-only arguments, keyword-only arguments, or a combination of the two.
IslandT: Detect the object using its own color in Pygame
Link: https://islandtropicaman.com/wp/2022/08/09/detect-the-object-using-its-own-color-in-pygame/
In this pygame example, I will create a triangle and fill it up with the color of my choice. Next, I am going to create a small program that will detect that object using its own color as a hint.
Belo
Link: https://islandtropicaman.com/wp/2022/08/09/detect-the-object-using-its-own-color-in-pygame/
In this pygame example, I will create a triangle and fill it up with the color of my choice. Next, I am going to create a small program that will detect that object using its own color as a hint.
Belo
Test and Code: 192: Learn to code through game development with PursuedPyBear - Piper Thunstrom
Link: https://testandcode.com/192
The first game I remember coding, or at least copying from a magazine, was in Basic. It was Lunar Lander.
Learning to code a game is a way that a lot of people get started and excited about programm
Link: https://testandcode.com/192
The first game I remember coding, or at least copying from a magazine, was in Basic. It was Lunar Lander.
Learning to code a game is a way that a lot of people get started and excited about programm
Test & Code in Python
Test & Code in Python 192: Learn to code through game development with PursuedPyBear - Piper Thunstrom
PursuedPyBear, ppb, is a game framework great for learning, with goals of being fun, education friendly, an example of idiomatic Python, hardware library agnostic, and built on event driven and object oriented concepts.
PyCharm: The PyCharm 2022.2.1 Release Candidate Is Now Available!
Link: https://blog.jetbrains.com/pycharm/2022/08/2022-2-1-rc/
We’re working closely with your feedback on the PyCharm 2022.2 version that was released last week. Thank you for sharing with us! If you encounter an issue in PyCharm 2022.2, please reach out to our
Link: https://blog.jetbrains.com/pycharm/2022/08/2022-2-1-rc/
We’re working closely with your feedback on the PyCharm 2022.2 version that was released last week. Thank you for sharing with us! If you encounter an issue in PyCharm 2022.2, please reach out to our
The JetBrains Blog
The PyCharm 2022.2.1 Release Candidate Is Now Available! | The PyCharm Blog
We’re working closely with your feedback on the PyCharm 2022.2 version that was released last week. Thank you for sharing with us! If you encounter an issue in PyCharm 2022.2, please reach out to our
PyCoder’s Weekly: Issue #537 (Aug. 9, 2022)
Link: https://pycoders.com/issues/537
#537 – AUGUST 9, 2022 View in Browser » Finding and Fixing Python Code Bugs Learn how to identify and fix logic errors, or bugs, in your Python code. You’ll use the built-in debugging tools in P
Link: https://pycoders.com/issues/537
#537 – AUGUST 9, 2022 View in Browser » Finding and Fixing Python Code Bugs Learn how to identify and fix logic errors, or bugs, in your Python code. You’ll use the built-in debugging tools in P
Pycoders
PyCoder’s Weekly | Issue #537
Issue #537 of the PyCoder’s Weekly newsletter, published Aug. 9, 2022.
Mike Driscoll: Adding Data to Empty DataFrames in pandas
Link: https://www.blog.pythonlibrary.org/2022/08/09/adding-data-to-empty-dataframes-in-pandas/
One of the most popular 3rd party Python packages is called pandas. The pandas package "is a fast, powerful, flexible and easy to use open source data analysis and manipulation tool, built on top of t
Link: https://www.blog.pythonlibrary.org/2022/08/09/adding-data-to-empty-dataframes-in-pandas/
One of the most popular 3rd party Python packages is called pandas. The pandas package "is a fast, powerful, flexible and easy to use open source data analysis and manipulation tool, built on top of t
Mouse Vs Python
Adding Data to Empty DataFrames in pandas - Mouse Vs Python
One of the most popular 3rd party Python packages is called pandas. The pandas package "is a fast, powerful, flexible and easy to use open source data
Python Bytes: #296 pip: Constrain your excitement
Link: https://pythonbytes.fm/episodes/show/296/pip-constrain-your-excitement
<p><strong>Watch the live stream:</strong></p>
<a href='https://www.youtube.com/watch?v=fdtDfeYmdDU' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>
<p><strong>About the show</strong></p>
Link: https://pythonbytes.fm/episodes/show/296/pip-constrain-your-excitement
<p><strong>Watch the live stream:</strong></p>
<a href='https://www.youtube.com/watch?v=fdtDfeYmdDU' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>
<p><strong>About the show</strong></p>
pythonbytes.fm
pip: Constrain your excitement
News and announcements from the Python community for the week of Aug 9th, 2022