python办公自动化系列之金蝶K3(三) - NewJune
https://www.cnblogs.com/new-june/p/16082970.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
https://www.cnblogs.com/new-june/p/16082970.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
Cnblogs
python办公自动化系列之金蝶K3(三) - NewJune - 博客园
小爬在之前的两篇文章 【python办公自动化系列之金蝶K3自动登录(一)】、【python办公自动化系列之金蝶K3自动登录(二)】带大家系统搞定了K3客户端的自动登录难题,但是搞定【自动登录】只是我
Understanding __init__ Method in Python
https://medium.com/@cycool29/understanding-init-method-in-python-df07f18eddaf
https://medium.com/@cycool29/understanding-init-method-in-python-df07f18eddaf
Medium
Understanding __init__ Method in Python
Whenever we have Object-Oriented Programming in Python, we mostly come across the __init__ method which we usually don’t fully understand. Today, programmers are bound to come across Object-Oriented…
Time Series DIY: Seasonal Decomposition
https://towardsdatascience.com/time-series-diy-seasonal-decomposition-f0b469afed44
https://towardsdatascience.com/time-series-diy-seasonal-decomposition-f0b469afed44
Introduction to SHAP Values and their Application in Machine Learning
https://towardsdatascience.com/introduction-to-shap-values-and-their-application-in-machine-learning-8003718e6827
https://towardsdatascience.com/introduction-to-shap-values-and-their-application-in-machine-learning-8003718e6827
Medium
Introduction to SHAP Values and their Application in Machine Learning
Learn how the SHAP library works under the hood
How to Use Trading APIs to Visualize Crypto Price Information
https://gscheithauer.medium.com/how-to-use-trading-apis-to-visualize-crypto-price-information-352457082663
https://gscheithauer.medium.com/how-to-use-trading-apis-to-visualize-crypto-price-information-352457082663
Medium
How to Use Trading APIs to Visualize Crypto Price Information
A Step-by-Step Tutorial on how to use the Binance Python API
Creating and Promoting Python PyPI Libraries
https://peterkogan.medium.com/creating-and-promoting-python-pypi-libraries-b0d576efcbc0
https://peterkogan.medium.com/creating-and-promoting-python-pypi-libraries-b0d576efcbc0
Medium
Creating and Promoting Python PyPI Libraries
This article will provide you with the knowledge, skills, insight, and encouragement you need to start an open-source library now.
How to properly backtest a hedging strategy on Python ?
https://medium.com/coinmonks/how-to-properly-backtest-a-hedging-strategy-on-python-5a15cffc08d5
https://medium.com/coinmonks/how-to-properly-backtest-a-hedging-strategy-on-python-5a15cffc08d5
Medium
How to properly backtest a hedging strategy on Python ?
I backtested a hedging strategy on Bitcoin, with a reallistic fee implementation. Here are the results.
3 Aesthetically Pleasing Ways to Represent Numerical Data in Python
https://towardsdatascience.com/3-aesthetically-pleasing-ways-to-represent-numerical-data-in-python-ebc3572bd7db
https://towardsdatascience.com/3-aesthetically-pleasing-ways-to-represent-numerical-data-in-python-ebc3572bd7db
Medium
3 Aesthetically Pleasing Ways to Represent Numerical Data in Python
The art of data visualization
How to Analyze Formula 1 Telemetry in 2022 — A Python Tutorial
https://medium.com/towards-formula-1-analysis/how-to-analyze-formula-1-telemetry-in-2022-a-python-tutorial-309ced4b8992
https://medium.com/towards-formula-1-analysis/how-to-analyze-formula-1-telemetry-in-2022-a-python-tutorial-309ced4b8992
Medium
How to Analyze Formula 1 Telemetry in 2022 — A Python Tutorial
So, the new season has started. Lots of changes, lots of new stuff, and the same goes for the fastf1 Python library, which provides us…
Guide to Network Visualizations with Python and Bokeh
https://medium.com/@shubhamgupta2208/guide-to-network-visualizations-with-python-and-bokeh-51cb59d5da01
https://medium.com/@shubhamgupta2208/guide-to-network-visualizations-with-python-and-bokeh-51cb59d5da01
Medium
Guide to Network Visualizations with Python and Bokeh
Introduction
最先进的Prophet时间序列模型预测
https://medium.com/@chuanchuanhanhan27/%E6%9C%80%E5%85%88%E8%BF%9B%E7%9A%84prophet%E6%97%B6%E9%97%B4%E5%BA%8F%E5%88%97%E6%A8%A1%E5%9E%8B%E9%A2%84%E6%B5%8B-c6ba0f447872
https://medium.com/@chuanchuanhanhan27/%E6%9C%80%E5%85%88%E8%BF%9B%E7%9A%84prophet%E6%97%B6%E9%97%B4%E5%BA%8F%E5%88%97%E6%A8%A1%E5%9E%8B%E9%A2%84%E6%B5%8B-c6ba0f447872
Medium
最先进的Prophet时间序列模型预测
一、A time series forecasting model is a model that predicts future values based on previously observed values. Time series forecasting is…