Pythonic Monotonic
https://nedbatchelder.com/blog/202108/pythonic_monotonic.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
https://nedbatchelder.com/blog/202108/pythonic_monotonic.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
Nedbatchelder
Pythonic monotonic
In a recent conversation, someone shared some code from a book about technical job interviews. They wanted to know if I agreed that the code was “Pythonic.”
LeetCode | Palindrome Number | Geek Hacker
https://medium.com/geek-hacker/leetcode-palindrome-number-geek-hacker-d10d79eed419
https://medium.com/geek-hacker/leetcode-palindrome-number-geek-hacker-d10d79eed419
Medium
LeetCode | Palindrome Number | Geek Hacker
Problem Statement
Passing numpy array to C++, and vise versa
https://medium.com/@risiair/passing-numpy-array-to-c-and-vise-versa-5957a01e8ad3
https://medium.com/@risiair/passing-numpy-array-to-c-and-vise-versa-5957a01e8ad3
Medium
Passing numpy array to C++, and vise versa
A lot of matrix operations are used in a project recently. Because I want the speed of C++ and the convenience of python, I want to embed…
Avoid writing expensive code in Python with Memoization
https://medium.com/practical-data-science-and-engineering/avoid-writing-expensive-code-in-python-with-memoization-295cdfed3ae5
https://medium.com/practical-data-science-and-engineering/avoid-writing-expensive-code-in-python-with-memoization-295cdfed3ae5
Medium
Avoid writing expensive code in Python with Memoization
Expensive Code?? Ya, you read it right. While we use the repeated function call with the same parameters, it becomes computationally…
Create organization diagrams in a few lines of code (The 5-minute learn)
https://towardsdatascience.com/create-organization-diagrams-in-a-few-lines-of-code-the-5-minute-learn-dcca81dac3a2
https://towardsdatascience.com/create-organization-diagrams-in-a-few-lines-of-code-the-5-minute-learn-dcca81dac3a2
Medium
Create organization diagrams in a few lines of code (The 5-minute learn)
How to do it in R and in Python
Using locally the Python Quantiacs Toolbox in your own environment
https://quantiacs.medium.com/using-locally-the-python-quantiacs-toolbox-in-your-own-environment-d035beae66da
https://quantiacs.medium.com/using-locally-the-python-quantiacs-toolbox-in-your-own-environment-d035beae66da
Medium
Using locally the Python Quantiacs Toolbox in your own environment
In this article we describe how to install the most recent version of the Python Quantiacs Toolbox on your machine and how to setup your…
Gesture Control of your FireTV with Python
https://medium.com/@tomaclarke16/gesture-control-of-your-firetv-with-python-7d3d6c9a503b
https://medium.com/@tomaclarke16/gesture-control-of-your-firetv-with-python-7d3d6c9a503b
Medium
Gesture Control of your FireTV with Python
This post is a continuation to my article on python control of the FireTV. Using gesture control is an interesting way to activate the…
Parallel Programming in Python — Lesson 3. Synchronization primitives
https://medium.com/codex/parallel-programming-in-python-lesson-3-synchronization-primitives-78ac09befc43
https://medium.com/codex/parallel-programming-in-python-lesson-3-synchronization-primitives-78ac09befc43
Medium
Parallel Programming in Python — Lesson 3. Synchronization primitives
This is the third in a series of lessons, covering the various facilities that the Python programming language offers for parallel…
Kubernetes Integration with python CGI
https://sachin-jangid2k.medium.com/kubernetes-integration-with-python-cgi-9394a842c0c
https://sachin-jangid2k.medium.com/kubernetes-integration-with-python-cgi-9394a842c0c
Medium
Kubernetes Integration with python CGI
Kubernetes-
Hydrocarbon reservoir simulation in Python. Part II: make data ready for ML
https://medium.com/@skoltech-chr/hydrocarbon-reservoir-simulation-in-python-part-ii-make-data-ready-for-ml-8e7dba7acb02
https://medium.com/@skoltech-chr/hydrocarbon-reservoir-simulation-in-python-part-ii-make-data-ready-for-ml-8e7dba7acb02
Practical Learning: Changes to the Tic-Tac-Toe Python Project
https://medium.com/@mairasalazar/practical-learning-changes-to-the-tic-tac-toe-python-project-7bddeb67ae82
https://medium.com/@mairasalazar/practical-learning-changes-to-the-tic-tac-toe-python-project-7bddeb67ae82
Medium
Practical Learning: Changes to the Tic-Tac-Toe Python Project
The Tic-Tac-Toe tutorial by James Shah is an awesome first Python project. Trying to improve it was an even better exercise. Here is how.
Tagging a Location to a Shapefile Area using Geopandas
https://towardsdatascience.com/tagging-a-location-to-a-shapefile-area-using-geopandas-5d74336128bf
https://towardsdatascience.com/tagging-a-location-to-a-shapefile-area-using-geopandas-5d74336128bf
Towards Data Science
Tagging a Location to a Shapefile Area using Geopandas | Towards Data Science
Another geospatial use case made easy by GeoPandas