Posts

Showing posts from November, 2018

Python vs Rest

By now you must have heard about Python which is being used everywhere right from Web/Windows development to Big Data and AI/ML. There are so many open source libraries already made using Python, and that is the reason you cannot ignore power and influence of Python. Comparing all languages at once would be a difficult task, so below is an attempt to compare lines of code needed to get the same job done in C# and Python, even though below is comparison of C# and Python, same stands true for most of OOP languages like Java,F# and etc. Python is cross platform language and it already has so many libraries available. Python is easy to read/understand and requires less lines of code to get similar job done. Python may not be better in terms of performance but its easy to learn and more expressive. Consider following side by side comparison of what we have to do in C# compared to Python. Feature Python C# Get Data From DB import sqlite3 conne