Intro to Python SSH Client Paramiko
https://masubelele.medium.com/intro-to-python-ssh-client-paramiko-eb785bc65982
https://masubelele.medium.com/intro-to-python-ssh-client-paramiko-eb785bc65982
Medium
Intro to Python SSH Client Paramiko
What is Pramiko?
Car Wash Pattern: Parallelizing Non-Thread Safe and/or CPU-intensive Processes with Future Based…
https://medium.com/vlmedia-tech/parallelizing-non-thread-safe-and-or-cpu-intensive-processes-with-future-based-queue-centric-b2247bbcf231
https://medium.com/vlmedia-tech/parallelizing-non-thread-safe-and-or-cpu-intensive-processes-with-future-based-queue-centric-b2247bbcf231
Medium
Car Wash Pattern: Parallelizing Non-Thread Safe and/or CPU-intensive Processes with Future Based…
If we have to parallelize the code that is not thread-safe and/or has a time-consuming cold start, the approach explained here can be used…
The best of two worlds: working with VSCode and Windows Subsystem for Linux (Python)
https://medium.com/@grndng/the-best-of-two-worlds-working-with-vscode-and-windows-subsystem-for-linux-python-5f2ba14ef946
https://medium.com/@grndng/the-best-of-two-worlds-working-with-vscode-and-windows-subsystem-for-linux-python-5f2ba14ef946
Medium
The best of two worlds: working with VSCode and Windows Subsystem for Linux (Python)
Getting the most out of VSCode in Linux on Windows!
Difficult Python Question 9 — Shortest Paths In A Maze
https://zl-liu.medium.com/difficult-python-question-9-shortest-paths-in-a-maze-361d51c53575
https://zl-liu.medium.com/difficult-python-question-9-shortest-paths-in-a-maze-361d51c53575
Medium
Difficult Python Question 9 — Shortest Paths In A Maze
Let’s say we are given a list of strings to represent a maze.
How to make an application using serverless application model (SAM) and python
https://medium.com/@farzanajuthi08/how-to-make-an-application-using-serverless-application-model-sam-and-python-937415d38a44
https://medium.com/@farzanajuthi08/how-to-make-an-application-using-serverless-application-model-sam-and-python-937415d38a44
Medium
How to make an application using serverless application model (SAM) and python
When you want to organize your aws resources and components from a single stack, you can use SAM. It makes easy to share configuration…
A short story moving Minions into Python 3
https://shklqm.medium.com/a-short-story-moving-minions-into-python-3-a5ebe885c45e
https://shklqm.medium.com/a-short-story-moving-minions-into-python-3-a5ebe885c45e
Medium
A short story moving Minions into Python 3
It wall started on…
Making uncrackable memorable passwords in python using machine learning.
https://tyanbt.medium.com/making-uncrackable-memorable-passwords-in-python-using-machine-learning-5512ef95bc4b
https://tyanbt.medium.com/making-uncrackable-memorable-passwords-in-python-using-machine-learning-5512ef95bc4b
Medium
Making uncrackable memorable passwords in python using machine learning.
I understand that no password is truly uncrackable but given the scope of resources and time needed to crack these passwords it would be…
CreateURL — not your typical URL shortener.
https://medium.com/@panasherussy10/createurl-not-your-typical-url-shortener-ee6ccee11218
https://medium.com/@panasherussy10/createurl-not-your-typical-url-shortener-ee6ccee11218
Medium
CreateURL — not your typical URL shortener.
For my final project in the ALX foundations, I created that amazing web application, CreateUrl. I did some research before working on the…
Image processing with Keres in Python- Part 1
https://aida1990.medium.com/image-processing-with-keres-in-python-part-1-bb630c2ccf9a
https://aida1990.medium.com/image-processing-with-keres-in-python-part-1-bb630c2ccf9a
Medium
Image processing with Keres in Python- Part 1
In this tutorial, we use Keras since it is more user-friendly compared to other libraries such as PyTorch. One disadvantage of Keras is…
Calculating Areas of Quadrilaterals in Python
https://medium.com/explorations-in-python/calculating-areas-of-quadrilaterals-in-python-fa77cfb6ac1d
https://medium.com/explorations-in-python/calculating-areas-of-quadrilaterals-in-python-fa77cfb6ac1d
Medium
Calculating Areas of Quadrilaterals in Python
This is the first in a set of three articles describing how to calculate the areas of various types of quadrilaterals using the Python…
Creating a Pure Python Web Dashboard with the QuickBooks API
https://medium.com/anvil-works/creating-a-pure-python-web-dashboard-with-the-quickbooks-api-448292ebb094
https://medium.com/anvil-works/creating-a-pure-python-web-dashboard-with-the-quickbooks-api-448292ebb094
Medium
Creating a Pure Python Web Dashboard with the QuickBooks API
QuickBooks is flexible, powerful accounting software, used by businesses and individuals alike. It also has a robust API — and I’m going…
Meta deepens its investment in the Python ecosystem
https://pyfound.blogspot.com/2022/03/meta-deepens-its-investment-in-python.html
https://pyfound.blogspot.com/2022/03/meta-deepens-its-investment-in-python.html
Blogspot
Meta deepens its investment in the Python ecosystem
As the backbone to many Meta Services ranging from Instagram to its AI and data infrastructure, Python is very important to Meta. PyTorch i...