Requesting IDLE Source Code
Hi , My Name is Varun Challa. I am learning Tkinter Module in Pyhton.I came to know that Python IDLE editor is written in Tkinter. so I am requesting you please send me the IDLE source code. Thank You In Advance.
On Thu, Dec 7, 2017 at 3:29 AM, Varun Challa <varunchalla1729@gmail.com> wrote:
Hi ,
My Name is Varun Challa.
Hi Varun,
I am learning Tkinter Module in Pyhton.I came to know that Python IDLE editor is written in Tkinter. so I am requesting you please send me the IDLE source code.
IDLE is bundled as part of the CPython standard library, and as such its source code can be found within the rest of the CPython source at https://github.com/python/cpython/tree/master/Lib/idlelib Regards, -- Zach
Thanks a lot. On Dec 7, 2017 9:56 PM, "Zachary Ware" <zachary.ware+pydocs@gmail.com> wrote:
On Thu, Dec 7, 2017 at 3:29 AM, Varun Challa <varunchalla1729@gmail.com> wrote:
Hi ,
My Name is Varun Challa.
Hi Varun,
I am learning Tkinter Module in Pyhton.I came to know that Python IDLE editor is written in Tkinter. so I am requesting you please send me the IDLE source code.
IDLE is bundled as part of the CPython standard library, and as such its source code can be found within the rest of the CPython source at https://github.com/python/cpython/tree/master/Lib/idlelib
Regards, -- Zach
participants (2)
-
Varun Challa -
Zachary Ware