Leveraging Python for Basic Shell Commands

I love Python. And I love Shell scripts too. But Python, definitely more. I spend 80% of my time on my MBP in the terminal. And being a student with some administrative responsibilities, I frequently have to perform certain simple tasks (creating directory structures, files etc.) numerous times. To that extent I find that Python provides a lot of tools that one can use to efficiently do such shell tasks.

Read More