[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…
4 Easy Steps to Set-up a Firestore Database for Your Streamlit Apps
https://levelup.gitconnected.com/4-easy-steps-to-set-up-a-firestore-database-for-your-streamlit-apps-825c5de5b5bc
https://levelup.gitconnected.com/4-easy-steps-to-set-up-a-firestore-database-for-your-streamlit-apps-825c5de5b5bc
Medium
Firestore × Streamlit: a Powerful Combo for a Perfect Web App
Utilizing Streamlit secret and session state to fully interact with your users