question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Use of python is not obvious, particularly python version

See original GitHub issue

The 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:closed
  • Created 6 years ago
  • Comments:11

github_iconTop GitHub Comments

2reactions
treefortcommented, Oct 5, 2017

yep 😃

1reaction
ElectricCaffeinecommented, Oct 5, 2017

Thanks for the quick response! I’m in the web menu now. @treefort

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found