How to Run a Simple Flask Application in a Container
https://betterprogramming.pub/how-to-run-a-simple-flask-application-in-a-container-691fbbd91fcf
https://betterprogramming.pub/how-to-run-a-simple-flask-application-in-a-container-691fbbd91fcf
Medium
How to Run a Simple Flask Application in a Container
For developers on various operating systems
AWS Lambda Caching? Why? and How?
https://medium.com/@IUsedToBeSome1/aws-lambda-caching-why-and-how-bd3c2d500c
https://medium.com/@IUsedToBeSome1/aws-lambda-caching-why-and-how-bd3c2d500c
Medium
AWS Lambda Caching? Why? and How?
Why?
30 Days of Coding — Day 3: Hare and Tortoise (Two Pointers Technique Part 2)
https://medium.com/@syedansab500/30-days-of-coding-day-3-hare-and-tortoise-two-pointers-technique-part-2-8bd29bb9a108
https://medium.com/@syedansab500/30-days-of-coding-day-3-hare-and-tortoise-two-pointers-technique-part-2-8bd29bb9a108
Medium
30 Days of Coding — Day 3: Hare and Tortoise (Two Pointers Technique Part 2)
On our third day of the 30 days coding challenge, we work around another very popular two-pointer technique known as the hare and the…
Create a Simple Docker Container with a Python Web Server
https://chrisbensen.medium.com/create-a-simple-docker-container-with-a-python-web-server-26534205061a
https://chrisbensen.medium.com/create-a-simple-docker-container-with-a-python-web-server-26534205061a
Medium
Create a Simple Docker Container with a Python Web Server
By Chris Bensen
DETR: End-to-End Object Detection with Transformers and Implementation of Python
https://towardsdatascience.com/detr-end-to-end-object-detection-with-transformers-and-implementation-of-python-8f195015c94d
https://towardsdatascience.com/detr-end-to-end-object-detection-with-transformers-and-implementation-of-python-8f195015c94d
Medium
DETR: End-to-End Object Detection with Transformers and Implementation of Python
The state of art transformers techniques were used for object detection problems in the “DETR: End-to-End Object Detection with…
The Zen of grinding LeetCode problems: Day 59–Binary Binary Tree problem
https://medium.com/@mateidanut/the-zen-of-grinding-leetcode-problems-day-59-binary-binary-tree-problem-6119875c8490
https://medium.com/@mateidanut/the-zen-of-grinding-leetcode-problems-day-59-binary-binary-tree-problem-6119875c8490
Medium
The Zen of grinding LeetCode problems: Day 59–Binary Binary Tree problem
No, it’s not a typo
Where’s my Voi scooter: [4] Hosting the project on the cloud with a guild on how to set up a VPS
https://medium.com/@chits_programming_blog/wheres-my-voi-scooter-4-hosting-the-project-on-the-cloud-with-a-guild-on-how-to-set-up-a-vps-45597df953a2
https://medium.com/@chits_programming_blog/wheres-my-voi-scooter-4-hosting-the-project-on-the-cloud-with-a-guild-on-how-to-set-up-a-vps-45597df953a2
Medium
Where’s my Voi scooter: [4] Hosting the project on the cloud with a guild on how to set up a VPS
I will host my Voi scooter location getter project on the cloud in this blog. While the word cloud may sound fancy, it is just someone…
These Are The Highest Paying Programming Languages!
https://preettheman.medium.com/these-are-the-highest-paying-programming-languages-4c026844d199
https://preettheman.medium.com/these-are-the-highest-paying-programming-languages-4c026844d199
Medium
These Are The Highest Paying Programming Languages!
Welcome back! Programming is one of the most important skillsets to have nowadays, so, let’s take a look at some of the highest paying…
Everything You Should Know about Python Zip Function
https://towardsdatascience.com/everything-you-should-know-about-python-zip-function-fba0e4e13361
https://towardsdatascience.com/everything-you-should-know-about-python-zip-function-fba0e4e13361
Medium
Everything You Should Know about Python Zip Function
Code examples included
Why Doesn’t Every Coder Use This Python Package?
https://preettheman.medium.com/why-doesnt-every-coder-use-this-python-package-74f6c24b09
https://preettheman.medium.com/why-doesnt-every-coder-use-this-python-package-74f6c24b09
Medium
Why Doesn’t Every Coder Use This Python Package?
Welcome back! Python is an awesome programming language, if you’re new to this language, check out the link below to learn more about it:
3 awesome Django 4.1 changes (1 is a logout deprecation you need to know about)
https://codereviewdoctor.medium.com/3-awesome-django-4-1-changes-1-is-a-logout-deprecation-you-need-to-know-about-1d8166ccbdb2
https://codereviewdoctor.medium.com/3-awesome-django-4-1-changes-1-is-a-logout-deprecation-you-need-to-know-about-1d8166ccbdb2
Medium
3 awesome Django 4.1 changes (1 is a logout deprecation you need to know about)
Django is an open-source web application framework for Python. With Django 4.1 release we get some long-awaited improvements such as async…
leetcode 378. Kth Smallest Element in a Sorted Matrix(python)
https://juejin.cn/post/7127825073947787294
https://juejin.cn/post/7127825073947787294
juejin.cn
leetcode 378. Kth Smallest Element in a Sorted Matrix(python) - 掘金
leetcode 378. Kth Smallest Element in a Sorted Matrix(python)主要是用了堆数据结构来解决第 n 个最小数字问题