Anarcat: Tuning my wifi radios
Link: https://anarc.at/blog/2022-04-13-wifi-tuning/
After listening to an episode of the 2.5 admins podcast, I
realized there was some sort of low-hanging fruit I could pick to
better tune my WiFi at home. You see, I'm kind of a fraud in WiFi: I
only s
Link: https://anarc.at/blog/2022-04-13-wifi-tuning/
After listening to an episode of the 2.5 admins podcast, I
realized there was some sort of low-hanging fruit I could pick to
better tune my WiFi at home. You see, I'm kind of a fraud in WiFi: I
only s
Stack Abuse: Guide to Dictionaries in Python
Link: https://stackabuse.com/python-dictionary-tutorial/
Introduction
Python comes with a variety of built-in data structures, capable of storing different types of data. A Python dictionary is one such data structure that can store data in the form of key-
Link: https://stackabuse.com/python-dictionary-tutorial/
Introduction
Python comes with a variety of built-in data structures, capable of storing different types of data. A Python dictionary is one such data structure that can store data in the form of key-
Stack Abuse
Guide to Dictionaries in Python
Python comes with a variety of built-in data structures, capable of storing different types of data. A Python dictionary is one such data structure that can st...
Mike Driscoll: Python 101 - Intro to Graphing with Python and Matplotlib (Video)
Link: https://www.blog.pythonlibrary.org/2022/04/14/python-101-intro-to-graphing-with-python-and-matplotlib-video/
Python has lots of data visualization packages available to it. One of the most popular is Matplotlib.
In this video tutorial, will be learning about the following topics:
Creating a Simple Line Char
Link: https://www.blog.pythonlibrary.org/2022/04/14/python-101-intro-to-graphing-with-python-and-matplotlib-video/
Python has lots of data visualization packages available to it. One of the most popular is Matplotlib.
In this video tutorial, will be learning about the following topics:
Creating a Simple Line Char
Mouse Vs Python
Python 101 - Intro to Graphing with Python and Matplotlib (Video) - Mouse Vs Python
Python has lots of data visualization packages available to it. One of the most popular is Matplotlib. In this video tutorial, will be learning about the
Ned Batchelder: Python custom formatting
Link: https://nedbatchelder.com/blog/202204/python_custom_formatting.html
Python f-strings use a formatting mini-language, the same as the older
.format() function. After the colon comes short specifications for how to
format the value:>>> word = "Hello"
>>> f"{word:/^20}"
Link: https://nedbatchelder.com/blog/202204/python_custom_formatting.html
Python f-strings use a formatting mini-language, the same as the older
.format() function. After the colon comes short specifications for how to
format the value:>>> word = "Hello"
>>> f"{word:/^20}"
Nedbatchelder
Python custom formatting
Python objects can define their own format mini-language.
Real Python: The Real Python Podcast – Episode #106: Class Constructors & Pythonic Image Processing
Link: https://realpython.com/podcasts/rpp/106/
Do you know the difference between creating a class instance and initializing it? Would you like an interactive tour of the Python Pillow library? This week on the show, Christopher Trudeau is here, a
Link: https://realpython.com/podcasts/rpp/106/
Do you know the difference between creating a class instance and initializing it? Would you like an interactive tour of the Python Pillow library? This week on the show, Christopher Trudeau is here, a
Realpython
Episode #106: Class Constructors & Pythonic Image Processing – The Real Python Podcast
Do you know the difference between creating a class instance and initializing it? Would you like an interactive tour of the Python Pillow library? This week on the show, Christopher Trudeau is here, and he's brought another batch of PyCoder's Weekly articles…
Python Bytes: #279 Autocorrect and other Git Tricks
Link: https://pythonbytes.fm/episodes/show/279/autocorrect-and-other-git-tricks
<p><strong>Watch the live stream:</strong></p>
<a href='https://www.youtube.com/watch?v=RXqP1q8Yp1g' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>
<p><strong>About the show</strong></p>
Link: https://pythonbytes.fm/episodes/show/279/autocorrect-and-other-git-tricks
<p><strong>Watch the live stream:</strong></p>
<a href='https://www.youtube.com/watch?v=RXqP1q8Yp1g' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>
<p><strong>About the show</strong></p>
pythonbytes.fm
Autocorrect and other Git Tricks
News and announcements from the Python community for the week of Apr 15th, 2022
Talk Python to Me: #361: Pangeo Data Ecosystem
Link: https://talkpython.fm/episodes/show/361/pangeo-data-ecosystem
Python's place is climate research is an important one. In this episode, you'll meet Joe Hamman and Ryan Abernathy, two researchers using powerful cloud computing systems and Python to understand how
Link: https://talkpython.fm/episodes/show/361/pangeo-data-ecosystem
Python's place is climate research is an important one. In this episode, you'll meet Joe Hamman and Ryan Abernathy, two researchers using powerful cloud computing systems and Python to understand how
talkpython.fm
Pangeo Data Ecosystem
Python's place in climate research is an important one. In this episode, you'll meet Joe Hamman and Ryan Abernathey, two researchers using powerful cloud computing systems and Python to understand how the world around us is changing. They are both involved…
The Python Coding Blog: Debugging Python Code Is Like Detective Work — Let’s Investigate
Link: https://thepythoncodingbook.com/2022/04/17/debugging-python-code-is-like-detective-work-lets-investigate/
Debugging Python code is not a mysterious art form. It’s like a detective solving a mystery. This analogy comes from one of my favourite programming aphorisms: “Debugging is like being the detective i
Link: https://thepythoncodingbook.com/2022/04/17/debugging-python-code-is-like-detective-work-lets-investigate/
Debugging Python code is not a mysterious art form. It’s like a detective solving a mystery. This analogy comes from one of my favourite programming aphorisms: “Debugging is like being the detective i
The Python Coding Book
Debugging Python Code Is Like Detective Work — Let's Investigate
Debugging Python code is like detective work. The article compares guidelines used by police detectives and Python debugging methods
ItsMyCode: Python List pop()
Link: https://itsmycode.com/python-list-pop/
Python List pop() is a built-in function that removes the item at the specified index from the list and returns the removed item. If the index is not passed, the last item is popped out and removed fr
Link: https://itsmycode.com/python-list-pop/
Python List pop() is a built-in function that removes the item at the specified index from the list and returns the removed item. If the index is not passed, the last item is popped out and removed fr
ItsMyCode
Python List pop() - ItsMyCode
Python List pop() is a built-in function that removes the item at the specified index from the list and returns the removed item.
Mike Driscoll: PyDev of the Week: Mirko Galimberti
Link: https://www.blog.pythonlibrary.org/2022/04/18/pydev-of-the-week-mirko-galimberti/
This week we welcome Mirko Galimberti (@M1sl6) as our PyDev of the Week! Mirko is a core developer of Kivy, a cross-platform GUI framework for Python that targets iOS and Android, but works on Linux,
Link: https://www.blog.pythonlibrary.org/2022/04/18/pydev-of-the-week-mirko-galimberti/
This week we welcome Mirko Galimberti (@M1sl6) as our PyDev of the Week! Mirko is a core developer of Kivy, a cross-platform GUI framework for Python that targets iOS and Android, but works on Linux,
Mouse Vs Python
PyDev of the Week: Mirko Galimberti - Mouse Vs Python
This week we welcome Mirko Galimberti (@M1sl6) as our PyDev of the Week! Mirko is a core developer of Kivy, a cross-platform GUI framework for Python that
Real Python: How to Get the Most Out of PyCon US
Link: https://realpython.com/pycon-guide/
Congratulations! You’re going to PyCon US!
Whether this is your first time or not, going to a conference full of people who love the same thing as you is always a fun experience. There’s so much more
Link: https://realpython.com/pycon-guide/
Congratulations! You’re going to PyCon US!
Whether this is your first time or not, going to a conference full of people who love the same thing as you is always a fun experience. There’s so much more
Realpython
How to Get the Most Out of PyCon US – Real Python
In this article, you'll learn how you can get the most out of PyCon US. Whether you're a first-timer or a seasoned attendee, this guide will help you get ready to have a great PyCon.
RoseHosting Blog: How to Install and Switch Python Versions on Ubuntu 20.04
Link: https://www.rosehosting.com/blog/how-to-install-and-switch-python-versions-on-ubuntu-20-04/
This tutorial is about installing and switching between different Python versions on Ubuntu 20.04. Using multiple Python versions on your ...
Read more
The post How to Install and Switch Python Versi
Link: https://www.rosehosting.com/blog/how-to-install-and-switch-python-versions-on-ubuntu-20-04/
This tutorial is about installing and switching between different Python versions on Ubuntu 20.04. Using multiple Python versions on your ...
Read more
The post How to Install and Switch Python Versi
RoseHosting
How to Install and Switch Python Versions on Ubuntu 20.04
How to Install and Switch Python Versions on Ubuntu 20.04 | RoseHosting
Podcast.__init__: Cloud Native Networking For Developers With The Gloo Platform
Link: https://www.pythonpodcast.com/solo-gloo-cloud-native-networking-episode-360/
Communication is a fundamental requirement for any program or application. As the friction involved in deploying code has gone down, the motivation for architecting your system as microservices goes u
Link: https://www.pythonpodcast.com/solo-gloo-cloud-native-networking-episode-360/
Communication is a fundamental requirement for any program or application. As the friction involved in deploying code has gone down, the motivation for architecting your system as microservices goes u
The Python Podcast.__init__
The Python Podcast.__init__: Cloud Native Networking For Developers With The Gloo Platform
An interview with Idit Levine about how the open source Gloo platform simplifies the adoption of cloud-native networking for your microservice environments
Stack Abuse: Guide to Sets in Python
Link: https://stackabuse.com/sets-in-python/
Introduction
In Python, a set is a data structure that stores unordered items. The set items are also unindexed. Like a list, a set allows the addition and removal of elements. However, there are a fe
Link: https://stackabuse.com/sets-in-python/
Introduction
In Python, a set is a data structure that stores unordered items. The set items are also unindexed. Like a list, a set allows the addition and removal of elements. However, there are a fe
Stack Abuse
Guide to Sets in Python
In Python, a set is a data structure that stores unordered items. The set items are also unindexed. Like a list, a set allows the addition and removal of eleme...
Stack Abuse: Lists vs Tuples in Python
Link: https://stackabuse.com/lists-vs-tuples-in-python/
Introduction
Lists and tuples are two of the most commonly used data structures in Python, with dictionary being the third. Lists and tuples have many similarities:
They are both sequence data types
Link: https://stackabuse.com/lists-vs-tuples-in-python/
Introduction
Lists and tuples are two of the most commonly used data structures in Python, with dictionary being the third. Lists and tuples have many similarities:
They are both sequence data types
Stack Abuse
Lists vs Tuples in Python
Lists and tuples are two of the most commonly used data structures in Python, with dictionary being the third. Lists and tuples have many similarities: They a...
Real Python: Building a Django User Management System
Link: https://realpython.com/courses/building-a-django-user-management-system/
If you’re building your own Django applications, you might decide to extend them with user accounts. In this video course, you’ll learn how to work with Django user management and add it to your progr
Link: https://realpython.com/courses/building-a-django-user-management-system/
If you’re building your own Django applications, you might decide to extend them with user accounts. In this video course, you’ll learn how to work with Django user management and add it to your progr
Realpython
Building a Django User Management System – Real Python
In this video course, you'll learn how to extend your Django application with a user management system, complete with email sending and third-party authentication.
Python Morsels: What are hashable objects?
Link: https://www.pythonmorsels.com/what-are-hashable-objects/
Sets and dictionaries are powered by hashability. And hashable objects tend to be immutable.
Table of contents
Sets items must be hashable
Dictionary keys must be hashable
Hashability makes dictio
Link: https://www.pythonmorsels.com/what-are-hashable-objects/
Sets and dictionaries are powered by hashability. And hashable objects tend to be immutable.
Table of contents
Sets items must be hashable
Dictionary keys must be hashable
Hashability makes dictio
Pythonmorsels
What is "hashable" in Python?
Sets and dictionaries are powered by hashability. And hashable objects tend to be immutable.
PyCoder’s Weekly: Issue #521 (April 19, 2022)
Link: https://pycoders.com/issues/521
#521 – APRIL 19, 2022 View in Browser » Build an Editor in Python and WebAssembly Step-by-step instructions on how to build a code editor in the browser using Python and WebAssembly (WASM), via
Link: https://pycoders.com/issues/521
#521 – APRIL 19, 2022 View in Browser » Build an Editor in Python and WebAssembly Step-by-step instructions on how to build a code editor in the browser using Python and WebAssembly (WASM), via
Pycoders
PyCoder’s Weekly | Issue #521
Issue #521 of the PyCoder’s Weekly newsletter, published April 19, 2022.
Mike Driscoll: Python 101 - Intro to Testing with Python and unittest (Video)
Link: https://www.blog.pythonlibrary.org/2022/04/20/python-101-intro-to-testing-with-python-and-unittest-video/
In this tutorial, you will learn the basics of testing with Python and the built-in unittest module
You can also read the article that this video is based on at Mouse vs Python here: Python 3 Testing
Link: https://www.blog.pythonlibrary.org/2022/04/20/python-101-intro-to-testing-with-python-and-unittest-video/
In this tutorial, you will learn the basics of testing with Python and the built-in unittest module
You can also read the article that this video is based on at Mouse vs Python here: Python 3 Testing
Mouse Vs Python
Python 101 - Intro to Testing with Python and unittest (Video) - Mouse Vs Python
In this tutorial, you will learn the basics of testing with Python and the built-in unittest module You can also read the article that this video is based
Real Python: Python 3.11 Preview: Task and Exception Groups
Link: https://realpython.com/python311-exception-groups/
Python 3.11 will be released in October 2022. Even though October is still months away, you can already preview some of the upcoming features, including the new task and exception groups that Python 3
Link: https://realpython.com/python311-exception-groups/
Python 3.11 will be released in October 2022. Even though October is still months away, you can already preview some of the upcoming features, including the new task and exception groups that Python 3
Realpython
Python 3.11 Preview: Task and Exception Groups – Real Python
Python 3.11 will be released in October 2022. In this tutorial, you'll install the latest alpha release of Python 3.11 in order to preview task and exception groups and learn about how they can improve your asynchronous programming in Python.
Talk Python to Me: #362: Hypermodern Python Projects
Link: https://talkpython.fm/episodes/show/362/hypermodern-python-projects
What would a modern Python project look like? Maybe it would use Poetry rather than pip directly for its package management. Perhaps its test automation would be controlled with Nox. You might automat
Link: https://talkpython.fm/episodes/show/362/hypermodern-python-projects
What would a modern Python project look like? Maybe it would use Poetry rather than pip directly for its package management. Perhaps its test automation would be controlled with Nox. You might automat
talkpython.fm
Hypermodern Python Projects
What would a modern Python project look like? Maybe it would use Poetry rather than pip directly for its package management. Perhaps its test automation would be controlled with Nox. You might automate its release notes with Release Drafter. The list goes…