Ned Batchelder: Coverage.py 5.0a5: pytest contexts
Link: https://nedbatchelder.com//blog/201905/coveragepy_50a5_pytest_contexts.html
Development of version 5 of coverage.py is going slowly, but it is progressing.
The latest alpha is out: coverage.py 5.0a5.
The biggest changes are due to Stephan Richter and Justas Sadzevičius, from
Link: https://nedbatchelder.com//blog/201905/coveragepy_50a5_pytest_contexts.html
Development of version 5 of coverage.py is going slowly, but it is progressing.
The latest alpha is out: coverage.py 5.0a5.
The biggest changes are due to Stephan Richter and Justas Sadzevičius, from
Stories in My Pocket: Recommended podcast episode: No Plans to Merge "Feature Branches"
Link: https://storiesinmypocket.com/articles/recommended-episode-no-plans-merge-feature-branches/
No Plans to Merge is a newer podcast to me. The hosts, Daniel Coulbourne & Caleb Porzio, have a chemistry that is much deeper than their episode count would suggest, as this podcast is the successor t
Link: https://storiesinmypocket.com/articles/recommended-episode-no-plans-merge-feature-branches/
No Plans to Merge is a newer podcast to me. The hosts, Daniel Coulbourne & Caleb Porzio, have a chemistry that is much deeper than their episode count would suggest, as this podcast is the successor t
Real Python: Playing and Recording Sound in Python
Link: https://realpython.com/playing-and-recording-sound-python/
If you want to use Python to play or record sound, then you’ve come to the right place! In this tutorial, you’ll learn how to play and record sound in Python using some of the most popular audio libra
Link: https://realpython.com/playing-and-recording-sound-python/
If you want to use Python to play or record sound, then you’ve come to the right place! In this tutorial, you’ll learn how to play and record sound in Python using some of the most popular audio libra
Realpython
Playing and Recording Sound in Python – Real Python
In this tutorial, you'll learn about libraries that can be used for playing and recording sound in Python, such as PyAudio and python-sounddevice. You'll also see code snippets for playing and recording sound files and arrays, as well as for converting between…
Zato Blog: API validation with JSON Schema
Link: https://zato.io/blog/posts/json-schema.html
Employing JSON Schema is an easy and straightforward way to validate input to your APIs - learn below how it can be enabled in
Zato 3.1+
services in one line of code.
Preparing a schema
Supposing that
Link: https://zato.io/blog/posts/json-schema.html
Employing JSON Schema is an easy and straightforward way to validate input to your APIs - learn below how it can be enabled in
Zato 3.1+
services in one line of code.
Preparing a schema
Supposing that
Zato Blog
API validation with JSON Schema
EuroPython: EuroPython 2019: Talk Voting is open
Link: https://blog.europython.eu/post/184850780847
Talk voting is your chance to tell us what you’d like to see at EuroPython 2019. We will leave talk voting open until:Friday, May 17 23:59:59 CESTIn order to vote, please log in to the website and the
Link: https://blog.europython.eu/post/184850780847
Talk voting is your chance to tell us what you’d like to see at EuroPython 2019. We will leave talk voting open until:Friday, May 17 23:59:59 CESTIn order to vote, please log in to the website and the
EuroPython Blog
EuroPython 2019: Talk Voting is open
Talk voting is your chance to tell us what you’d like to see at EuroPython 2019. We will leave talk voting open until: Friday, May 17 23:59:59 CEST In order to vote, please log in to the website and...
PyCharm: New Book: “Effective PyCharm” by Michael Kennedy and Matt Harrison
Link: http://feedproxy.google.com/~r/Pycharm/~3/ZrjyhG5LMqg/
PyCon 2019 last week was exciting for us for many reasons but near the top of the list: the reveal of Effective PyCharm, a new book by Michael Kennedy and Matt Harrison.
About the Book
Michael and Ma
Link: http://feedproxy.google.com/~r/Pycharm/~3/ZrjyhG5LMqg/
PyCon 2019 last week was exciting for us for many reasons but near the top of the list: the reveal of Effective PyCharm, a new book by Michael Kennedy and Matt Harrison.
About the Book
Michael and Ma
PyCharm Blog
New Book: “Effective PyCharm” by Michael Kennedy and Matt Harrison
PyCon 2019 last week was exciting for us for many reasons but near the top of the list: the reveal of Effective PyCharm, a new book by Michael Kennedy and Matt Harrison. About the Book Michael and …
Vladimir Iakolev: Finding the cheapest flights for a multi-leg trip with Amadeus API and Python
Link: https://nvbn.github.io/2019/05/13/summer-trip/
This summer I’m planning to have a trip that will include Moscow, Irkutsk, Beijing, Shanghai, and Tokyo.
As I’m flexible on dates I’ve decided to try to find the cheapest flights with the shortest du
Link: https://nvbn.github.io/2019/05/13/summer-trip/
This summer I’m planning to have a trip that will include Moscow, Irkutsk, Beijing, Shanghai, and Tokyo.
As I’m flexible on dates I’ve decided to try to find the cheapest flights with the shortest du
nvbn.github.io
Finding the cheapest flights for a multi-leg trip with Amadeus API and Python
This summer I’m planning to have a trip that will include Moscow, Irkutsk, Beijing, Shanghai, and Tokyo.
As I’m flexible on dates I’ve decided to try to find the cheapest flights with the shortes...
As I’m flexible on dates I’ve decided to try to find the cheapest flights with the shortes...
Chris Moffitt: Stylin’ with Pandas
Link: https://pbpython.com/styling-pandas.html
Introduction
I have been working on a side project so I have not had as much time to blog.
Hopefully I will be able to share more about that project soon.
In the meantime, I wanted to write an articl
Link: https://pbpython.com/styling-pandas.html
Introduction
I have been working on a side project so I have not had as much time to blog.
Hopefully I will be able to share more about that project soon.
In the meantime, I wanted to write an articl
Pbpython
Stylin’ with Pandas
Pandas has a relatively new API for styling output. This article shows examples of using the style API in pandas.
Mike Driscoll: How to Extract Build Info from Jenkins with Python
Link: http://www.blog.pythonlibrary.org/2019/05/14/how-to-extract-build-info-from-jenkins-with-python/
I work with continuous integration software as a part of my job. I use both Hudson and Jenkins in my role and occasionally need to interact with them programmatically. There are two Python packages yo
Link: http://www.blog.pythonlibrary.org/2019/05/14/how-to-extract-build-info-from-jenkins-with-python/
I work with continuous integration software as a part of my job. I use both Hudson and Jenkins in my role and occasionally need to interact with them programmatically. There are two Python packages yo
Stack Abuse: Working with PDFs in Python: Adding Images and Watermarks
Link: https://stackabuse.com/working-with-pdfs-in-python-adding-images-and-watermarks/
Introduction
Today, a world without the Portable Document Format (PDF) seems to be unthinkable. It has become one of the most commonly used data formats ever. Up to PDF version 1.4, displaying a PDF d
Link: https://stackabuse.com/working-with-pdfs-in-python-adding-images-and-watermarks/
Introduction
Today, a world without the Portable Document Format (PDF) seems to be unthinkable. It has become one of the most commonly used data formats ever. Up to PDF version 1.4, displaying a PDF d
Stack Abuse
Working with PDFs in Python: Adding Images and Watermarks
This article is the second in a series on working with PDFs in Python: Reading and Splitting Pages Adding Images and Watermarks (you are here) Inserting, Delet...
Neckbeard Republic: Writing Cleaner Python Code With PyLint
Link: https://realpython.com/courses/writing-cleaner-python-code-pylint/
In this video series you'll see how to install and set up the PyLint code linter tool. You'll learn why you should use code linters like PyLint, Flake8, PyFlakes, or other static analysis tools—and ho
Link: https://realpython.com/courses/writing-cleaner-python-code-pylint/
In this video series you'll see how to install and set up the PyLint code linter tool. You'll learn why you should use code linters like PyLint, Flake8, PyFlakes, or other static analysis tools—and ho
Realpython
Writing Cleaner Python Code With PyLint – Real Python
In this video series you'll see how to install and set up the PyLint code linter tool. You'll learn why you should use code linters like PyLint, Flake8, PyFlakes, or other static analysis tools—and how they can help you write cleaner and more Pythonic code.
PyCharm: PyCharm 2019.1.2
Link: http://feedproxy.google.com/~r/Pycharm/~3/Sn31eFfCwMY/
The observant among you may have noticed that PyCharm was updated last week without an accompanying blog post. This happened as all of us on the blog team were busy with PyCon. To hopefully make up fo
Link: http://feedproxy.google.com/~r/Pycharm/~3/Sn31eFfCwMY/
The observant among you may have noticed that PyCharm was updated last week without an accompanying blog post. This happened as all of us on the blog team were busy with PyCon. To hopefully make up fo
PyCharm Blog
PyCharm 2019.1.2
The observant among you may have noticed that PyCharm was updated last week without an accompanying blog post. This happened as all of us on the blog team were busy with PyCon. To hopefully make up…
PyCoder’s Weekly: Issue #368 (May 14, 2019)
Link: https://pycoders.com/issues/368
#368 – MAY 14, 2019 View in Browser » CPython 3.8.0a4 Avaliable for Testing Among the new major new features and changes so far: Assignment expressions (PEP 572), Positional-only arguments (PEP
Link: https://pycoders.com/issues/368
#368 – MAY 14, 2019 View in Browser » CPython 3.8.0a4 Avaliable for Testing Among the new major new features and changes so far: Assignment expressions (PEP 572), Positional-only arguments (PEP
Pycoders
PyCoder’s Weekly | Issue #368
Issue #368 of the PyCoder’s Weekly newsletter, published May 14, 2019.
Python Bytes: #130 Python.exe now shipping with Windows 10
Link: https://pythonbytes.fm/episodes/show/130/python.exe-now-shipping-with-windows-10
Link: https://pythonbytes.fm/episodes/show/130/python.exe-now-shipping-with-windows-10
pythonbytes.fm
Python.exe now shipping with Windows 10
News and announcements from the Python community for the week of May 14th, 2019
Vasudev Ram: print(5 * '=' * 5 == '=' * 5 * 5 == 5 * 5 * '=')
Link: http://jugad2.blogspot.com/2019/05/print5-5-5-5-5-5.html
- By Vasudev Ram - Online Python training / SQL training / Linux trainingHi readers,I was reviewing some of my Python training material, and saw these lines:# Multiplying a string by a number results
Link: http://jugad2.blogspot.com/2019/05/print5-5-5-5-5-5.html
- By Vasudev Ram - Online Python training / SQL training / Linux trainingHi readers,I was reviewing some of my Python training material, and saw these lines:# Multiplying a string by a number results
Blogspot
print(5 * '=' * 5 == '=' * 5 * 5 == 5 * 5 * '=')
Vasudev Ram's blog on software innovation, open-source and proprietary, worldwide. Python, D, Go, FreePascal, Unix, databases, open source.
codingdirectional: Count the vowel characters within a string with Python function
Link: http://codingdirectional.info/2019/05/15/count-the-vowel-characters-within-a-string-with-python-function/
Hello and welcome back, we will start a new python project soon but for now, let us continue solving some python related problems first in this post and beyond.
The problem we are going to solve in
Link: http://codingdirectional.info/2019/05/15/count-the-vowel-characters-within-a-string-with-python-function/
Hello and welcome back, we will start a new python project soon but for now, let us continue solving some python related problems first in this post and beyond.
The problem we are going to solve in
BangPypers: Pycon India 2019 is coming!
Link: https://bangalore.python.org.in/blog/2019/05/15/Pycon-India-2019-is-coming/
And this time it’s happening in Chennai
You can subscribe to updates about Pycon India 2019 using this link.
Important dates
CONFERENCE
Oct 12, 13
Chennai Trade center
WORKSHOPS
Oct 14
IITM Re
Link: https://bangalore.python.org.in/blog/2019/05/15/Pycon-India-2019-is-coming/
And this time it’s happening in Chennai
You can subscribe to updates about Pycon India 2019 using this link.
Important dates
CONFERENCE
Oct 12, 13
Chennai Trade center
WORKSHOPS
Oct 14
IITM Re
Pycon India 2019 is coming! | BangPypers
The Bangalore Python User Group
Django Weblog: Unauthenticated Remote Code Execution on djangoci.com
Link: https://www.djangoproject.com/weblog/2019/may/15/rce-djangoci/
Yesterday the Django Security and Operations teams were made aware of a remote code execution vulnerability in the Django Software Foundation's Jenkins infrastructure, used to run tests on the Django
Link: https://www.djangoproject.com/weblog/2019/may/15/rce-djangoci/
Yesterday the Django Security and Operations teams were made aware of a remote code execution vulnerability in the Django Software Foundation's Jenkins infrastructure, used to run tests on the Django
Andre Roberge: Friendlier tracebacks
Link: https://aroberge.blogspot.com/2019/05/friendlier-tracebacks.html
When beginners run programs that generate Python tracebacks, they are almost always confused by what the information shown and have no clue as to what this all means. More experienced programmers can
Link: https://aroberge.blogspot.com/2019/05/friendlier-tracebacks.html
When beginners run programs that generate Python tracebacks, they are almost always confused by what the information shown and have no clue as to what this all means. More experienced programmers can
Blogspot
Friendlier tracebacks
When beginners run programs that generate Python tracebacks, they are almost always confused by what the information shown and have no clue ...
Real Python: Three Ways of Storing and Accessing Lots of Images in Python
Link: https://realpython.com/storing-images-in-python/
Why would you want to know more about different ways of storing and accessing images in Python? If you’re segmenting a handful of images by color or detecting faces one by one using OpenCV, then you d
Link: https://realpython.com/storing-images-in-python/
Why would you want to know more about different ways of storing and accessing images in Python? If you’re segmenting a handful of images by color or detecting faces one by one using OpenCV, then you d
Realpython
Three Ways of Storing and Accessing Lots of Images in Python – Real Python
In this tutorial, you'll cover three ways of storing and accessing lots of images in Python. You'll also see experimental evidence for the performance benefits and drawbacks of each one.