Use of python is not obvious, particularly python version
See original GitHub issueThe README.md only casually mentions the use of python. The very brief statement actually assumes the use of python 2, because the used SimpleHTTPServer
module was merged to the python core with python 3 and is now called http.server
.
Apart from this documentation need, the dependency on python is probably superfluous, because a webserver could also be hosted with node itself (but that’s for another issue).
Issue Analytics
- State:
- Created 6 years ago
- Comments:11
Top Results From Across the Web
Poetry does not use correct Python versions · Issue #5252
Issue. I find it extremely challenging, i.e. impossible, to get poetry to use the correct Python version. I am using PyEnv to manage...
Read more >How do I tell a Python script to use a particular version
If you aren't using a shell with a shebang line and just type python myprogram.py it uses the default version unless you decide...
Read more >PEP 20 – The Zen of Python
There should be one-- and preferably only one --obvious way to do it. Although that way may not be obvious at first unless...
Read more >Python 2 vs. Python 3: Which Is Better to Learn? - Coding Dojo
3 debate, then we have a clear winner. While Python 2 has its uses, learning Python 3 is more beneficial—particularly for new coders....
Read more >The 10 Most Common Mistakes That Python Developers Make
Python's simple, easy-to-learn syntax can mislead Python developers – especially those who are newer to the language – into missing some of its...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
yep 😃
Thanks for the quick response! I’m in the web menu now. @treefort