Python’s Print Function — Cool Features You Might Not Know
https://zl-liu.medium.com/pythons-print-function-cool-features-you-might-not-know-1602b7fefef0
https://zl-liu.medium.com/pythons-print-function-cool-features-you-might-not-know-1602b7fefef0
Medium
Python’s Print Function — Cool Features You Might Not Know
The print function in Python is probably the first ever function that many of us learnt. While the print function might be replaced with…
Monitor Kubernetes pod status from a Jenkins pipeline
https://medium.com/@dimitrijevskiv/monitor-kubernetes-pod-status-from-a-jenkins-pipeline-e25c744d944d
https://medium.com/@dimitrijevskiv/monitor-kubernetes-pod-status-from-a-jenkins-pipeline-e25c744d944d
Medium
Monitor Kubernetes pod status from a Jenkins pipeline
On one of the projects that I was working on, there was a requirement from our developers to get a logs output in a Jenkins pipeline from a…
Accelerating MLOps with the power of GPUs
https://rppol.medium.com/accelerating-mlops-with-the-power-of-gpus-f28be3ff56e1
https://rppol.medium.com/accelerating-mlops-with-the-power-of-gpus-f28be3ff56e1
Medium
Accelerating MLOps with the power of GPUs
MLOps at a glance
Complete guide of Linear Regression built from scratch
https://medium.com/@ngao7/complete-guide-of-linear-regression-built-from-scratch-fad842a0381d
https://medium.com/@ngao7/complete-guide-of-linear-regression-built-from-scratch-fad842a0381d
Medium
Complete guide of Linear Regression built from scratch
Linear regression is a supervised learning algorithm that has a deep root from statistics. It is one of the machine learning algorithms…
Show HN: Run Python, Ruby, Node.js, C++, Lua in the Browser via x86 to WASM JIT
https://repl.leaningtech.com/?hmsr=toutiao.io&python3#at=&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
https://repl.leaningtech.com/?hmsr=toutiao.io&python3#at=&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
CheerpX's REPL
REPL client side - a CheerpX demo
Python Structural Pattern Matching — Top 3 Use Cases To Get You Started
https://towardsdatascience.com/python-structural-pattern-matching-top-3-use-cases-to-get-you-started-262160007fa0
https://towardsdatascience.com/python-structural-pattern-matching-top-3-use-cases-to-get-you-started-262160007fa0
Medium
Python Structural Pattern Matching — Top 3 Use Cases To Get You Started
Python 3.10 added support for switch statements — Here are 3 practical examples to get you started.
Conditional Statements and Loops in Python
https://sahilfruitwala.medium.com/conditional-statements-and-loops-in-python-10bba4c71d9b
https://sahilfruitwala.medium.com/conditional-statements-and-loops-in-python-10bba4c71d9b
Medium
Conditional Statements and Loops in Python
Python 101 Series for Beginners
Secure Python socket with ngrok.
https://medium.com/@alexbuzunov/secure-python-socket-with-ngrok-3e7797f5d65c
https://medium.com/@alexbuzunov/secure-python-socket-with-ngrok-3e7797f5d65c
Medium
Secure Python socket with ngrok.
Usage
Secrets — Python module for strong random number and token generation
https://pub.towardsai.net/secrets-python-module-for-strong-random-number-and-token-generation-39af0392352b
https://pub.towardsai.net/secrets-python-module-for-strong-random-number-and-token-generation-39af0392352b
Medium
Secrets — Python module for strong random number and token generation
Generating cryptographically strong passwords and tokens
Deploying an End to End Deep Learning Project with few clicks: Part 2
https://towardsdatascience.com/deploying-an-end-to-end-deep-learning-project-with-few-clicks-part-2-89009cff6f16
https://towardsdatascience.com/deploying-an-end-to-end-deep-learning-project-with-few-clicks-part-2-89009cff6f16
Medium
Deploying an End to End Deep Learning Project with few clicks: Part 2
Taking model from Jupyter notebook to Flask app, testing API endpoint using Postman, and Heroku deployment