From 3fc33dea06c8ff2d30877b9097ef2dc8df407129 Mon Sep 17 00:00:00 2001 From: Inaki Fernandez Date: Fri, 18 Feb 2022 16:53:24 +0100 Subject: [PATCH] Jan 18th --- docs/docker.md | 8 ++++---- docs/python.md | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/docker.md b/docs/docker.md index 2aaa7f29..387bdebf 100644 --- a/docs/docker.md +++ b/docs/docker.md @@ -272,12 +272,12 @@ PHP Docker Image for Cloud Native Deployments (and Kubernetes) Click to expand!
- + + + - - - +
diff --git a/docs/python.md b/docs/python.md index 67fcb8f5..6b7f351e 100644 --- a/docs/python.md +++ b/docs/python.md @@ -190,6 +190,7 @@ - [freecodecamp.org: Python Dictionary – How to Perform CRUD Operations on dicts in Python](https://www.freecodecamp.org/news/everything-you-need-to-know-about-python-dictionaries/) - [==freecodecamp.org: Python Requests – How to Interact with Web Services using Python==](https://www.freecodecamp.org/news/how-to-interact-with-web-services-using-python/) - [thenewstack.io: Guido van Rossum’s Ambitious Plans for Improving Python Performance](https://thenewstack.io/guido-van-rossums-ambitious-plans-for-improving-python-performance/) While Python is a simple language to start with and has excellent support for ML/AI, it is still a slow language which consumes more energy. This means the execution/infra costs are higher. The creator of Python, Guido van Rossum, quit his BDFL (Benevolent Dictator For Life) post at Python (in disgust over PIP 572) and later joined Microsoft. He is reported to be working at making Python 5-fold faster in next few releases. +- [towardsdatascience.com: Memory Management in Python](https://towardsdatascience.com/memory-management-in-python-6bea0c8aecc9) How does it work? A list of examples that help. ## PHP vs Python - [geekflare.com: PHP vs Python: A Comprehensive Comparison](https://geekflare.com/php-vs-python-comparison)