Anonymous Asked in Cars &Transportation · 2 weeks ago

Where should you save your Python files?

You should not save your own new files in the Python directory. You should probably leave that directory alone. You might want to create a folder “Python .Where should the python directory be saved to? - QuoraHow do I save a Python file? - QuoraWhere do I save self-made Python modules on Ubuntu? - QuoraWhat happens when you save a Python file with a module name and .Другие результаты с сайта www.quora.com


Where should I save Python files?

The contents of the Python window can be saved to a Python file or text file. Right-click the Python window and select Save As to save your code either as a Python file (. py) or Text file (. txt).

Where do I put Python projects?

Filesystem structure of a Python project1name the directory something related to your project. ... 2create a directory Twisted/bin and put your executables there, if you have any. ... 3If your project is expressable as a single Python source file, then put it into the directory and name it something related to your project.What is the best project structure for a Python application? [closed]

Related Questions

Relevance
Write us your question, the answer will be received in 24 hours