Mike Driscoll: The Python Decorators Video Tutorial
Link: https://www.blog.pythonlibrary.org/2022/09/01/the-python-decorators-video-tutorial/
Learn all about how Python decorators work with Mike Driscoll
What you'll learn:
How functions work
Function Introspection
Closures
Creating a Decorator
Stacking Decorators
Decorators with Arguments
Link: https://www.blog.pythonlibrary.org/2022/09/01/the-python-decorators-video-tutorial/
Learn all about how Python decorators work with Mike Driscoll
What you'll learn:
How functions work
Function Introspection
Closures
Creating a Decorator
Stacking Decorators
Decorators with Arguments
Mouse Vs Python
The Python Decorators Video Tutorial - Mouse Vs Python
Learn all about how Python decorators work with Mike Driscoll What you'll learn: How functions work Function Introspection Closures Creating a Decorator
Python Engineering at Microsoft: Python in Visual Studio Code – September 2022 Release
Link: https://devblogs.microsoft.com/python/pvsc-sept-2022/
We’re excited to announce that the September 2022 release of the Python and Jupyter extensions for Visual Studio Code are now available!
This release includes the following announcements:
Improved In
Link: https://devblogs.microsoft.com/python/pvsc-sept-2022/
We’re excited to announce that the September 2022 release of the Python and Jupyter extensions for Visual Studio Code are now available!
This release includes the following announcements:
Improved In
Microsoft News
Python in Visual Studio Code – September 2022 Release
The September 2022 release of the Python and Jupyter extensions for Visual Studio Code are now available. This release includes improved IntelliSense support for Jupyter Notebooks, a new Flake8 extension and internship highlights. Keep on reading to learn…
PyBites: How to get more things done consistently?
Link: https://pybit.es/articles/pp85-getting-things-done/
Listen here:
Welcome back to another podcast episode. In this one we answer a question that was asked by Shreyas: I would love to listen to how you and Julian manage your lives in terms of day time j
Link: https://pybit.es/articles/pp85-getting-things-done/
Listen here:
Welcome back to another podcast episode. In this one we answer a question that was asked by Shreyas: I would love to listen to how you and Julian manage your lives in terms of day time j
PyBites
How To Get More Things Done Consistently? - PyBites
Listen here:
Kushal Das: Johnnycanencrypt 0.9.0 release
Link: https://kushaldas.in/posts/johnnycanencrypt-0-9-0-release.html
3 days ago I released Johnnycanencrypt 0.9.0. Here is the changelog:
- Adds `setuptools-rust` as build system.
- Key.uids now contains the certification details of each user id.
- `merge_keys` in rjc
Link: https://kushaldas.in/posts/johnnycanencrypt-0-9-0-release.html
3 days ago I released Johnnycanencrypt 0.9.0. Here is the changelog:
- Adds `setuptools-rust` as build system.
- Key.uids now contains the certification details of each user id.
- `merge_keys` in rjc
Real Python: The Real Python Podcast – Episode #123: Creating a Python Code Completer & More Abstract Syntax Tree Projects
Link: https://realpython.com/podcasts/rpp/123/
How does a code completion tool work? What is an Abstract Syntax Tree, and how is it created in Python? How does an AST help you write programs and projects that inspect and modify your Python code? T
Link: https://realpython.com/podcasts/rpp/123/
How does a code completion tool work? What is an Abstract Syntax Tree, and how is it created in Python? How does an AST help you write programs and projects that inspect and modify your Python code? T
Realpython
Episode #123: Creating a Python Code Completer & More Abstract Syntax Tree Projects – The Real Python Podcast
How does a code completion tool work? What is an Abstract Syntax Tree, and how is it created in Python? How does an AST help you write programs and projects that inspect and modify your Python code? This week on the show, Meredydd Luff, co-founder of Anvil…
Python for Beginners: Text Analysis in Python
Link: https://www.pythonforbeginners.com/basics/text-analysis-in-python
Analyzing text data is one of the most common tasks in the life of a person who works in natural language processing, machine learning and related areas. We need to find patterns, search specific stri
Link: https://www.pythonforbeginners.com/basics/text-analysis-in-python
Analyzing text data is one of the most common tasks in the life of a person who works in natural language processing, machine learning and related areas. We need to find patterns, search specific stri
PythonForBeginners.com
Text Analysis in Python - PythonForBeginners.com
Text Analysis in Python will help you improve your python skills with easy to follow examples and tutorials.
EuroPython: EuroPython August 2022 Newsletter
Link: https://blog.europython.eu/europython-august-2022-newsletter/
Hey, there! Welcome to the post-conference EuroPython newsletter! We hope you enjoyed the conference and had a great time, whether you joined us in person or remote.As you probably noticed, we skipped
Link: https://blog.europython.eu/europython-august-2022-newsletter/
Hey, there! Welcome to the post-conference EuroPython newsletter! We hope you enjoyed the conference and had a great time, whether you joined us in person or remote.As you probably noticed, we skipped
EuroPython Blog
EuroPython August 2022 Newsletter
Hello fellow Pythonistas! EuroPython August 2022 Newsletter is out.
TestDriven.io: Continuously Deploying Django to Linode with Docker and GitHub Actions
Link: https://testdriven.io/blog/deploying-django-to-linode-with-docker-and-github-actions/
In this tutorial, we'll look at how to configure GitHub Actions to continuously deploy a Django and Docker application to Linode.
Link: https://testdriven.io/blog/deploying-django-to-linode-with-docker-and-github-actions/
In this tutorial, we'll look at how to configure GitHub Actions to continuously deploy a Django and Docker application to Linode.
testdriven.io
Continuously Deploying Django to Linode with Docker and GitHub Actions
In this tutorial, we'll look at how to configure GitHub Actions to continuously deploy a Django and Docker application to Linode.
John Ludhi/nbshare.io: How To Get Measures Of Spread With Python
Link: https://www.nbshare.io/notebook/18988824/How-To-Get-Measures-Of-Spread-With-Python/
How To Get Measures Of Spread With Python
Measures of spread tell how spread the data points are. Some examples of measures of spread are quantiles, variance, standard deviation and me
Link: https://www.nbshare.io/notebook/18988824/How-To-Get-Measures-Of-Spread-With-Python/
How To Get Measures Of Spread With Python
Measures of spread tell how spread the data points are. Some examples of measures of spread are quantiles, variance, standard deviation and me
John Ludhi/nbshare.io: How To Get Measures Of Spread With Python
Link: https://www.nbshare.io/notebook/581906356/How-To-Get-Measures-Of-Spread-With-Python/
How To Get Measures Of Spread With Python
Measures of spread tell how spread the data points are. Some examples of measures of spread are quantiles, variance, standard deviation and mea
Link: https://www.nbshare.io/notebook/581906356/How-To-Get-Measures-Of-Spread-With-Python/
How To Get Measures Of Spread With Python
Measures of spread tell how spread the data points are. Some examples of measures of spread are quantiles, variance, standard deviation and mea
Python Bytes: #299 Will McGugan drops by
Link: https://pythonbytes.fm/episodes/show/299/will-mcgugan-drops-by
<p><strong>Watch the live stream:</strong></p>
<a href='https://www.youtube.com/watch?v=ayew8VBP3aA' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>
<p><strong>About the show</strong></p>
Link: https://pythonbytes.fm/episodes/show/299/will-mcgugan-drops-by
<p><strong>Watch the live stream:</strong></p>
<a href='https://www.youtube.com/watch?v=ayew8VBP3aA' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>
<p><strong>About the show</strong></p>
pythonbytes.fm
Will McGugan drops by
News and announcements from the Python community for the week of Sep 3rd, 2022
The Lunar Cowboy: Historical Values in Python
Link: https://lunarcowboy.com/historical-values-in-python.html
Often in programming we have some "constant" value that we define as a
variable in Python. But the only try constant is change.
Consider for example you have a program that needs to process a file wi
Link: https://lunarcowboy.com/historical-values-in-python.html
Often in programming we have some "constant" value that we define as a
variable in Python. But the only try constant is change.
Consider for example you have a program that needs to process a file wi
Jaime Buelta: Notes about ShipItCon 2022
Link: https://wrongsideofmemphis.com/2022/09/04/notes-about-shipitcon-2022/
Well, here we are again. Back to going physically to a place where people are talking for an audience in a structured way. It’s been quite some time. I’m not going to deny that the feeling was a bit w
Link: https://wrongsideofmemphis.com/2022/09/04/notes-about-shipitcon-2022/
Well, here we are again. Back to going physically to a place where people are talking for an audience in a structured way. It’s been quite some time. I’m not going to deny that the feeling was a bit w
Wrong Side of Memphis
Notes about ShipItCon 2022
Well, here we are again. Back to going physically to a place where people are talking for an audience in a structured way. It’s been quite some time. I’m not going to deny that the feel…
Wyatt Baldwin: A Few Thoughts About Two-factor Auth
Link: https://wyattbaldwin.com/2022/09/04/a-few-thoughts-about-two-factor-auth/
This post doesn’t break any new ground regarding two-factor auth (2FA). It’s more of a reminder and a cautionary tale. It’s also somewhat Mac and Python oriented, but the suggestions should be general
Link: https://wyattbaldwin.com/2022/09/04/a-few-thoughts-about-two-factor-auth/
This post doesn’t break any new ground regarding two-factor auth (2FA). It’s more of a reminder and a cautionary tale. It’s also somewhat Mac and Python oriented, but the suggestions should be general
Podcast.__init__: Exploring The Process And Practice Of Building Better Software Through Code Reviews
Link: https://www.pythonpodcast.com/code-review-for-better-software-episode-376/
Writing code is only one piece of creating good software. Code reviews are an important step in the process of building applications that are maintainable and sustainable. In this episode On Freund sh
Link: https://www.pythonpodcast.com/code-review-for-better-software-episode-376/
Writing code is only one piece of creating good software. Code reviews are an important step in the process of building applications that are maintainable and sustainable. In this episode On Freund sh
The Python Podcast.__init__
The Python Podcast.__init__: Exploring The Process And Practice Of Building Better Software Through Code Reviews
An interview with On Freund about the benefits of code review for software teams and how to incorporate it into your development practice in a positive and productive manner.
Django Weblog: Django bugfix release: 4.1.1
Link: https://www.djangoproject.com/weblog/2022/sep/05/bugfix-release/
Today we've issued the 4.1.1 bugfix release.
The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used for this release is
Link: https://www.djangoproject.com/weblog/2022/sep/05/bugfix-release/
Today we've issued the 4.1.1 bugfix release.
The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used for this release is
Anwesha Das: "Python for Everyone": learning Python
Link: http://anweshadas.in/python-for-everyone-learning-python/
I conceptualized "Python for Everyone" to help women who want to start their careers in technology. After the introduction sessions, it was time for us to learn real "Technology". What better to start
Link: http://anweshadas.in/python-for-everyone-learning-python/
I conceptualized "Python for Everyone" to help women who want to start their careers in technology. After the introduction sessions, it was time for us to learn real "Technology". What better to start
Law Explained India
"Python for Everyone": learning Python
I conceptualized "Python for Everyone" to help women who want to start their careers in technology. After the introduction sessions, it was time for us to learn real "Technology". What better to start with than Python? Python 101 Part I in Sunet Sunet has…
Python for Beginners: Create Numpy Array in Python
Link: https://www.pythonforbeginners.com/basics/create-numpy-array-in-python
Numpy arrays are used in python, especially in data analytics, machine learning, and data science to manipulate numerical data. In this article, we will discuss different ways to create a numpy array
Link: https://www.pythonforbeginners.com/basics/create-numpy-array-in-python
Numpy arrays are used in python, especially in data analytics, machine learning, and data science to manipulate numerical data. In this article, we will discuss different ways to create a numpy array
PythonForBeginners.com
Create Numpy Array in Python - PythonForBeginners.com
Create Numpy Array in Python will help you improve your python skills with easy to follow examples and tutorials.
Real Python: Python News: What's New From August 2022
Link: https://realpython.com/python-news-august-2022/
In August 2022, Python inched closer to the 3.11 release, pandas introduced enhancement proposals, various packages saw new releases, Python extended its lead at the top of the TIOBE index, and PyPI b
Link: https://realpython.com/python-news-august-2022/
In August 2022, Python inched closer to the 3.11 release, pandas introduced enhancement proposals, various packages saw new releases, Python extended its lead at the top of the TIOBE index, and PyPI b
Realpython
Python News: What's New From August 2022 – Real Python
In August 2022, Python inched closer to the 3.11 release, pandas introduced enhancement proposals, various packages saw new releases, Python extended its lead at the top of the TIOBE index, and PyPI battled malware.
Talk Python to Me: #380: 7 lessons from building a modern TUI framework
Link: https://talkpython.fm/episodes/show/380/7-lessons-from-building-a-modern-tui-framework
Terminals seem like the very lowest common denominator for software platforms. They have to work over SSH. They only show text. You can't do much with them. Or can you? Will McGugan and team have been
Link: https://talkpython.fm/episodes/show/380/7-lessons-from-building-a-modern-tui-framework
Terminals seem like the very lowest common denominator for software platforms. They have to work over SSH. They only show text. You can't do much with them. Or can you? Will McGugan and team have been
talkpython.fm
7 lessons from building a modern TUI framework
Terminals seem like the very lowest common denominator for software platforms. They have to work over SSH. They only show text. You can't do much with them. Or can you? Will McGugan and team have been building Textual (based on Rich) which looks more like…