Command-line or console applications are programs that are designed to be used via a text only interface such as the terminal. Command-line programs accept instructions or commands from their users in the form of flags or switches. Popular command-line applications include: git – A version control system Vim – A text editor and Grep –
Continue reading Python command line interfaces: An overview of argparse.
Tag: terminal
Migrating to Linux
A friend of mine from college always talked about linux. He swears by it. Everytime he talked about it, i always kept thinking, But why would anyone want to change from Windows, why bother? That is what I always asked myself, so I had a long talk with him and had him explain to me
Continue reading Migrating to Linux