Skip to content

Instantly share code, notes, and snippets.

@Javvadilakshman
Last active August 29, 2015 14:17
Show Gist options
  • Select an option

  • Save Javvadilakshman/b568308cbbaf2e878970 to your computer and use it in GitHub Desktop.

Select an option

Save Javvadilakshman/b568308cbbaf2e878970 to your computer and use it in GitHub Desktop.
Few Python Related Stuff ,Commands ,Tricks .......

Python

SNIPPETS

##### python.org
I. Python Web Server 
###Python Web Server
#!/bin/python
## Syntax : python -m SimpleHTTPServer
## Example :
python -m SimpleHTTPServer 2021 &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment