Skip to content

Instantly share code, notes, and snippets.

View vinceyang15's full-sized avatar

Yang Xi vinceyang15

  • Shanghai, China
View GitHub Profile

Python Notes

Ch.1 Basics

1. Executable Script

  • Put the following line at the beginning of the script to give the file an executable mode.

     #! /usr/bin/env python