- Working on a Python implementation of the Cyberpunk RED tabletop game
- Building an algorithmic trading CLI and API in Python
- Experience in writing administrative scripts in Bash, Vimscript, Perl,
PHP, Powershell, Ansible, Ruby and Javascript - Basic knowledge of BASIC, C/C++, Turbo Pascal, PHP
🧘♂️
Smashing Python for Fun and Profit
Python Programmer and Yoga Aficionado
Highlights
- Pro
Pinned Loading
-
streetyoga/atapi
streetyoga/atapi PublicBacktest, forward test and apply trading algorithms and strategies on binance spot, futures and nft market and other exchanges, including arbitrage.
-
python oneliners
python oneliners 1from IPython.terminal.prompts import Prompts, Token
2class MyPrompt(Prompts):
3def in_prompt_tokens(self, cli=None):
4return [ ( Token.Prompt, "λ ",), ]
5def out_prompt_tokens(self, cli=None):
-
cheatsheet
cheatsheet 1# grepable with inline comments.
2# create alias: gh alias set cheat 'gist view 4997128'
3# gh cheat | grep cheat -C 3, shows 3 lines before and after,
4# Windows Powershell: gh cheat | Select-String cheat
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.