Coding in Python 09 – Writing Scripts

In video number 9 of the Coding in Python series, finally start writing actual scripts instead of using only the Python shell.

YouTube player

Open an editor to create a Python file (Linux shell command)

nano sample_script.py

Simple Python script

#!/usr/bin/env python3

print("Python is awesome!")

Make a script executable (Linux command)

chmod +x sample_script.py

Execute a Python script (Linux command)

./sample_script.py

Brand-New Course!

Check out Jay’s new course on Ansible and start automating today!

Discount Vouchers


Receive 5% off an LPI exam voucher!

Exclusive Member Features

Support the channel and receive exclusive perks!