Original Translation
1
Command line and environment
Suggestion 0 by nobody:
I was also impressed by web2py. But the liencse contains a deal killer for my needs: We allow the redistribution of unmodified binary versions of web2py provided that they contain a link to the official web2py site. This means you can redistribute web2py in binary or other closed source form together with the applications you develop as long as you acknowledge the author. Not that I mind sharing the glory.. but this would cause problems with customer relations. I can't have extensive comments, disclaimers, copywrites, etc. in the app about' box.I'll have to stick to BSD, MIT, Apache liencsed frameworks.
Suggestion 1 by nobody:
WWlVjU <a href="http://fmetyttwwtxd.com/">fmande etyttwwtxd</a>
Suggestion 2 by nobody:
DX5Jhj , [url=http://dqrcsefhrwrv.com/]dqrcsefhrwrv[/url], [link=http://dzbitliymvri.com/]dzbitliymvri[/link], http://tkedtteffnhr.connem/
Suggestion 3 by nobody:
F0L8BV <a href="http://xmtilczawfnu.com/">xmtilczawfnu</a>
2
The CPython interpreter scans the command line and the environment for various settings.
L'interpréteur CPython analyse la ligne de commande et l'environnement à la recherche de différents paramètres/
3
Other implementations' command line schemes may differ. See :ref:`implementations` for further resources.
Le format des lignes de commandes utilisées par d'autres implémentations peut être différent. Voir :ref:`implementations` pour plus d'informations.
4
Command line
Ligne de commande
5
When invoking Python, you may specify any of these options::
Quand vous invoquez Python, vous pouvez spécifier n’importe laquelle de ces options :
6
python [-bBdEhiOsSuvVWx?] [-c command | -m module-name | script | - ] [args]
python [-bBdEhiOsSuvVWx?] [-c commande | -m nom-de-module | script | - ] [arguments]
7
The most common use case is, of course, a simple invocation of a script::
Le cas d'utilisation le plus courant est, bien entendu, la simple invocation d'un script ::
8
python myscript.py
python monscript.py
9
Interface options
Options de l'interface
10
The interpreter interface resembles that of the UNIX shell, but provides some additional methods of invocation:
L'interface de l’interpréteur ressemble à celle du shell UNIX, mais fournit quelques méthodes d'invocation supplémentaires :