Search This Blog

Saturday 25 August 2012

Debugging Python Source code

   This is milestone in my path. Yes, today I managed to build and debug the source code of python interpreter, with help from python development community.

   Python is dynamic programming language by design. Its compiler or interpreter is implemented in C language. Both are my favorite. Okay lets come back to business. AFAIK CPython is core of python language, and all other C api and python modules are built over it.

    Few days ago, I have posted food4thought post for making a OS especially for programmers. That is now became an idea. Soon we are gonna make it.

   Here is a screenshot of todays work. It just took 30 working minutes :D

 I'm gonna write a series of post on how to get started contributing to the open-source community. Debugging the source is one the most effective method of getting to know the source, and python is a good one to start digging before getting yours hands dirty with large and complex programs.Happy debugging :D :D

No comments:

Post a Comment