Codementor: Developer Tools & Frameworks for a Python Developer - Reading...
A list of developer tools & framework that is useful for any aspiring Python developer.
View ArticlePhilip Semanchuk: 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. You...
View ArticleJanusworx: #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...
View ArticleRobin Wilson: Automatically downloading nursery photos from ParentZone using...
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...
View ArticleZato Blog: Auto-generating API specifications as OpenAPI, WSDL and Sphinx
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.Sample...
View ArticleStack Abuse: 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....
View ArticleReal Python: Beautiful Soup: Build a Web Scraper With 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...
View ArticleMartijn Faassen: Framework Patterns
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...
View ArticleMike Driscoll: 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...
View ArticleKushal Das: Podman on Debian Buster
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...
View ArticlePython Software Foundation: Mozilla and Chan Zuckerberg Initiative to support...
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 Initiative for...
View ArticleMike Driscoll: 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...
View ArticleNumFOCUS: NumFOCUS Kicks Off Year-End Fundraising with $2,500 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...
View ArticleS. Lott: 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 community: https://www.linkedin.com/groups/25827/. The...
View ArticleDan Yeaw: 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)....
View ArticleIslandT: 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 the...
View ArticleJanusworx: #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 learnt...
View ArticleStack 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...
View ArticleNumFOCUS: SunPy Receives NASA Grant, Helps Generate Parker Solar Probe Results
The post SunPy Receives NASA Grant, Helps Generate Parker Solar Probe Results appeared first on NumFOCUS.
View Article