Month: September 2020

Why it's confusing? datetime and unix time (POSIX) in Python
Python

Why it’s confusing? datetime and unix time (POSIX) in Python

To explain what native and aware objects in datetime module are and how to convert naive and aware objects to unix time (POSIX) in the right way.

Read More
Trading chart Image
DataScience

How to calculate historical volatility and sharpe ratio in Python

To understand what historical volatility and sharpe ratio are in the markets. It is a how-to guide how to compute volatility and sharpe ratio in Python.

Read More
Computer Analysis Image
Crypto
DataScience

How to get cumulative return for your asset and portfolio in Python

To explain how to use cumprod in Pandas library to calculate cumulative portfolio return and single asset return in an efficient code with Python.

Read More
Analytics Image
Blockchain
Crypto

How to get ohlcv data for your exchange with ccxt library?

Overview about OHLCV and ccxt library. How to use ccxt library to obtain OHLCV data from crypto exchange that you’re using in Python.

Read More
Blockchain Image1
Crypto

How to create a Flashloan transaction without coding?

To describe what Flashloan is in Aave protocol and look through how to use Furucombo app to form cubes and your own combo to do arbitrage.

Read More
Container Image
DataScience

How to build your own Data Science environment with Docker and Anaconda3

To introduce Anaconda distribution and the official Docker image. You’ll know how to customize the image in Dockerfile and spin up your own environment.

Read More
Trading Image
Crypto
Python

Simple backtesting for trading in Python

To highlight how easy we can do backtesting in simple Python coding and leverage results for your trading, stock market, forex, options and crypto currencies.

Read More