Category Archives: computing

Unix Command summary in Unix style

###Unix commands### # Unix is somewhat abrupt in its phrasing files and directories cp x y # copy file x to y, leaves x mv x y # move file x to y, x is gone! mkdir x # makes

Unix Command summary in Unix style

###Unix commands### # Unix is somewhat abrupt in its phrasing files and directories cp x y # copy file x to y, leaves x mv x y # move file x to y, x is gone! mkdir x # makes

How do I learn python and why?

Python is an interpreted programming language.  It is very good at string manipulation and interactions with the operating system.  Because it is interpreted on the fly, it is much slower than higher level languages like C++. Most particle physicists find

How do I learn python and why?

Python is an interpreted programming language.  It is very good at string manipulation and interactions with the operating system.  Because it is interpreted on the fly, it is much slower than higher level languages like C++. Most particle physicists find