Re: Command line input
- From: Marc 'BlackJack' Rintsch <bj_666@xxxxxxx>
- Date: 31 Mar 2008 20:13:05 GMT
On Mon, 31 Mar 2008 12:39:54 -0700, hexusnexus wrote:
How do I receive input from the command line in Python?
Direct way `sys.argv`, comfortable way `optparse`.
Ciao,
Marc 'BlackJack' Rintsch
.
- References:
- Command line input
- From: hexusnexus
- Command line input
- Prev by Date: Re: Is this a good time to start learning python?
- Next by Date: Re: python scripts to standalone executable
- Previous by thread: Command line input
- Next by thread: import multiple modules with same name
- Index(es):