Show HN: Lisp implementation in modern Java, Go, C#, TypeScript, Python
https://github.com/eatonphil/lisp-rosetta-stone#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
https://github.com/eatonphil/lisp-rosetta-stone#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
GitHub
GitHub - eatonphil/lisp-rosetta-stone: A lisp rosetta stone to demonstrate modern language features
A lisp rosetta stone to demonstrate modern language features - eatonphil/lisp-rosetta-stone
Pass By Value/Reference and Pass By Object Reference in Python?-A Detailed Explanation
https://python.plainenglish.io/pass-by-value-reference-and-pass-by-object-reference-in-python-a-detailed-explanation-9ea8e5dc575c
https://python.plainenglish.io/pass-by-value-reference-and-pass-by-object-reference-in-python-a-detailed-explanation-9ea8e5dc575c
Medium
Pass By Value/Reference and Pass By Object Reference in Python?—A Detailed Explanation
Python’s argument passing model is neither “Pass by Value” nor “Pass by Reference” but it is “Pass by Object Reference”.
#5.3 Find companies that lost or gained from the COVID19 pandemic (Python Financial Analysis)
https://sparkle-mdm.medium.com/5-3-find-companies-that-lost-or-gained-from-the-covid19-pandemic-python-financial-analysis-f59c1b627d34
https://sparkle-mdm.medium.com/5-3-find-companies-that-lost-or-gained-from-the-covid19-pandemic-python-financial-analysis-f59c1b627d34
Medium
#5.3 Find companies that lost or gained from the COVID19 pandemic (Python Financial Analysis)
Python financial Analysis (PFA5P3)
Build a mass spectrometry analysis pipeline in Python using matchms — part III: molecular…
https://blog.esciencecenter.nl/build-a-mass-spectrometry-analysis-pipeline-in-python-using-matchms-part-iii-molecular-91891248ee34
https://blog.esciencecenter.nl/build-a-mass-spectrometry-analysis-pipeline-in-python-using-matchms-part-iii-molecular-91891248ee34
Medium
Build a mass spectrometry analysis pipeline in Python using matchms — part III: molecular networking
Tutorial on how to use matchms, Spec2Vec and Python to compute networks based on mass spectral similarities.
How to use sklearn to transform a skewed label in a dataset
https://medium.com/mlearning-ai/how-to-use-sklearn-to-transform-a-skewed-label-in-a-dataset-c54c9110236d
https://medium.com/mlearning-ai/how-to-use-sklearn-to-transform-a-skewed-label-in-a-dataset-c54c9110236d
Medium
How to use sklearn to transform a skewed label in a dataset
One thing that I have discovered by taking Udacity’s Introduction to Machine Learning course and Kaggle’s 30 days of Machine Learning…
Time Series Forecasting Using Past and Future External Data with Darts
https://medium.com/unit8-machine-learning-publication/time-series-forecasting-using-past-and-future-external-data-with-darts-1f0539585993
https://medium.com/unit8-machine-learning-publication/time-series-forecasting-using-past-and-future-external-data-with-darts-1f0539585993
Medium
Time Series Forecasting Using Past and Future External Data with Darts
Building models that are able to capture external data is often a key aspect of time series forecasting projects. For instance:
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…