Integrates (system) shell functionality into a standard python shell. Unlike other approaches, it does not modify the python syntax, but allows the user to call executables in the same way as python functions.
Features
- Execute programs like ordinary python functions
- Capture stdout, stderr or provide stdin
- Full python shell
- Access directories as dictionaries
Follow Python shell integration
nel_h2
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
-
Interesting approach, turn pwd command into pwd(), cd /home into cd('/home'). I'll give it a try, but not sure wether I will get used to the additional characters that I need to type. Cannot use ^z to push jobs to the background.