Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edit plain .py files with the python idle #16

Open
Abestanis opened this issue Sep 12, 2016 · 3 comments
Open

Edit plain .py files with the python idle #16

Abestanis opened this issue Sep 12, 2016 · 3 comments
Labels

Comments

@Abestanis
Copy link
Owner

Add a handler for plain python files that starts the python idle displaying the file.

@m-anshuman2166
Copy link

I could help in syntax code highlighting and code suggestions in case you will to add an editor

@m-anshuman2166
Copy link

Just a proto type of my project (In this i do html, css, js , I can make customizations to add python to it)

WhatsApp.Video.2022-03-17.at.14.11.59.mp4

@Abestanis
Copy link
Owner Author

Abestanis commented Mar 28, 2022

It looks awesome! My thoughts for this issue were to allow opening the IDLE that comes with Python.

Adding a full fledged editor feels a bit out of scope for the interpreter, but I would love to do some integration where you have the possibility to edit the file in your app and run it with the PythonHost (see #8). This should already be possible to some extend, if you start an indent exposing the .py file. (see #3)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants