Python Tutorial 12 Introduction to Libraries (Glob, Time, OS)

2 years ago
46

We will introduce libraries in a python program to highlight different functionality with linux and mobaxterm. Libraries included: Time, Glob, OS.

UPDATE: This tutorial was for Python 2.7. If you're using Python 3, to run a program you'll need to type python3 program_name.py.
Also printing is a little different in python 3, example: you would need Print ("Hello World") instead of Print "Hello World"

Loading comments...