Talk Python to Me: #199 Automate all the things with Python at Zapier
Link: https://talkpython.fm/episodes/show/199/automate-all-the-things-with-python-at-zapier
Do your applications call a lot of APIs? Maybe you have a bunch of microservices driving your app. You probably don't have the crazy combinatorial explosion that Zapier does for connecting APIs! They
Link: https://talkpython.fm/episodes/show/199/automate-all-the-things-with-python-at-zapier
Do your applications call a lot of APIs? Maybe you have a bunch of microservices driving your app. You probably don't have the crazy combinatorial explosion that Zapier does for connecting APIs! They
talkpython.fm
Automate all the things with Python at Zapier
Do your applications call a lot of APIs? Maybe you have a bunch of microservices driving your app. You probably don't have the crazy combinatorial explosion that Zapier does for connecting APIs! They have millions of users automating things with 1,000s of…
Continuum Analytics Blog: Intake released on Conda-Forge
Link: https://www.anaconda.com/intake-released-on-conda-forge/
Intake is a package for cataloging, finding and loading your data. It has been developed recently by Anaconda, Inc., and continues to gain new features. To read general information about Intake and ho
Link: https://www.anaconda.com/intake-released-on-conda-forge/
Intake is a package for cataloging, finding and loading your data. It has been developed recently by Anaconda, Inc., and continues to gain new features. To read general information about Intake and ho
Anaconda
Intake released on Conda-Forge - Anaconda
Intake is a package for cataloging, finding and loading your data. It has been developed recently by Anaconda, Inc., and continues to gain new features. To read general information about Intake and how to use…
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. Started with the help of a grant provided by The Python Software Foundation (PSF) in 2011, Py
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. Started with the help of a grant provided by The Python Software Foundation (PSF) in 2011, Py
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...
Python Bytes: #117 Is this the end of Python virtual environments?
Link: https://pythonbytes.fm/episodes/show/117/is-this-the-end-of-python-virtual-environments
Link: https://pythonbytes.fm/episodes/show/117/is-this-the-end-of-python-virtual-environments
pythonbytes.fm
Is this the end of Python virtual environments?
News and announcements from the Python community for the week of Feb 14th, 2019
PyCharm: PyCharm 2019.1 EAP 4
Link: http://feedproxy.google.com/~r/Pycharm/~3/FEIM-6tduy8/
Our fourth Early Access Program (EAP) version for PyCharm 2019.1 is now available on our website.
New in This Version
Parallel and concurrent testing with pytest
PyCharm makes it easy to run tests qu
Link: http://feedproxy.google.com/~r/Pycharm/~3/FEIM-6tduy8/
Our fourth Early Access Program (EAP) version for PyCharm 2019.1 is now available on our website.
New in This Version
Parallel and concurrent testing with pytest
PyCharm makes it easy to run tests qu
PyCharm Blog
PyCharm 2019.1 EAP 4
Our fourth Early Access Program (EAP) version for PyCharm 2019.1 is now available on our website. New in This Version Parallel and concurrent testing with pytest PyCharm makes it easy to run tests …
Vasudev Ram: pprint.isrecursive: Check if object requires recursive representation
Link: http://jugad2.blogspot.com/2019/02/pprintisrecursive-check-if-object.html
- By Vasudev Ram - Online Python training / SQL training / Linux trainingTree image attributionHi, readers,I was using the pprint module to pretty-print some Python data structures in a program I was
Link: http://jugad2.blogspot.com/2019/02/pprintisrecursive-check-if-object.html
- By Vasudev Ram - Online Python training / SQL training / Linux trainingTree image attributionHi, readers,I was using the pprint module to pretty-print some Python data structures in a program I was
Blogspot
pprint.isrecursive: Check if object requires recursive representation
Vasudev Ram's blog on software innovation, open-source and proprietary, worldwide. Python, D, Go, FreePascal, Unix, databases, open source.
gamingdirectional: Detect the player’s boundary
Link: http://gamingdirectional.com/blog/2019/02/16/detect-the-players-boundary/
In this article, we will start to create the boundary detection mechanism which can be used to help the boy moving around the canvas. We will go slowly where this topic will take a few chapters to com
Link: http://gamingdirectional.com/blog/2019/02/16/detect-the-players-boundary/
In this article, we will start to create the boundary detection mechanism which can be used to help the boy moving around the canvas. We will go slowly where this topic will take a few chapters to com
Gaming Directional
Detect the player’s boundary
Create the boundary detection mechanism for the boy object
Codementor: Getting Started with Pathlib
Link: https://www.codementor.io/iyanuashiri/getting-started-with-pathlib-s8rsr4i98
Introduction This tutorial will guide you on how to use the Pathlib module for working with filesystem paths, the benefits, and understand the problem it solves since the Python standard library&helli
Link: https://www.codementor.io/iyanuashiri/getting-started-with-pathlib-s8rsr4i98
Introduction This tutorial will guide you on how to use the Pathlib module for working with filesystem paths, the benefits, and understand the problem it solves since the Python standard library&helli
www.codementor.io
Getting Started with Pathlib | Codementor
Introduction This tutorial will guide you on how to use the Pathlib module for working with filesystem paths, the benefits, and understand the problem it solves since the Python standard library…
Weekly Python StackOverflow Report: (clxv) stackoverflow python report
Link: http://python-weekly.blogspot.com/2019/02/clxv-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-16 19:24:24 GMTWhy does Python allow out-of-range slice indexes
Link: http://python-weekly.blogspot.com/2019/02/clxv-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-16 19:24:24 GMTWhy does Python allow out-of-range slice indexes
Blogspot
(clxv) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week. Between brackets: [ question score / answers count] Build date: 2019...
Python Sweetness: Threadless mode in Mitogen 0.3
Link: https://sweetness.hmmz.org/2019-02-16-mitogen-threadless.html
Mitogen has been explicitly
multi-threaded since the design was first conceived. This choice is hard to
regret, as it aligns well with the needs of operating systems like
Windows,
makes background ta
Link: https://sweetness.hmmz.org/2019-02-16-mitogen-threadless.html
Mitogen has been explicitly
multi-threaded since the design was first conceived. This choice is hard to
regret, as it aligns well with the needs of operating systems like
Windows,
makes background ta
sweetness.hmmz.org
python sweetness — Threadless mode in Mitogen 0.3
Mitogen has been explicitly multi-threaded since the design was first conceived. This choice is hard to regret, as it aligns well with the needs of operating systems like Windows, makes background tasks like proxying possible, and allows painless...
Python Insider: Python 2.7.16 release candidate 1 available
Link: http://feedproxy.google.com/~r/PythonInsider/~3/S6j78Cu8CE0/python-2716-release-candidate-1.html
A release candidate for the upcoming 2.7.16 bug fix release is now available for download.
Link: http://feedproxy.google.com/~r/PythonInsider/~3/S6j78Cu8CE0/python-2716-release-candidate-1.html
A release candidate for the upcoming 2.7.16 bug fix release is now available for download.
Blogspot
Python Insider: Python 2.7.16 release candidate 1 available
Thomas Guest: Aligning the first line of a triple-quoted string in Python
Link: http://wordaligned.org/articles/aligning-the-first-line-of-a-triplequoted-string-in-python
Python’s triple-quoted strings are a convenient syntax for strings where the contents span multiple lines. Unescaped newlines are allowed in triple-quoted strings. So, rather than write:
song = ("Hap
Link: http://wordaligned.org/articles/aligning-the-first-line-of-a-triplequoted-string-in-python
Python’s triple-quoted strings are a convenient syntax for strings where the contents span multiple lines. Unescaped newlines are allowed in triple-quoted strings. So, rather than write:
song = ("Hap
PyBites: PyBites Twitter Digest - Issue 01, 2019
Link: https://pybit.es/twitter_digest_201901.html
It has been too long 😞 but we're excited to bring you today: 🐍 PyBites Twitter Digest - Issue 01, 2019 😎
Python Developers Survey 2018 results
Hey Pythonistas, have you already seen the Python Develo
Link: https://pybit.es/twitter_digest_201901.html
It has been too long 😞 but we're excited to bring you today: 🐍 PyBites Twitter Digest - Issue 01, 2019 😎
Python Developers Survey 2018 results
Hey Pythonistas, have you already seen the Python Develo
PyBites
PyBites Twitter Digest - Issue 01, 2019
It has been too long 😞 but we're excited to bring you today: 🐍 PyBites Twitter Digest - Issue 01, 2019 😎
gamingdirectional: Continue with the boy boundary detection mechanism
Link: http://gamingdirectional.com/blog/2019/02/17/continue-with-the-boy-boundary-detection-mechanism/
In the previous article, we have successfully made the boy climbing up the ladder but the boy will continue climbing even though there is no more ladder for him to climb. In this article, we will solv
Link: http://gamingdirectional.com/blog/2019/02/17/continue-with-the-boy-boundary-detection-mechanism/
In the previous article, we have successfully made the boy climbing up the ladder but the boy will continue climbing even though there is no more ladder for him to climb. In this article, we will solv
Gaming Directional
Continue with the boy boundary detection mechanism
Pygame boundary detection mechanism
Stefan Behnel: Speeding up basic object operations in Cython
Link: http://blog.behnel.de/posts/tuning-basic-object-operations-in-cython.html
Raymond Hettinger published a nice little micro-benchmark script for comparing basic operations like attribute or item access in CPython and comparing the performance across Python versions.
Unsurpris
Link: http://blog.behnel.de/posts/tuning-basic-object-operations-in-cython.html
Raymond Hettinger published a nice little micro-benchmark script for comparing basic operations like attribute or item access in CPython and comparing the performance across Python versions.
Unsurpris
Stefans Welt
Speeding up basic object operations in Cython
Raymond Hettinger published a nice little micro-benchmark script for comparing basic operations like attribute or item access in CPython and comparing the performance across Python versions.
Unsurpris
Unsurpris
Reuven Lerner: Python’s str.isdigit vs. str.isnumeric
Link: https://blog.lerner.co.il/pythons-str-isdigit-vs-str-isnumeric/
Let’s say that I want to write some Python code that invites the user to enter a number, and then prints that number, tripled. We could say:
>>> n = input("Enter a number: ")>>> print(f"{n} * 3 = {n*
Link: https://blog.lerner.co.il/pythons-str-isdigit-vs-str-isnumeric/
Let’s say that I want to write some Python code that invites the user to enter a number, and then prints that number, tripled. We could say:
>>> n = input("Enter a number: ")>>> print(f"{n} * 3 = {n*
Lerner Consulting Blog
Python's str.isdigit vs. str.isnumeric - Lerner Consulting Blog
Let’s say that I want to write some Python code that invites the user to enter a number, and then prints that number, tripled. We could say: >>> n = input("Enter a number: ")>>> print(f"{n} * 3 = {n*3}") The good news is that this code works just fine. The…
Test and Code: 65: one assert per test
Link: https://testandcode.com/65
Is it ok to have more than one assert statement in a test?
I've seen articles that say no, you should never have more than one assert.
I've also seen some test code made almost unreadable due to tryi
Link: https://testandcode.com/65
Is it ok to have more than one assert statement in a test?
I've seen articles that say no, you should never have more than one assert.
I've also seen some test code made almost unreadable due to tryi
Test & Code
Test & Code 65: one assert per test
Is it ok to have more than one assert statement in a test?
I've seen articles that say no, you should never have more than one assert.
I've also seen some test code made almost unreadable due to trying to avoid more than one assert per test.
Where did…
I've seen articles that say no, you should never have more than one assert.
I've also seen some test code made almost unreadable due to trying to avoid more than one assert per test.
Where did…
Real Python: How to Run Your Python Scripts
Link: https://realpython.com/run-python-scripts/
One of the most important skills you need to build as a Python developer is to be able to run Python scripts and code. This is going to be the only way for you to know if your code works as you planne
Link: https://realpython.com/run-python-scripts/
One of the most important skills you need to build as a Python developer is to be able to run Python scripts and code. This is going to be the only way for you to know if your code works as you planne
Realpython
How to Run Your Python Scripts and Code – Real Python
A Python script or program is a file containing executable Python code. Being able to run Python scripts and code is probably the most important skill that you need as a Python developer. By running your code, you'll know if it works as planned.
Mike Driscoll: PyDev of the Week: Maria McKinley
Link: http://www.blog.pythonlibrary.org/2019/02/18/pydev-of-the-week-maria-mckinley/
This week we welcome Maria McKinley (@twiteness) as our PyDev of the Week. Maria is a Senior Software Engineer at the Walt Disney Company and will be a speaker at PyCascades 2019. She is also teaching
Link: http://www.blog.pythonlibrary.org/2019/02/18/pydev-of-the-week-maria-mckinley/
This week we welcome Maria McKinley (@twiteness) as our PyDev of the Week. Maria is a Senior Software Engineer at the Walt Disney Company and will be a speaker at PyCascades 2019. She is also teaching
Red Hat Developers: Creating a containerized Python/Flask development environment with Red Hat CodeReady Workspaces
Link: https://developers.redhat.com/blog/2019/02/18/containerized-python-flask-development-environment-red-hat-codeready-workspaces/
Red Hat CodeReady Workspaces provide developers with containerized development environments hosted on OpenShift/Kubernetes. DevOps teams can now use a hosted development environment that’s pre-built f
Link: https://developers.redhat.com/blog/2019/02/18/containerized-python-flask-development-environment-red-hat-codeready-workspaces/
Red Hat CodeReady Workspaces provide developers with containerized development environments hosted on OpenShift/Kubernetes. DevOps teams can now use a hosted development environment that’s pre-built f
Red Hat Developer
Containerized Python Flask development on Red Hat OpenShift | Red Hat Developer
Red Hat CodeReady Workspaces provides developers with containerized development environments hosted on Kubernetes and Red Hat OpenShift.