Talk Python to Me: #341: 25 Pandas Functions You Didn’t Know Existed
Link: https://talkpython.fm/episodes/show/341/25-pandas-functions-you-didn-t-know-existed
Do you do anything with Jupyter notebooks? If you do, there is a very good chance you're working with the pandas library. This is one of THE primary tools of anyone doing computational work or data ex
Link: https://talkpython.fm/episodes/show/341/25-pandas-functions-you-didn-t-know-existed
Do you do anything with Jupyter notebooks? If you do, there is a very good chance you're working with the pandas library. This is one of THE primary tools of anyone doing computational work or data ex
talkpython.fm
25 Pandas Functions You Didn’t Know Existed
Do you do anything with Jupyter notebooks? If you do, there is a very good chance you're working with the pandas library. This is one of THE primary tools of anyone doing computational work or data exploration with Python. Yet, this library is massive and…
Python Bytes: #259 That argument is a little late-bound
Link: https://pythonbytes.fm/episodes/show/259/that-argument-is-a-little-late-bound
<p><strong>Watch the live stream:</strong></p>
<a href='https://www.youtube.com/watch?v=IB4RBvz8sXU' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>
<p><strong>About the show</strong></p>
Link: https://pythonbytes.fm/episodes/show/259/that-argument-is-a-little-late-bound
<p><strong>Watch the live stream:</strong></p>
<a href='https://www.youtube.com/watch?v=IB4RBvz8sXU' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>
<p><strong>About the show</strong></p>
pythonbytes.fm
That argument is a little late-bound
News and announcements from the Python community for the week of Nov 17th, 2021
Codementor: How to Send MMS in Python Using Plivo's Messaging API
Link: https://www.codementor.io/plivocommunity/how-to-send-mms-in-python-using-plivo-s-messaging-api-1nrv5nll4y
How to Send MMS in Python Using Plivo's Messaging API
Link: https://www.codementor.io/plivocommunity/how-to-send-mms-in-python-using-plivo-s-messaging-api-1nrv5nll4y
How to Send MMS in Python Using Plivo's Messaging API
www.codementor.io
How to Send MMS in Python Using Plivo's Messaging API | Codementor
Test and Code: 170: pytest for Data Science and Machine Learning - Prayson Daniel
Link: https://testandcode.com/170
Prayson Daniel, a principle data scientist, discusses testing machine learning pipelines with pytest.
Prayson is using pytest for some pretty cool stuff, including:
unit tests, of course
testing pipe
Link: https://testandcode.com/170
Prayson Daniel, a principle data scientist, discusses testing machine learning pipelines with pytest.
Prayson is using pytest for some pretty cool stuff, including:
unit tests, of course
testing pipe
Test & Code in Python
Test & Code in Python 170: pytest for Data Science and Machine Learning - Prayson Daniel
Prayson Daniel, a principle data scientist, discusses testing machine learning pipelines with pytest
PyCharm: PyCharm 2021.3 Release Candidate Is Out
Link: https://blog.jetbrains.com/pycharm/2021/11/2021-3-rc/
PyCharm’s 2021.3 major release is right around the corner, and now the PyCharm team is fine-tuning the new features and fixing important bugs.
As we approach the end of our EAP – Early Access Program,
Link: https://blog.jetbrains.com/pycharm/2021/11/2021-3-rc/
PyCharm’s 2021.3 major release is right around the corner, and now the PyCharm team is fine-tuning the new features and fixing important bugs.
As we approach the end of our EAP – Early Access Program,
JetBrains Blog
PyCharm 2021.3 Release Candidate Is Out | The PyCharm Blog
PyCharm’s 2021.3 major release is right around the corner, and now the PyCharm team is fine-tuning the new features and fixing important bugs.
As we approach the end of our EAP - Early Access Program
As we approach the end of our EAP - Early Access Program
Evennia: The Evennia blog has moved to evennia.com!
Link: http://evennia.blogspot.com/2021/11/the-evennia-blog-has-moved-to-evenniacom.html
This dev blog has moved! All past and future posts will now be found here instead on evennia.com. The linked post discusses the move in more detail, including the little custom blog platform I wrote f
Link: http://evennia.blogspot.com/2021/11/the-evennia-blog-has-moved-to-evenniacom.html
This dev blog has moved! All past and future posts will now be found here instead on evennia.com. The linked post discusses the move in more detail, including the little custom blog platform I wrote f
Blogspot
The Evennia blog has moved to evennia.com!
This dev blog has moved! All past and future posts will now be found here instead on evennia.com. The linked post discusses the move in mor...
"Mathspp Pydon'ts": String formatting comparison | Pydon't 🐍
Link: https://mathspp.com/blog/pydonts/string-formatting-comparison
This article compares the three main string formatting methods in Python and suggests which methods to use in each situation.
(If you are new here and have no idea what a Pydon't is, you may want to
Link: https://mathspp.com/blog/pydonts/string-formatting-comparison
This article compares the three main string formatting methods in Python and suggests which methods to use in each situation.
(If you are new here and have no idea what a Pydon't is, you may want to
Mathspp
String formatting comparison | Pydon't 🐍
This article compares the three main string formatting methods in Python and suggests which methods to use in each situation.
Real Python: The Real Python Podcast – Episode #87: Building a Content Aggregator and Working With RSS in Python
Link: https://realpython.com/podcasts/rpp/87/
Have you wanted to work with RSS feeds in Python? Maybe you're looking for a new project to build for your portfolio that uses Django, unit tests, and custom commands. This week on the show, we have R
Link: https://realpython.com/podcasts/rpp/87/
Have you wanted to work with RSS feeds in Python? Maybe you're looking for a new project to build for your portfolio that uses Django, unit tests, and custom commands. This week on the show, we have R
Realpython
Episode #87: Building a Content Aggregator and Working With RSS in Python – The Real Python Podcast
Have you wanted to work with RSS feeds in Python? Maybe you're looking for a new project to build for your portfolio that uses Django, unit tests, and custom commands. This week on the show, we have Real Python author Ricky White to talk about his recent…
Lucas Cimon: Hacktoberfest on fpdf2 & v2.4.6
Link: https://chezsoi.org/lucas/blog/hacktoberfest-on-fpdf2.html
Last month, I realized late that October was hacktoberfest month!
This online event is a month-long celebration (October 1-31) of open source software run in partnership with different software comp
Link: https://chezsoi.org/lucas/blog/hacktoberfest-on-fpdf2.html
Last month, I realized late that October was hacktoberfest month!
This online event is a month-long celebration (October 1-31) of open source software run in partnership with different software comp
Ludochaordic
Hacktoberfest on fpdf2 & v2.4.6
Last month, I realized late that October was hacktoberfest month! This online event is a month-long celebration (October 1-31) of open source software run in partnership with different software companies, with a focus on encouraging contributions to open…
Python for Beginners: Graph in Python
Link: https://www.pythonforbeginners.com/data-structures/graph-in-python
Graphs are one of the most important data structures. Graphs are used to represent telephone networks, maps, social network connections, etc. In this article we will discuss what a graph is and how we
Link: https://www.pythonforbeginners.com/data-structures/graph-in-python
Graphs are one of the most important data structures. Graphs are used to represent telephone networks, maps, social network connections, etc. In this article we will discuss what a graph is and how we
PythonForBeginners.com
Graph in Python - PythonForBeginners.com
Graph in Python will help you improve your python skills with easy to follow examples and tutorials. Click here to view code examples.
ItsMyCode: ValueError: too many values to unpack (expected 2)
Link: https://itsmycode.com/valueerror-too-many-values-to-unpack-expected-2/
ItsMyCode |
If you get ValueError: too many values to unpack (expected 2), it means that you are trying to access too many values from an iterator. Value Error is a standard exception that can occur i
Link: https://itsmycode.com/valueerror-too-many-values-to-unpack-expected-2/
ItsMyCode |
If you get ValueError: too many values to unpack (expected 2), it means that you are trying to access too many values from an iterator. Value Error is a standard exception that can occur i
ItsMyCode
ValueError: too many values to unpack (expected 2) - ItsMyCode
If you get ValueError: too many values to unpack (expected 2), it means that you are trying to access too many values from an iterator.
Andre Roberge: Friendly-traceback en español
Link: https://aroberge.blogspot.com/2021/11/friendly-traceback-en-espanol.html
Friendly and Friendly-traceback are now partially available in Spanish thanks to the work of Mrtín René (https://github.com/martinvilu).You can have a look at the Spanish translations in context for
Link: https://aroberge.blogspot.com/2021/11/friendly-traceback-en-espanol.html
Friendly and Friendly-traceback are now partially available in Spanish thanks to the work of Mrtín René (https://github.com/martinvilu).You can have a look at the Spanish translations in context for
Blogspot
Friendly-traceback en español
Friendly and Friendly-traceback are now partially available in Spanish thanks to the work of Mrtín René (https://github.com/martinvilu). Yo...
Weekly Python StackOverflow Report: (cccii) stackoverflow python report
Link: http://python-weekly.blogspot.com/2021/11/cccii-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2021-11-20 15:01:04 GMTImplementation of the Max() function in Python -
Link: http://python-weekly.blogspot.com/2021/11/cccii-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2021-11-20 15:01:04 GMTImplementation of the Max() function in Python -
Blogspot
(cccii) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week. Between brackets: [ question score / answers count] Build date: 2021...
John Ludhi/nbshare.io: Movie Name Generation Using GPT-2
Link: https://www.nbshare.io/notebook/976197999/Movie-Name-Generation-Using-GPT-2/
Movie Name Generation Using GPT-2
Since its reveal in 2017 in the popular paper Attention Is All You Need (https://arxiv.org/abs/1706.03762), the Transformer quickly became t
Link: https://www.nbshare.io/notebook/976197999/Movie-Name-Generation-Using-GPT-2/
Movie Name Generation Using GPT-2
Since its reveal in 2017 in the popular paper Attention Is All You Need (https://arxiv.org/abs/1706.03762), the Transformer quickly became t
Anarcat: The last syncmaildir crash
Link: https://anarc.at/blog/2021-11-21-one-last-smd-crash/
My syncmaildir (SMD) setup failed
me one too many times
(previously,
previously). In an attempt to migrate
to an alternative mail synchronization tool, I looked into using my
IMAP server again, and fo
Link: https://anarc.at/blog/2021-11-21-one-last-smd-crash/
My syncmaildir (SMD) setup failed
me one too many times
(previously,
previously). In an attempt to migrate
to an alternative mail synchronization tool, I looked into using my
IMAP server again, and fo
Anarcat: mbsync vs OfflineIMAP
Link: https://anarc.at/blog/2021-11-21-mbsync-vs-offlineimap/
After recovering from my latest email
crash
(previously,
previously), I had to figure out
which tool I should be using. I had many options but I figured I would
start with a popular one (mbsync).
But
Link: https://anarc.at/blog/2021-11-21-mbsync-vs-offlineimap/
After recovering from my latest email
crash
(previously,
previously), I had to figure out
which tool I should be using. I had many options but I figured I would
start with a popular one (mbsync).
But
Podcast.__init__: Build Better Analytics And Models With A Focus On The Data Experience
Link: https://www.pythonpodcast.com/modern-data-experience-episode-340/
A lot of time and energy goes into data analysis and machine learning projects to address various goals. Most of the effort is focused on the technical aspects and validating the results, but how much
Link: https://www.pythonpodcast.com/modern-data-experience-episode-340/
A lot of time and energy goes into data analysis and machine learning projects to address various goals. Most of the effort is focused on the technical aspects and validating the results, but how much
The Python Podcast.__init__
The Python Podcast.__init__: Build Better Analytics And Models With A Focus On The Data Experience
An interview with Benn Stancil about how focusing on the data experience for consumers of analytics and machine learning models leads to better outcomes for everyone.
Podcast.__init__: Declarative Deep Learning From Your Laptop To Production With Ludwig and Horovod
Link: https://www.pythonpodcast.com/ludwig-horovod-distributed-declarative-deep-learning-episode-341/
Deep learning frameworks encourage you to focus on the structure of your model ahead of the data that you are working with. Ludwig is a tool that uses a data oriented approach to building and training
Link: https://www.pythonpodcast.com/ludwig-horovod-distributed-declarative-deep-learning-episode-341/
Deep learning frameworks encourage you to focus on the structure of your model ahead of the data that you are working with. Ludwig is a tool that uses a data oriented approach to building and training
The Python Podcast.__init__
The Python Podcast.__init__: Declarative Deep Learning From Your Laptop To Production With Ludwig and Horovod
An interview with Travis Addair about the open source Ludwig and Horovod projects and how they simplify the work of going from idea to production with declarative deep learning and distributed training.
Mike Driscoll: PyDev of the Week: Paul McGuire
Link: https://www.blog.pythonlibrary.org/2021/11/22/pydev-of-the-week-paul-mcguire/
This week we welcome Paul McGuire (@ptmcguire) as our PyDev of the Week! Paul is the author of the pyparsing package. Paul is a software consultant. You can find out what he is up to by checking out h
Link: https://www.blog.pythonlibrary.org/2021/11/22/pydev-of-the-week-paul-mcguire/
This week we welcome Paul McGuire (@ptmcguire) as our PyDev of the Week! Paul is the author of the pyparsing package. Paul is a software consultant. You can find out what he is up to by checking out h
Mouse Vs Python
PyDev of the Week: Paul McGuire - Mouse Vs Python
This week we welcome Paul McGuire (@ptmcguire) as our PyDev of the Week! Paul is the author of the pyparsing package. Paul is a Site Reliability Engineer
Django Weblog: Django 4.0 release candidate 1 released
Link: https://www.djangoproject.com/weblog/2021/nov/22/django-40-rc1/
Django 4.0 release candidate 1 is the final opportunity for you to try out the abundance of new features before Django 4.0 is released.
The release candidate stage marks the string freeze and the call
Link: https://www.djangoproject.com/weblog/2021/nov/22/django-40-rc1/
Django 4.0 release candidate 1 is the final opportunity for you to try out the abundance of new features before Django 4.0 is released.
The release candidate stage marks the string freeze and the call
Test and Code: 171: How and why I use pytest's xfail - Paul Ganssle
Link: https://testandcode.com/171
Paul Ganssle, is a software developer at Google, core Python dev, and open source maintainer for many projects, has some thoughts about pytest's xfail.
He was an early skeptic of using xfail, and is n
Link: https://testandcode.com/171
Paul Ganssle, is a software developer at Google, core Python dev, and open source maintainer for many projects, has some thoughts about pytest's xfail.
He was an early skeptic of using xfail, and is n
Test & Code in Python
Test & Code in Python 171: How and why I use pytest's xfail - Paul Ganssle
Paul Ganssle, is a software developer at Google, core Python dev, and open source maintainer for many projects, has some thoughts about pytest's xfail.
He was an early skeptic of using xfail, and is now an proponent of the feature.
In this episode, we talk…
He was an early skeptic of using xfail, and is now an proponent of the feature.
In this episode, we talk…