Talk Python to Me: #200 Escaping Excel Hell with Python and Pandas
Link: https://talkpython.fm/episodes/show/200/escaping-excel-hell-with-python-and-pandas
Do you know or maybe work with people who abuse Excel? Is it their hammer to pound all the computational problems that get in their way? Well, join me to chat about this opportunity to bring Python de
Link: https://talkpython.fm/episodes/show/200/escaping-excel-hell-with-python-and-pandas
Do you know or maybe work with people who abuse Excel? Is it their hammer to pound all the computational problems that get in their way? Well, join me to chat about this opportunity to bring Python de
talkpython.fm
Escaping Excel Hell with Python and Pandas
Do you know or maybe work with people who abuse Excel? Is it their hammer to pound all the computational problems that get in their way? Well, join me to chat about this opportunity to bring Python deeper into their lives. You'll meet Chris Moffitt who runs…
Python Bytes: #118 Better Python executable management with pipx
Link: https://pythonbytes.fm/episodes/show/118/better-python-executable-management-with-pipx
Link: https://pythonbytes.fm/episodes/show/118/better-python-executable-management-with-pipx
pythonbytes.fm
Better Python executable management with pipx
News and announcements from the Python community for the week of Feb 22nd, 2019
Python Software Foundation: The North Star of PyCascades, core Python developer Mariatta Wijaya, receives the 2018 Q3 Community Service Award
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/gWQmt4BQmN0/the-north-star-of-pycascades-core.html
We in the Python community have a deep appreciation for the volunteers who organize, promote, and write the language. A phrase that has become a cornerstone of our community, afterall, ‘Come for th
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/gWQmt4BQmN0/the-north-star-of-pycascades-core.html
We in the Python community have a deep appreciation for the volunteers who organize, promote, and write the language. A phrase that has become a cornerstone of our community, afterall, ‘Come for th
Blogspot
The North Star of PyCascades, core Python developer Mariatta Wijaya, receives the 2018 Q3 Community Service Award
We in the Python community have a deep appreciation for the volunteers who organize, promote, and write the language. A phrase that has b...
Stack Abuse: Sorting and Merging Single Linked List
Link: https://stackabuse.com/sorting-and-merging-single-linked-list/
In the last article, we started our discussion about the linked list. We saw what the linked list is along with its advantages and disadvantages. We also studied some of the most commonly used linked
Link: https://stackabuse.com/sorting-and-merging-single-linked-list/
In the last article, we started our discussion about the linked list. We saw what the linked list is along with its advantages and disadvantages. We also studied some of the most commonly used linked
Stack Abuse
Sorting and Merging Single Linked List
In the last article, we started our discussion about the linked list. We saw what the linked list is along with its advantages and disadvantages. We also studie...
Python Engineering at Microsoft: What’s New with the AI and Machine Learning Tools for Python: February 2019 Update
Link: https://devblogs.microsoft.com/python/whats-new-with-the-ai-and-machine-learning-tools-for-python-february-2019-update/
Across Visual Studio Code and Azure Notebooks, January brought numerous exciting updates to the AI and Machine Learning tooling for Python! This roll-up blog post recaps the latest products updates as
Link: https://devblogs.microsoft.com/python/whats-new-with-the-ai-and-machine-learning-tools-for-python-february-2019-update/
Across Visual Studio Code and Azure Notebooks, January brought numerous exciting updates to the AI and Machine Learning tooling for Python! This roll-up blog post recaps the latest products updates as
Python
What’s New with the AI and Machine Learning Tools for Python: February 2019 Update
Across Visual Studio Code and Azure Notebooks, January brought numerous exciting updates to the AI and Machine Learning tooling for Python! This roll-up blog post recaps the latest products updates and the upcoming events for AI and Machine Learning:
Peter Bengtsson: Django ORM optimization story on selecting the least possible
Link: https://www.peterbe.com/plog/django-orm-optimization-story-on-selecting-the-least-possible
This an optimization story that should not surprise anyone using the Django ORM. But I thought I'd share because I have numbers now! The origin of this came from a real requirement. For a given parent
Link: https://www.peterbe.com/plog/django-orm-optimization-story-on-selecting-the-least-possible
This an optimization story that should not surprise anyone using the Django ORM. But I thought I'd share because I have numbers now! The origin of this came from a real requirement. For a given parent
Peterbe
Django ORM optimization story on selecting the least possible - Peterbe.com
Python Sweetness: Reasons Mitogen sucks
Link: https://sweetness.hmmz.org/2019-02-22-reasons-mitogen-sucks.html
I have a particular dislike of nonspecific negativity, where nothing can be
done to address its source because the reasons underlying it are never
explicitly described. In the context of Mitogen, ther
Link: https://sweetness.hmmz.org/2019-02-22-reasons-mitogen-sucks.html
I have a particular dislike of nonspecific negativity, where nothing can be
done to address its source because the reasons underlying it are never
explicitly described. In the context of Mitogen, ther
sweetness.hmmz.org
python sweetness — Reasons Mitogen sucks
I have a particular dislike of nonspecific negativity, where nothing can be done to address its source because the reasons underlying it are never explicitly described. In the context of Mitogen, there has been a consistent stream of this sort of...
Nikola: Nikola v8.0.2 is out!
Link: https://getnikola.com/blog/nikola-v802-is-out.html
On behalf of the Nikola team, I am pleased to announce the immediate
availability of Nikola v8.0.2. This is a quality-of-life release
with a handful of bug fixes, two new translations and a few extra
Link: https://getnikola.com/blog/nikola-v802-is-out.html
On behalf of the Nikola team, I am pleased to announce the immediate
availability of Nikola v8.0.2. This is a quality-of-life release
with a handful of bug fixes, two new translations and a few extra
Nikola
Nikola v8.0.2 is out!
On behalf of the Nikola team, I am pleased to announce the immediate
availability of Nikola v8.0.2. This is a quality-of-life release
with a handful of bug fixes, two new translations and a few extra
availability of Nikola v8.0.2. This is a quality-of-life release
with a handful of bug fixes, two new translations and a few extra
Davide Moro: Hello pytest-play!
Link: http://davidemoro.blogspot.com/2018/04/hello-pytest-play.html
pytest-play is a rec&play (rec not yet available) pytest plugin that let you execute a set of actions and assertions using commands serialized in JSON format. It tries to make test automation more aff
Link: http://davidemoro.blogspot.com/2018/04/hello-pytest-play.html
pytest-play is a rec&play (rec not yet available) pytest plugin that let you execute a set of actions and assertions using commands serialized in JSON format. It tries to make test automation more aff
Blogspot
Hello pytest-play!
pytest-play is a rec &play (rec not yet available) pytest plugin that let you execute a set of actions and assertions using commands seria...
Davide Moro: Test automation framework thoughts and examples with Python, pytest and Jenkins
Link: http://davidemoro.blogspot.com/2018/03/test-automation-python-pytest-jenkins.html
In this article I'll share some personal thoughts about Test Automation Frameworks; you can take inspiration from them if you are going to evaluate different test automation platforms or assess your c
Link: http://davidemoro.blogspot.com/2018/03/test-automation-python-pytest-jenkins.html
In this article I'll share some personal thoughts about Test Automation Frameworks; you can take inspiration from them if you are going to evaluate different test automation platforms or assess your c
Blogspot
Test automation framework thoughts and examples with Python, pytest and Jenkins
In this article I'll share some personal thoughts about Test Automation Frameworks; you can take inspiration from them if you are going to e...
PyCon: Eighth Annual PyLadies Auction at PyCon 2019
Link: https://pycon.blogspot.com/2019/01/eighth-annual-pyladies-auction-at-pycon.html
Photo Courtesy of Mike PirnatPyLadies is an international mentorship community for women that use Python. Since it’s founding in 2011, PyLadies has continued to bring women into the Python community t
Link: https://pycon.blogspot.com/2019/01/eighth-annual-pyladies-auction-at-pycon.html
Photo Courtesy of Mike PirnatPyLadies is an international mentorship community for women that use Python. Since it’s founding in 2011, PyLadies has continued to bring women into the Python community t
Blogspot
Eighth Annual PyLadies Auction at PyCon 2019
Photo Courtesy of Mike Pirnat PyLadies is an international mentorship community for women that use Python. Started with the help of a g...
Jahongir Rahmonov: How to write a Python web framework. Part II.
Link: http://rahmonov.me/posts/write-python-framework-part-two/
In the first part, we started writing our own Python framework and implemented
the following features:
WSGI compatible
Request Handlers
Routing: simple and parameterized
Make sure to read Part I of
Link: http://rahmonov.me/posts/write-python-framework-part-two/
In the first part, we started writing our own Python framework and implemented
the following features:
WSGI compatible
Request Handlers
Routing: simple and parameterized
Make sure to read Part I of
rahmonov.me
How to write a Python web framework. Part II.
<p>The second post of the series where we will be writing our own Python framework just like Flask and Django.</p>
PyBites: PyBites Twitter Digest - Issue 02, 2019
Link: https://pybit.es/twitter_digest_201902.html
We were fortunate enough to be interviewed on the Teaching Python podcast! Listen. Now!
Episode 12: Intercontinental Python with @bbelderbos and @_juliansequeira is now live! From Seattle to Florida t
Link: https://pybit.es/twitter_digest_201902.html
We were fortunate enough to be interviewed on the Teaching Python podcast! Listen. Now!
Episode 12: Intercontinental Python with @bbelderbos and @_juliansequeira is now live! From Seattle to Florida t
PyBites
PyBites Twitter Digest - Issue 02, 2019
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
Weekly Python StackOverflow Report: (clxvi) stackoverflow python report
Link: http://python-weekly.blogspot.com/2019/02/clxvi-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2019-02-24 13:01:02 GMTWhy does Python copy NumPy arrays where the leng
Link: http://python-weekly.blogspot.com/2019/02/clxvi-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2019-02-24 13:01:02 GMTWhy does Python copy NumPy arrays where the leng
Blogspot
(clxvi) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week. Between brackets: [ question score / answers count] Build date: 2019...
Podcast.__init__: - Episode
Link: https://www.pythonpodcast.com/marshmallow-data-validation-episode-200/
Summary
Any time that your program needs to interact with other systems it will have to deal with serializing and deserializing data. To prevent duplicate code and provide validation of the data struc
Link: https://www.pythonpodcast.com/marshmallow-data-validation-episode-200/
Summary
Any time that your program needs to interact with other systems it will have to deal with serializing and deserializing data. To prevent duplicate code and provide validation of the data struc
The Python Podcast.__init__
The Python Podcast.__init__: Marshmallow Data Validation Library
An interview about addressing the challenges of data serialization in Python
gamingdirectional: Detect the next game level
Link: http://gamingdirectional.com/blog/2019/02/25/detect-the-next-game-level/
Hello and welcome back to the current pygame project. In this article, we will create a new method to determine whether the boy has reached the door or not and if he did then the player will reach the
Link: http://gamingdirectional.com/blog/2019/02/25/detect-the-next-game-level/
Hello and welcome back to the current pygame project. In this article, we will create a new method to determine whether the boy has reached the door or not and if he did then the player will reach the
Gaming Directional
Detect the next game level
Create a next level detection system
Mike Driscoll: PyDev of the Week: Lilly Ryan
Link: http://www.blog.pythonlibrary.org/2019/02/25/pydev-of-the-week-lilly-ryan/
This week we welcome Lilly Ryan (@attacus_au) as our PyDev of the Week! Lilly is a pen-tester and a recently added board member of the Python Software Foundation. She was an organizer of PyCon AU 2018
Link: http://www.blog.pythonlibrary.org/2019/02/25/pydev-of-the-week-lilly-ryan/
This week we welcome Lilly Ryan (@attacus_au) as our PyDev of the Week! Lilly is a pen-tester and a recently added board member of the Python Software Foundation. She was an organizer of PyCon AU 2018
codingdirectional: Find the currency exchange rate with python
Link: http://codingdirectional.info/2019/02/25/find-the-currency-exchange-rate-with-python/
Hello and welcome back, in this chapter we are going to continue developing our cryptocurrency application with the help of coinbase api and the tkinter module. Before we go even further on cryptocurr
Link: http://codingdirectional.info/2019/02/25/find-the-currency-exchange-rate-with-python/
Hello and welcome back, in this chapter we are going to continue developing our cryptocurrency application with the help of coinbase api and the tkinter module. Before we go even further on cryptocurr
Made With Mu: Student Made Stress Management Mask
Link: https://madewith.mu/mu/users/2019/02/25/stress-management-mask.html
Sean Tibor, a teacher based in Boca Raton,
Florida, has been in touch about a cool project
created by one of his students called Dilnaam D.
Sean is one of the co-hosts (along with his colleague
Kelly
Link: https://madewith.mu/mu/users/2019/02/25/stress-management-mask.html
Sean Tibor, a teacher based in Boca Raton,
Florida, has been in touch about a cool project
created by one of his students called Dilnaam D.
Sean is one of the co-hosts (along with his colleague
Kelly
Made With Mu
Student Made Stress Management Mask
Sean Tibor, a teacher based at Pine Crest School in Fort Lauderdale, Florida, has been in touch about a cool project created by one of his students called Dilnaam D.
Zato Blog: Two-factor authentication in web-admin
Link: https://zato.io/blog/posts/web-admin-totp.html
This post provides steps needed to enable and make use of
TOTP
two-factor authentication in Zato web-admin - the method is compatible with the most popular apps such as
Google Authenticator,
Authy
or
Link: https://zato.io/blog/posts/web-admin-totp.html
This post provides steps needed to enable and make use of
TOTP
two-factor authentication in Zato web-admin - the method is compatible with the most popular apps such as
Google Authenticator,
Authy
or
Zato Blog
Two-factor authentication in web-admin