Blog Archives
Search Blog Archives
Category Archives: Tips & Tricks
Writing Useful Batch Scripts for Windows
An often overlooked utility in Windows is the use of batch scripts.A batch script is nothing but a text file with the ‘.bat’ extension containing a series of commands to be executed by the Windows command interpreter. Along with calling … Continue reading
Posted in Batch File Scripting, Programming Languages, Technology, Tips & Tricks
Tagged .bat, .cmd, automate, automation, batch file, batch script, batch script file, cmd.exe, command interpreter, COMMAND.COM, echo, interpreter, MS-DOS, pause, Windows 7, Windows 7 batch, Windows 7 batch script, Windows batch file, Windows batch script, Windows batch script file, Windows command interpreter, Windows NT
Leave a comment
Python – Implementing Caching in Your Applications via Dictionaries
In this blog I demonstrate how you can implement and take advantage of caching in your Python scripts/applications. Caching allows you to complete tasks more rapidly by storing and reusing results for repeated operations using the same criteria. For example, … Continue reading
Posted in Chemistry, Programming Languages, Python, Science, Technology, Tips & Tricks
Tagged amu, atomic mass, atomic mass unit, atomic masses, cache, caching, caching scheme, chemistry, compound, dictionaries, dictionary, dictionary cache, element, formula mass, h2o, mass, molecular mass, molecule, Python, python dictionary, python dictionary cache, water
Leave a comment