-
Archives
-
Meta
Monthly Archives: February 2012
Vim A Quick Guide
Customization First step into Vim is to customize certain attributes that will make life easier. Each user can have their customized vim template and it’s because these settings can be stored in a file named .vimrc located in your home directory. If not already there, create one yourself. Add the following lines which enables certain features in vim. close and save, and reopen vim to see the difference. For more …
Python: Quick Reference
I forget almost everything I read, so I’ve compiled a list of topics with examples for a quick reminder. If you find find an error in the code, forgive me and please let me know. Print stuff on the screen String Manipulation User Input Program Arguments Read and Write to files Functions or Methods If Statement Loop List Tuples Dictionary Creating Modules Classes Inheritance Python in Linux Creating a GUI …