Python Libraries for Mesh and Point Cloud Visualization (Part 1)
https://medium.com/@inikolov17/python-libraries-for-mesh-and-point-cloud-visualization-part-1-daa2af36de30
https://medium.com/@inikolov17/python-libraries-for-mesh-and-point-cloud-visualization-part-1-daa2af36de30
Medium
Python Libraries for Mesh and Point Cloud Visualization (Part 1)
A tutorial on 8 of the best libraries for creating stunning 3D visualizations and animations in Python - Open3D, Trimesh, PyVista, Vedo
Applicative order evaluation vs Normal order evaluation
https://medium.com/@gdhameeja/applicative-order-evaluation-vs-normal-order-evaluation-5850348756e3
https://medium.com/@gdhameeja/applicative-order-evaluation-vs-normal-order-evaluation-5850348756e3
Medium
Applicative order evaluation vs Normal order evaluation
At some point, all of us (the curious ones) search the web for “best computer science books”. And the one that pops up in every list is…
[365Gist] easy auto refresh with condition by Selenium — Python
https://klaothongchan.medium.com/365gist-easy-auto-refresh-with-condition-by-selenium-python-83b8e09468f4
https://klaothongchan.medium.com/365gist-easy-auto-refresh-with-condition-by-selenium-python-83b8e09468f4
Medium
[365Gist] easy auto refresh with condition by Selenium — Python
Naive way to buy PS5 from Sony Store Thailand.
Why We Should Learn a Programming Language Like Python?
https://medium.com/@themahfujur/why-we-should-learn-a-programming-language-like-python-c17ff26976b3
https://medium.com/@themahfujur/why-we-should-learn-a-programming-language-like-python-c17ff26976b3
Medium
Why We Should Learn a Programming Language Like Python?
Python makes programming accessible to the rest of the world.
Intraday RSI MACD back test using ccxt and backtrader
https://norman-lm-fung.medium.com/intraday-rsi-macd-back-test-using-ccxt-and-backtrader-bc09c995ce8d
https://norman-lm-fung.medium.com/intraday-rsi-macd-back-test-using-ccxt-and-backtrader-bc09c995ce8d
Medium
Intraday RSI MACD back test using ccxt and backtrader
“Intraday RSI MACD back test using ccxt and backtrader” is published by Norman Fung.
Focal Loss : A better alternative for Cross-Entropy
https://towardsdatascience.com/focal-loss-a-better-alternative-for-cross-entropy-1d073d92d075
https://towardsdatascience.com/focal-loss-a-better-alternative-for-cross-entropy-1d073d92d075
Medium
Focal Loss: A better alternative for Cross-Entropy
Focal loss is said to perform better than Cross-Entropy loss in many cases. But why Cross-Entropy loss fails, and how Focal loss addresses…
Mitosheet: Empowering Collaboration
https://medium.com/trymito/mitosheet-empowering-collaboration-20c9b7b0cbf
https://medium.com/trymito/mitosheet-empowering-collaboration-20c9b7b0cbf
Medium
Mitosheet: Empowering Collaboration
Introduction
How to write fast and more idiomatic python code
https://aabidalisofi.medium.com/how-to-write-fast-and-more-idiomatic-python-code-d2338fe6cca9
https://aabidalisofi.medium.com/how-to-write-fast-and-more-idiomatic-python-code-d2338fe6cca9
Medium
Tip 1. When there is recurring setup and tear down you should use a Context Manager so that you can use with statement
Python is praised for its readability. This makes it a good first language, and a popular choice for scripting and prototyping. In this…
Introducing NumPy — a python library for scientific computing
https://medium.com/@hwaasi/introducing-numpy-b069b929f2d1
https://medium.com/@hwaasi/introducing-numpy-b069b929f2d1
Medium
Introducing NumPy — a python library for scientific computing
If you’re aspiring to use python for scientific computing, then NumPy must be your intimate friend. NumPy uses an n-dimensional array…