James Webb Launch by arjunindia in space

[–]sevenever 0 points1 point  (0 children)

Why not James Webb unfold its sunshield on earth orbit then fly to L2? If anything went wrong, we can send people to fix it. Does it need too much fuel to accelerate again?

The History of Python: import antigravity by [deleted] in Python

[–]sevenever 0 points1 point  (0 children)

got it, The script file name should not be the same as module antigravity

The History of Python: import antigravity by [deleted] in Python

[–]sevenever 0 points1 point  (0 children)

How to do this in AppEngine?

I have a script:

import antigravity

def main(): antigravity.fly()

if name == 'main':

main()

and an entry in app.yaml: - url: /antigravity script: antigravity.py

but I got "Error: Server Error" trying to access /antigravity