PyCoder’s Weekly: Issue #397 (Dec. 3, 2019)
Link: https://pycoders.com/issues/397
#397 – DECEMBER 3, 2019 View in Browser » Guido van Rossum Withdraws From the Python Steering Council “Part of my reason is that in the end, SC duty feels more like a chore to me than fun, and o
Link: https://pycoders.com/issues/397
#397 – DECEMBER 3, 2019 View in Browser » Guido van Rossum Withdraws From the Python Steering Council “Part of my reason is that in the end, SC duty feels more like a chore to me than fun, and o
Pycoders
PyCoder’s Weekly | Issue #397
Issue #397 of the PyCoder’s Weekly newsletter, published Dec. 3, 2019.
Andre Roberge: Friendly-traceback, Real Python, Pycon, and more
Link: https://aroberge.blogspot.com/2019/12/friendly-traceback-real-python-pycon.html
After an interruption that lasted a few months, I've finally been able to return to programming, more specifically working mostly on Friendly-traceback. For those that do not know Friendly-traceback:
Link: https://aroberge.blogspot.com/2019/12/friendly-traceback-real-python-pycon.html
After an interruption that lasted a few months, I've finally been able to return to programming, more specifically working mostly on Friendly-traceback. For those that do not know Friendly-traceback:
Blogspot
Friendly-traceback, Real Python, Pycon, and more
After an interruption that lasted a few months, I've finally been able to return to programming, more specifically working mostly on Friendl...
Python Bytes: #159 Brian's PR is merged, the src will flow
Link: https://pythonbytes.fm/episodes/show/159/brian-s-pr-is-merged-the-src-will-flow
Link: https://pythonbytes.fm/episodes/show/159/brian-s-pr-is-merged-the-src-will-flow
pythonbytes.fm
Brian's PR is merged, the src will flow
News and announcements from the Python community for the week of Dec 3rd, 2019
Codementor: Developer Tools & Frameworks for a Python Developer - Reading Time: 3 Mins
Link: https://www.codementor.io/maxongzb/developer-tools-frameworks-for-a-python-developer-reading-time-3-mins-11cjlt2vm2
A list of developer tools & framework that is useful for any aspiring Python developer.
Link: https://www.codementor.io/maxongzb/developer-tools-frameworks-for-a-python-developer-reading-time-3-mins-11cjlt2vm2
A list of developer tools & framework that is useful for any aspiring Python developer.
www.codementor.io
Developer Tools & Frameworks for a Python Developer - Reading Time: 3 Mins | Codementor
A list of developer tools & framework that is useful for any aspiring Python developer.
Philip Semanchuk: Mailing lists for my Python IPC packages
Link: http://blog.pyspoken.com/2019/12/03/mailing-lists-for-my-python-ipc-packages/
My package sysv_ipc celebrates its 11th birthday tomorrow, so I thought I would give it a mailing list as a gift. I didn’t want its sibling posix_ipc to get jealous, so I created one for that too.
Yo
Link: http://blog.pyspoken.com/2019/12/03/mailing-lists-for-my-python-ipc-packages/
My package sysv_ipc celebrates its 11th birthday tomorrow, so I thought I would give it a mailing list as a gift. I didn’t want its sibling posix_ipc to get jealous, so I created one for that too.
Yo
Janusworx: #100DaysOfCode, Day 014 – Classes, List Comprehensions and Generators
Link: https://janusworx.com/100daysofcode-day-014-classes-list-comprehensions-and-generators/
Did a video session again today, since I came back late from the doc.
Watched videos about building a small d&d game, using classes.
This was fun :)
Working on the challenge will be exciting.
And
Link: https://janusworx.com/100daysofcode-day-014-classes-list-comprehensions-and-generators/
Did a video session again today, since I came back late from the doc.
Watched videos about building a small d&d game, using classes.
This was fun :)
Working on the challenge will be exciting.
And
Janusworx
#100DaysOfCode, Day 014 – Classes, List Comprehensions and Generators
Did a video session again today, since I came back late from the doc.
Watched videos about building a small d&d game, using classes.
This was fun :)
Working on the challenge will be exciting.
And
Watched videos about building a small d&d game, using classes.
This was fun :)
Working on the challenge will be exciting.
And
Robin Wilson: Automatically downloading nursery photos from ParentZone using Selenium
Link: http://blog.rtwilson.com/automatically-downloading-nursery-photos-from-parentzone-using-selenium/
My son goes to a nursery part-time, and the nursery uses a system called ParentZone from Connect Childcare to send information between us (his parents) and nursery. Primarily, this is used to send us
Link: http://blog.rtwilson.com/automatically-downloading-nursery-photos-from-parentzone-using-selenium/
My son goes to a nursery part-time, and the nursery uses a system called ParentZone from Connect Childcare to send information between us (his parents) and nursery. Primarily, this is used to send us
Zato Blog: Auto-generating API specifications as OpenAPI, WSDL and Sphinx
Link: https://zato.io/blog/posts/apispec.html
This article presents a workflow for auto-generation of API specifications for your
Zato
services - if you need to share your APIs with partners, external or internal, this is how it can be done.
Samp
Link: https://zato.io/blog/posts/apispec.html
This article presents a workflow for auto-generation of API specifications for your
Zato
services - if you need to share your APIs with partners, external or internal, this is how it can be done.
Samp
Zato Blog
Auto-generating API specifications as OpenAPI, WSDL and Sphinx
Stack Abuse: Tensorflow 2.0: Solving Classification and Regression Problems
Link: https://stackabuse.com/tensorflow-2-0-solving-classification-and-regression-problems/
After much hype, Google finally released TensorFlow 2.0 which is the latest version of Google's flagship deep learning platform. A lot of long-awaited features have been introduced in TensorFlow 2.0.
Link: https://stackabuse.com/tensorflow-2-0-solving-classification-and-regression-problems/
After much hype, Google finally released TensorFlow 2.0 which is the latest version of Google's flagship deep learning platform. A lot of long-awaited features have been introduced in TensorFlow 2.0.
Stack Abuse
Tensorflow 2.0: Solving Classification and Regression Problems
Tensorflow 2.0 introduced some hefty new features. Amongst them, it now uses the Keras API by default for classification and regression. In this article, we'll take on these classic ML tasks using Tensorflow 2.0.
Real Python: Beautiful Soup: Build a Web Scraper With Python
Link: https://realpython.com/beautiful-soup-web-scraper-python/
The incredible amount of data on the Internet is a rich resource for any field of research or personal interest. To effectively harvest that data, you’ll need to become skilled at web scraping. The Py
Link: https://realpython.com/beautiful-soup-web-scraper-python/
The incredible amount of data on the Internet is a rich resource for any field of research or personal interest. To effectively harvest that data, you’ll need to become skilled at web scraping. The Py
Realpython
Beautiful Soup: Build a Web Scraper With Python – Real Python
In this tutorial, you'll walk through the main steps of the web scraping process. You'll learn how to write a script that uses Python's Requests library to scrape data from a website. You'll also use Beautiful Soup to extract the specific pieces of information…
Martijn Faassen: Framework Patterns
Link: http://blog.startifact.com/posts/framework-patterns.html
A software framework is code that calls your (application) code. That's how we
distinguish a framework from a library. Libraries have aspects of frameworks so
there is a gray area.
My friend Christian
Link: http://blog.startifact.com/posts/framework-patterns.html
A software framework is code that calls your (application) code. That's how we
distinguish a framework from a library. Libraries have aspects of frameworks so
there is a gray area.
My friend Christian
Mike Driscoll: Two New Typosquatting Libraries Found on PyPI
Link: http://www.blog.pythonlibrary.org/2019/12/04/two-new-typosquatting-libraries-found-on-pypi/
Two new malicious packages were found on the Python Packaging Index (PyPI) that were designed to steal GPG and SSH keys according to ZDNet. The packages were named python3-dateutil and jeIlyfish where
Link: http://www.blog.pythonlibrary.org/2019/12/04/two-new-typosquatting-libraries-found-on-pypi/
Two new malicious packages were found on the Python Packaging Index (PyPI) that were designed to steal GPG and SSH keys according to ZDNet. The packages were named python3-dateutil and jeIlyfish where
The Mouse Vs. The Python
Two New Typosquatting Libraries Found on PyPI - The Mouse Vs. The Python
Two new malicious packages were found on the Python Packaging Index (PyPI) that were designed to steal GPG and SSH keys according to ZDNet. The packages were named python3-dateutil and jeIlyfish where the first “L” is actually an I. These two libraries mimicked…
Kushal Das: Podman on Debian Buster
Link: https://kushaldas.in/posts/podman-on-debian-buster.html
I use podman on all of my production servers, and also inside of the Qubes system in Fedora VMs. A few days ago I saw this post and thought of trying out the steps on my Debian Buster system.
But, it
Link: https://kushaldas.in/posts/podman-on-debian-buster.html
I use podman on all of my production servers, and also inside of the Qubes system in Fedora VMs. A few days ago I saw this post and thought of trying out the steps on my Debian Buster system.
But, it
Mike Driscoll: Adding Notifications to Long-Running Jupyter Notebook Cells
Link: http://www.blog.pythonlibrary.org/2019/12/04/adding-notifications-to-long-running-jupyter-notebook-cells/
If you use Jupyter Notebook to run long-running processes, such as machine learning training, then you would probably like to know when the cell finishes executing. There is a neat browser plugin that
Link: http://www.blog.pythonlibrary.org/2019/12/04/adding-notifications-to-long-running-jupyter-notebook-cells/
If you use Jupyter Notebook to run long-running processes, such as machine learning training, then you would probably like to know when the cell finishes executing. There is a neat browser plugin that
Mouse Vs Python
Adding Notifications to Long-Running Jupyter Notebook Cells - Mouse Vs Python
If you use Jupyter Notebook to run long-running processes, such as machine learning training, then you would probably like to know when the cell finishes
NumFOCUS: NumFOCUS Kicks Off Year-End Fundraising with $2,500 Gift
Link: https://numfocus.org/blog/numfocus-kicks-off-year-end-fundraising-with-2500-gift
Giving Tuesday 2019 marked the start of NumFOCUS’s year-end fundraising campaign, and this year’s effort began with a major donation from the organization’s Board President, Andy Terrel. “Today I’m pl
Link: https://numfocus.org/blog/numfocus-kicks-off-year-end-fundraising-with-2500-gift
Giving Tuesday 2019 marked the start of NumFOCUS’s year-end fundraising campaign, and this year’s effort began with a major donation from the organization’s Board President, Andy Terrel. “Today I’m pl
NumFOCUS
NumFOCUS Kicks Off Year-End Fundraising with $2,500 Gift - NumFOCUS
Giving Tuesday 2019 marked the start of NumFOCUS’s year-end fundraising campaign, and this year’s effort began with a major donation from the organization’s Board President, Andy Terrel. “Today I’m pledging a gift of $2,500 to help kick off the NumFOCUS end…
Python Software Foundation: Mozilla and Chan Zuckerberg Initiative to support pip
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/zh_ej8QMx7o/moss-czi-support-pip.html
The Python Software Foundation is receiving $407,000 USD to support work on pip in 2020. Thank you to Mozilla (through its Mozilla Open Source Support Awards) and to the Chan Zuckerberg Initiativ
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/zh_ej8QMx7o/moss-czi-support-pip.html
The Python Software Foundation is receiving $407,000 USD to support work on pip in 2020. Thank you to Mozilla (through its Mozilla Open Source Support Awards) and to the Chan Zuckerberg Initiativ
Blogspot
Mozilla and Chan Zuckerberg Initiative to support pip
The Python Software Foundation is receiving $407,000 USD to support work on pip in 2020. Thank you to Mozilla (through its Mozilla ...
S. Lott: Creating Palindromes -- if possible -- from a string of letters.
Link: http://slott-softwarearchitect.blogspot.com/2019/12/creating-palindromes-if-possible-from.html
This can be an interesting exercise. I think it is something that can help people learn to code well. I found this in the LinkedIn Python community: https://www.linkedin.com/groups/25827/. The Palind
Link: http://slott-softwarearchitect.blogspot.com/2019/12/creating-palindromes-if-possible-from.html
This can be an interesting exercise. I think it is something that can help people learn to code well. I found this in the LinkedIn Python community: https://www.linkedin.com/groups/25827/. The Palind
Blogspot
Creating Palindromes -- if possible -- from a string of letters.
This can be an interesting exercise. I think it is something that can help people learn to code well. I found this in the LinkedIn Python c...
Dan Yeaw: GitHub Actions: Automate Your Python Development Workflow
Link: https://dan.yeaw.me/posts/github-actions-automate-your-python-development-workflow/
At GitHub Universe 2018, GitHub launched GitHub Actions in beta. Later in
August 2019, GitHub announced the expansion of GitHub Actions to include
Continuous Integration / Continuous Delivery (CI/CD).
Link: https://dan.yeaw.me/posts/github-actions-automate-your-python-development-workflow/
At GitHub Universe 2018, GitHub launched GitHub Actions in beta. Later in
August 2019, GitHub announced the expansion of GitHub Actions to include
Continuous Integration / Continuous Delivery (CI/CD).
Dan Yeaw's Blog
GitHub Actions: Automate Your Python Development Workflow
GitHub Actions makes it easy to automate all your software workflows, now with CI/CD. Build, test, and deploy your code right from GitHub. Make code reviews, branch management, and issue triaging work
IslandT: Python if else demo
Link: https://kibiwebgeek.com/python-if-else-demo/
A simple kata from codewars will show us how to use the if-else statement in python.
The wide mouth frog is particularly interested in the eating habits of other creatures.
He just can’t stop asking t
Link: https://kibiwebgeek.com/python-if-else-demo/
A simple kata from codewars will show us how to use the if-else statement in python.
The wide mouth frog is particularly interested in the eating habits of other creatures.
He just can’t stop asking t
Janusworx: #100DaysOfCode, Day 015 – Quick and Dirty Web Page Download
Link: https://janusworx.com/100daysofcode-day-015-quick-and-dirty-web-page-download/
Finally got the program done!
I wanted to write a program that would just get the latest comic from turnoff.us and save the picture to a file.
In the course of writing this little program,
I lear
Link: https://janusworx.com/100daysofcode-day-015-quick-and-dirty-web-page-download/
Finally got the program done!
I wanted to write a program that would just get the latest comic from turnoff.us and save the picture to a file.
In the course of writing this little program,
I lear
Janusworx
#100DaysOfCode, Day 015 – Quick and Dirty Web Page Download
Finally got the program done!
I wanted to write a program that would just get the latest comic from turnoff.us and save the picture to a file.
In the course of writing this little program,
I lear
I wanted to write a program that would just get the latest comic from turnoff.us and save the picture to a file.
In the course of writing this little program,
I lear
Stack Abuse: List Comprehensions in Python
Link: https://stackabuse.com/list-comprehensions-in-python/
A list is one of the fundamental data types in Python. Every time you come across a variable name that's followed by a square bracket [], or a list constructor, it is a list capable of containing mult
Link: https://stackabuse.com/list-comprehensions-in-python/
A list is one of the fundamental data types in Python. Every time you come across a variable name that's followed by a square bracket [], or a list constructor, it is a list capable of containing mult
Stack Abuse
List Comprehensions in Python
A list is one of the fundamental data types in Python. Every time you come
across a variable name that's followed by a square bracket [], or a list
constructor, it is a list capable of containing multiple items, making it a
compound data type. Similarly…
across a variable name that's followed by a square bracket [], or a list
constructor, it is a list capable of containing multiple items, making it a
compound data type. Similarly…