Skip to content
View miron's full-sized avatar
🧘‍♂️
Smashing Python for Fun and Profit
🧘‍♂️
Smashing Python for Fun and Profit

    Highlights

    • Pro

    Organizations

    @streetyoga

    Block or report miron

    Block user

    Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

    You must be logged in to block users.

    Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
    Report abuse

    Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

    Report abuse
    miron/README.md
    • 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

    swan dive

    Pinned Loading

    1. NeonCoreNeonCorePublic

      Immersive Terminal-based Cyberpunk RPG built with Python. Features "Digital Soul" mechanics powered by local AI (Ollama) or cloud (Google Gemini).

      Python 7 1

    2. streetyoga/atapistreetyoga/atapiPublic

      Backtest, forward test and apply trading algorithms and strategies on binance spot, futures and nft market and other exchanges, including arbitrage.

      Python 6 3

    3. python onelinerspython oneliners
      1
      fromIPython.terminal.promptsimportPrompts, Token
      2
      classMyPrompt(Prompts):
      3
      defin_prompt_tokens(self, cli=None):
      4
      return [ ( Token.Prompt, "λ ",), ]
      5
      defout_prompt_tokens(self, cli=None):
    4. cheatsheetcheatsheet
      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