[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
Probably The Easiest Way To Animate Your Python Plots
https://towardsdatascience.com/probably-the-easiest-way-to-animate-your-python-plots-f5194ebed75f
https://towardsdatascience.com/probably-the-easiest-way-to-animate-your-python-plots-f5194ebed75f
Medium
Probably The Easiest Way To Animate Your Python Plots
Generate frames of plots and combine them as GIF
Python学习之路——类-面向对象编程 - PENGJUNQIAO
https://www.cnblogs.com/QiaoPengjun/p/16197098.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
https://www.cnblogs.com/QiaoPengjun/p/16197098.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
Cnblogs
Python学习之路——类-面向对象编程 - PENGJUNQIAO - 博客园
类 面向对象编程 通过类获取一个对象的过程 - 实例化 类名()会自动调用类中的__init__方法 类和对象之间的关系? 类 是一个大范围 是一个模子 它约束了事务有哪些属性 但是不能约束具体的值