Python Forum
bython on full screen editor - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: bython on full screen editor (/thread-31289.html)



bython on full screen editor - ErnestTBass - Dec-02-2020

Can be bpython be used with a full screen editor like gedit? I know this editor very well and
I think some python code would benefit from using it and bython to debug.

The bpython literature is very slim on this topic so I pose the question here.

I have the code and I do not look forward to entering line by line into a bython command line.

Any help appreciated. Thanks in advance.

Respectfully,

ErnestTBass


RE: bython on full screen editor - Larz60+ - Dec-02-2020

Anything that can edit text can be used for python coding.

That being said, it becomes much easier if you use an IDE google 'Python IDE' to get a huge list of what's available.

Many of these are free, and one of the best (In my opinion), and used by several other moderators/admins is:

VSCode see: https://code.visualstudio.com/

Snippsat (of this forum) has a very good tutorial on how to set this up here: https://python-forum.io/Thread-VS-Code-from-start