netprog_basics
netprog_basics copied to clipboard
Have you considered updating the Python shebang for all code examples?
trafficstars
from
#! /usr/bin/env python
to
#!/usr/bin/env python3