Read time: 1 minute

There was a presentation on Python programming language by Muskan. Python is an interpreted language. So it does not need any compiler but an interpreter. Python is a similar language like C++ and uses same concepts. Python program having extension .py can be executed by

python program.py

Then Inderpreet Singh gave a presentation on his GSoC project OGV. The project is about uploading an 3D model on a website and edit or view it by rotating it. He shared his journey of GSoC project and how he managed that.