Sunday, July 5, 2015

GSoC '15 : Midterm Report

One milestone is covered, I passed the midterm evaluation!

NetworkX-Metis is all set to be released on pypi. I had some really good time setting up the tests. I realized that many of the repositories are running their tests only on the local code. If there is some detour in the installation process, one should run their tests from the installed directory navigating inside the egg of the package.

It feels good to have a complete package running successfully in a month. Looking forward to write NetworkX-Lemon from scratch. It will involve a deeper understanding of C++ and Cython.

Looking forward to the challenge ahead.

Meanwhile I've found out something about Python 2's lists. They can "leak" local variables into global namespace. Must check this out. I found it very interesting.

Happy Coding!

No comments:

Post a Comment