Been wanting to make my own IDE for the past 2 months, but how would i start doing one?
What do you want your IDE to do?
Python IDE, run and debug scripts. @mwilki7
@AzureScripts Should be fairly easy since python has the exec function to execute a string of code.
@CowNationz I mean, a IDE to execute python, not an IDE made in python
@AzureScripts Program the IDE in python to execute python code. You can do both.
@CowNationz Eh... idk if i am able to make it in pure python, should i use tkinter or something?
@AzureScripts If you want to.
Been wanting to make my own IDE for the past 2 months, but how would i start doing one?
What do you want your IDE to do?
Python IDE, run and debug scripts. @mwilki7
@AzureScripts Should be fairly easy since python has the exec function to execute a string of code.
@CowNationz I mean, a IDE to execute python, not an IDE made in python
@AzureScripts Program the IDE in python to execute python code. You can do both.
@CowNationz Eh... idk if i am able to make it in pure python, should i use tkinter or something?
@AzureScripts If you want to.