AAdrianinae.hashnode.dev·Apr 27, 2025 · 3 min readMake your REPL extendable with your own toolsetThe Cmd class in python is useful for a quick terminal ui. Just your own repl. In this article we will extend the repl with other repls. You can learn some python meta programming to extend your toolset. First let’s create our “hello world” cmd in th...00
AAdrianinae.hashnode.dev·Apr 26, 2025 · 2 min readcmd.Cmd your customized Repl in PythonHow can we interact with my written program? The user interface is a wide wide topic. There are a lot of ways: The terminal ‘./my-program some-parameters’ The graphical user interface (GUI) The web interface There are a lot of variants between t...00
AAdrianinae.hashnode.dev·Dec 17, 2020 · 2 min readPlease don't miss this in your .vimrcIf Vim is your favorite editor I have an awesome way to easily manage all your plugins. There are a lot of plugin managers for Vim. My favorite is vim-plug. The magic, what is so important not to miss, happens in the .vimrc file. You don't have to...00