Fastapi框架+KubeSphere3.1.1系列(6):手动的部署fastapi-redis+postgresql服务(使用阿里云镜像仓库)
https://juejin.cn/post/7009203479579213831
https://juejin.cn/post/7009203479579213831
juejin.cn
Fastapi框架+KubeSphere3.1.1系列(6):手动的部署fastapi-redis+postgresql服务(使用阿里云镜像仓库) - 掘金
一、说明 1.1 部署概述 前期我们的已经大致的了解了如何去部署一个简单的py项目了,那如何组合整个部署呐?其中涉及的到的问题,也无非是之前我提到几个问题点。 镜像的准备 镜像环境配置 镜像仓库的准备
Simulating Random Walk of Stock Prices with Monte Carlo Simulation in Python
https://medium.com/the-handbook-of-coding-in-finance/simulating-random-walk-of-stock-prices-with-monte-carlo-simulation-in-python-6e233d841e
https://medium.com/the-handbook-of-coding-in-finance/simulating-random-walk-of-stock-prices-with-monte-carlo-simulation-in-python-6e233d841e
Medium
Simulating Random Walk of Stock Prices with Monte Carlo Simulation in Python
A simple yet very useful idea to simulate future stock prices to help your investment decision making.
Backtest Supertrend Crossover Strategy with Elasticsearch
https://wtwong316.medium.com/backtest-supertrend-crossover-strategy-with-elasticsearch-ab048a3c6b8
https://wtwong316.medium.com/backtest-supertrend-crossover-strategy-with-elasticsearch-ab048a3c6b8
Medium
Backtest Supertrend Crossover Strategy with Elasticsearch
We have discussed quite a few single-indicator trading strategies, among which the simple Relative Strength Index (RSI) crossover strategy…
Trying out projects to make Python learning a bit more fun(for beginners)
https://medium.com/@CharlotteGao/trying-out-projects-to-make-python-learning-a-bit-more-fun-for-beginners-380652ae38a
https://medium.com/@CharlotteGao/trying-out-projects-to-make-python-learning-a-bit-more-fun-for-beginners-380652ae38a
Medium
Trying out projects to make Python learning a bit more fun(for beginners)
As a data science novice, l’ve always wanted to make my Python learning process a bit more fun and intuitive, and one of the best ways to…
Introduction to Python Programming: Sequence — List, Tuples, and Range
https://arc-sosangyo.medium.com/introduction-to-python-programming-sequence-list-tuples-and-range-1caa03ffd55c
https://arc-sosangyo.medium.com/introduction-to-python-programming-sequence-list-tuples-and-range-1caa03ffd55c
Medium
Introduction to Python Programming: Sequence — List, Tuples, and Range
Sequence is a data type containing collection of ordered values. It works the same way as variables that holds multiple values. Each value…
Configuring Auth 2.0 in APIM for Python APIs Running on Azure Functions
https://medium.com/bb-tutorials-and-thoughts/configuring-auth-2-0-in-apim-for-python-apis-running-on-azure-functions-63d074744bcf
https://medium.com/bb-tutorials-and-thoughts/configuring-auth-2-0-in-apim-for-python-apis-running-on-azure-functions-63d074744bcf
Medium
Configuring Auth 2.0 in APIM for Python APIs Running on Azure Functions
A step by step guide with an example project
Fit Nonlinear Data with a Linear Model!
https://aldosari.medium.com/fit-nonlinear-data-with-a-linear-model-a48f474644d4
https://aldosari.medium.com/fit-nonlinear-data-with-a-linear-model-a48f474644d4
Medium
Fit Nonlinear Data with a Linear Model!
Fitting nonlinear data with a linear model is a technique called Polynomial Regression. The intuition is that the model will have a higher…