PyCoder’s Weekly: Issue #542 (Sept. 13, 2022)
Link: https://pycoders.com/issues/542
#542 – SEPTEMBER 13, 2022 View in Browser » List Comprehensions Are More Powerful Than You Think List comprehensions have a lot of depth. This article takes you beyond the basics and explains ne
Link: https://pycoders.com/issues/542
#542 – SEPTEMBER 13, 2022 View in Browser » List Comprehensions Are More Powerful Than You Think List comprehensions have a lot of depth. This article takes you beyond the basics and explains ne
Pycoders
PyCoder’s Weekly | Issue #542
Issue #542 of the PyCoder’s Weekly newsletter, published Sept. 13, 2022.
Python for Beginners: Select Row From a Dataframe in Python
Link: https://www.pythonforbeginners.com/basics/select-row-from-a-dataframe-in-python
Pandas dataframes are used to handle tabular data in Python. In this article, we will discuss how to select a row from a dataframe in Python. We will also discuss how we can use boolean operators to s
Link: https://www.pythonforbeginners.com/basics/select-row-from-a-dataframe-in-python
Pandas dataframes are used to handle tabular data in Python. In this article, we will discuss how to select a row from a dataframe in Python. We will also discuss how we can use boolean operators to s
PythonForBeginners.com
Select Row From a Dataframe in Python - PythonForBeginners.com
Select Row From a Dataframe in Python will help you improve your python skills with easy to follow examples and tutorials.
Real Python: How to Replace a String in Python
Link: https://realpython.com/replace-string-python/
If you’re looking for ways to remove or replace all or part of a string in Python, then this tutorial is for you. You’ll be taking a fictional chat room transcript and sanitizing it using both the .re
Link: https://realpython.com/replace-string-python/
If you’re looking for ways to remove or replace all or part of a string in Python, then this tutorial is for you. You’ll be taking a fictional chat room transcript and sanitizing it using both the .re
Realpython
How to Replace a String in Python – Real Python
In this tutorial, you'll learn how to remove or replace a string or substring. You'll go from the basic string method .replace() all the way up to a multi-layer regex pattern using the sub() function from Python's re module.
The Python Coding Blog: Functions in Python are Like a Coffee Machine
Link: https://thepythoncodingbook.com/2022/09/14/functions-in-python-are-like-coffee-machines/
Functions in Python are one of those topics for beginners! Most understand what functions are at a basic level. However, there’s much more detail and nuance to defining and calling functions in Python
Link: https://thepythoncodingbook.com/2022/09/14/functions-in-python-are-like-coffee-machines/
Functions in Python are one of those topics for beginners! Most understand what functions are at a basic level. However, there’s much more detail and nuance to defining and calling functions in Python
The Python Coding Book
Functions in Python are like a Coffee Machine
A great way to understand the ins and outs of Python functions is through this Coffee Machine analogy
Python Does What?!: Mock Everything
Link: https://www.pythondoeswhat.com/2022/09/mock-everything.html
A mock object is meant to simulate any API for the purposes of testing.The python standard library includes MagicMock.>>> from unittest.mock import MagicMock>>> mock = MagicMock()>>> mock.a<MagicMock
Link: https://www.pythondoeswhat.com/2022/09/mock-everything.html
A mock object is meant to simulate any API for the purposes of testing.The python standard library includes MagicMock.>>> from unittest.mock import MagicMock>>> mock = MagicMock()>>> mock.a<MagicMock
Pythondoeswhat
Mock Everything
A mock object is meant to simulate any API for the purposes of testing. The python standard library includes MagicMock . >>> from unittes...
Tryton News: Debian integration packages for Tryton
Link: https://discuss.tryton.org/t/debian-integration-packages-for-tryton/5531
I am glad to announce a new set of Tryton integration packages for Debian that allows one to setup a production grade Tryton environment with a guided setup.
The new available packages are
tryton-se
Link: https://discuss.tryton.org/t/debian-integration-packages-for-tryton/5531
I am glad to announce a new set of Tryton integration packages for Debian that allows one to setup a production grade Tryton environment with a guided setup.
The new available packages are
tryton-se
Tryton Discussion
Debian integration packages for Tryton
I am glad to announce a new set of Tryton integration packages for Debian that allows one to setup a production grade Tryton environment with a guided setup. The new available packages are tryton-server-postgresql This package helps in the creation and…
IslandT: Python Tutorial — Chapter 4
Link: https://islandtropicaman.com/wp/2022/09/15/python-tutorial-chapter-4/
In this tutorial, I am going to show you how to work with strings in Python!
How to represent a string
Strings in python are surrounded by either single or double quotation mark.
aname = ‘Jimmy’
anoth
Link: https://islandtropicaman.com/wp/2022/09/15/python-tutorial-chapter-4/
In this tutorial, I am going to show you how to work with strings in Python!
How to represent a string
Strings in python are surrounded by either single or double quotation mark.
aname = ‘Jimmy’
anoth
Amjith Ramanujam: Examples are Awesome
Link: https://blog.amjith.com/examples-are-awesome
There are two things I look for whenever I check out an Opensource project or library that I want to use. 1. Screenshots (A picture is worth a thousand words). 2. Examples (Don't tell me what to do, s
Link: https://blog.amjith.com/examples-are-awesome
There are two things I look for whenever I check out an Opensource project or library that I want to use. 1. Screenshots (A picture is worth a thousand words). 2. Examples (Don't tell me what to do, s
Brain Spill
Examples are Awesome
There are two things I look for whenever I check out an Opensource project or library that I want to use.
1. Screenshots (A picture is worth a thousand words).
2. Examples (Don't tell me what...
1. Screenshots (A picture is worth a thousand words).
2. Examples (Don't tell me what...
Python Bytes: #301 PyTorch Grows Up and Moves Out
Link: https://pythonbytes.fm/episodes/show/301/pytorch-grows-up-and-moves-out
<p><strong>Watch the live stream:</strong></p>
<a href='https://www.youtube.com/watch?v=oCLokYIIT0U' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>
<p><strong>About the show</strong></p>
Link: https://pythonbytes.fm/episodes/show/301/pytorch-grows-up-and-moves-out
<p><strong>Watch the live stream:</strong></p>
<a href='https://www.youtube.com/watch?v=oCLokYIIT0U' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>
<p><strong>About the show</strong></p>
pythonbytes.fm
PyTorch Grows Up and Moves Out
News and announcements from the Python community for the week of Sep 15th, 2022
PyCharm: PyCharm 2022.2.2 Is Out!
Link: https://blog.jetbrains.com/pycharm/2022/09/2022-2-2/
We’ve just released the second bug-fix update for PyCharm 2022.2.
You can update to this version from inside the IDE, by using the Toolbox App, or by using snaps if you are a Ubuntu user. You can also
Link: https://blog.jetbrains.com/pycharm/2022/09/2022-2-2/
We’ve just released the second bug-fix update for PyCharm 2022.2.
You can update to this version from inside the IDE, by using the Toolbox App, or by using snaps if you are a Ubuntu user. You can also
The JetBrains Blog
PyCharm 2022.2.2 Is Out! | The PyCharm Blog
We’ve just released the second bug-fix update for PyCharm 2022.2. You can update to this version from inside the IDE, by using the Toolbox App, or by using snaps for Ubuntu. You can also download i
PyBites: From Basketball Athlete to DevRel, Dropping the Fear of Failure
Link: https://pybit.es/articles/pp87-from-athlete-to-devrel-dropping-fear-of-failure/
Listen here:
This week we have Tonya Sims on the show to talk about her journey from athlete / basketball player to Python Developer Advocate / DevRel and entrepreneur.
We talk about how she combines
Link: https://pybit.es/articles/pp87-from-athlete-to-devrel-dropping-fear-of-failure/
Listen here:
This week we have Tonya Sims on the show to talk about her journey from athlete / basketball player to Python Developer Advocate / DevRel and entrepreneur.
We talk about how she combines
PyBites
From Basketball Athlete To DevRel, Dropping The Fear Of Failure - PyBites
This week we have Tonya Sims on the show to talk about her journey from athlete / basketball player to Python Developer Advocate / DevRel and
"Paolo Amoroso's Journal": Impractical Python Projects and Real-World Python
Link: https://journal.paoloamoroso.com/impractical-python-projects-and-real-world-python?pk_campaign=rss-feed
If you lived through the personal computer revolution of the 1980s, you may have read some books that got you hooked with programming. These works led the reader through the intellectual adventure of
Link: https://journal.paoloamoroso.com/impractical-python-projects-and-real-world-python?pk_campaign=rss-feed
If you lived through the personal computer revolution of the 1980s, you may have read some books that got you hooked with programming. These works led the reader through the intellectual adventure of
Paolo Amoroso's Journal
Impractical Python Projects and Real-World Python — Paolo Amoroso's Journal
If you lived through the personal computer revolution of the 1980s, you may have read some books that got you hooked with programming. Th...
Real Python: The Real Python Podcast – Episode #125: Improve Matplotlib With Style Sheets & Python Async for the Web
Link: https://realpython.com/podcasts/rpp/125/
Have you thought the standard output from Matplotlib is a bit generic looking? Would you like a quick way to add style and consistency to your data visualizations? This week on the show, Christopher T
Link: https://realpython.com/podcasts/rpp/125/
Have you thought the standard output from Matplotlib is a bit generic looking? Would you like a quick way to add style and consistency to your data visualizations? This week on the show, Christopher T
Realpython
Episode #125: Improve Matplotlib With Style Sheets & Python Async for the Web – The Real Python Podcast
Have you thought the standard output from Matplotlib is a bit generic looking? Would you like a quick way to add style and consistency to your data visualizations? This week on the show, Christopher Trudeau is here, bringing another batch of PyCoder's Weekly…
Python for Beginners: Rename Specific Columns in Dataframe
Link: https://www.pythonforbeginners.com/basics/rename-specific-columns-in-dataframe
Pandas Dataframes are used to handle tabular data in python. In this article, we will discuss how we can rename specific columns in a dataframe in python.
Rename Specific Columns in a Dataframe by Ind
Link: https://www.pythonforbeginners.com/basics/rename-specific-columns-in-dataframe
Pandas Dataframes are used to handle tabular data in python. In this article, we will discuss how we can rename specific columns in a dataframe in python.
Rename Specific Columns in a Dataframe by Ind
PythonForBeginners.com
Rename Specific Columns in Dataframe - PythonForBeginners.com
Rename Specific Columns in Dataframe will help you improve your python skills with easy to follow examples and tutorials.
death and gravity: reader 3.0 released
Link: https://death.andgravity.com/reader-3-0
Hi there!
I'm happy to announce version 3.0 of reader, a Python feed reader library.
This release removes a number of deprecated methods and attributes,
for a cleaner, more consistent API.
See the cha
Link: https://death.andgravity.com/reader-3-0
Hi there!
I'm happy to announce version 3.0 of reader, a Python feed reader library.
This release removes a number of deprecated methods and attributes,
for a cleaner, more consistent API.
See the cha
Talk Python to Me: #381: Python Perf: Specializing, Adaptive Interpreter
Link: https://talkpython.fm/episodes/show/381/python-perf-specializing-adaptive-interpreter
We are on the edge of a major jump in Python performance. With the work done by the Faster CPython team and Python 3.11 due out in around a month, your existing Python code might see an increase of we
Link: https://talkpython.fm/episodes/show/381/python-perf-specializing-adaptive-interpreter
We are on the edge of a major jump in Python performance. With the work done by the Faster CPython team and Python 3.11 due out in around a month, your existing Python code might see an increase of we
talkpython.fm
Python Perf: Specializing, Adaptive Interpreter
We are on the edge of a major jump in Python performance. With the work done by the Faster CPython team and Python 3.11 due out in around a month, your existing Python code might see an increase of well over 25% in speed with no changes. One of the main reasons…
IslandT: Python Tutorial — Chapter 5
Link: https://islandtropicaman.com/wp/2022/09/18/python-tutorial-chapter-5/
In this chapter let us all look at the Python Arithmetic Operators and understand how to use them all. Python arithmetic operators basically operate in the same manner as the other programming lnaguag
Link: https://islandtropicaman.com/wp/2022/09/18/python-tutorial-chapter-5/
In this chapter let us all look at the Python Arithmetic Operators and understand how to use them all. Python arithmetic operators basically operate in the same manner as the other programming lnaguag
Zato Blog: Using OAuth in API Integrations
Link: https://zato.io/blog/posts/oauth-api-integrations.html
OAuth is often employed in processes requiring permissions to be granted to frontend applications and end users.
Yet, what we typically need in API systems integrations is a way to secure connections
Link: https://zato.io/blog/posts/oauth-api-integrations.html
OAuth is often employed in processes requiring permissions to be granted to frontend applications and end users.
Yet, what we typically need in API systems integrations is a way to secure connections
zato.io
Zato Blog
The Digital Cat: First-class objects in Python - Higher-order functions, wrappers, and factories
Link: https://www.thedigitalcatonline.com/blog/2021/03/09/first-class-objects-in-python/
My new book "First-class objects in Python" is out! Grab your FREE copy here!
Link: https://www.thedigitalcatonline.com/blog/2021/03/09/first-class-objects-in-python/
My new book "First-class objects in Python" is out! Grab your FREE copy here!
Thedigitalcatonline
First-class objects in Python - Higher-order functions, wrappers, and factories
My new book
Podcast.__init__: Catching Up With Pyre, A Fast Type Checker For Python
Link: https://www.pythonpodcast.com/pyre-type-checker-episode-378/
Static typing versus dynamic typing is one of the oldest debates in software development. In recent years a number of dynamic languages have worked toward a middle ground by adding support for type hi
Link: https://www.pythonpodcast.com/pyre-type-checker-episode-378/
Static typing versus dynamic typing is one of the oldest debates in software development. In recent years a number of dynamic languages have worked toward a middle ground by adding support for type hi
The Python Podcast.__init__
The Python Podcast.__init__: Catching Up With Pyre, A Fast Type Checker For Python
An interview with Shannon Zhu about the Pyre project, and how to decide which type checker is right for you