Skip to content

Commit 810c134

Browse files
Saptashrungiczgdp1807
authored andcommitted
Added reason for using Python (#45)
1 parent ad9d297 commit 810c134

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ How are we different?
1313

1414
There are many pre-exisiting packages available in the open source world based on the above idea. However, they lack the implementation of complex data structures and this makes us different. If you have worked with C++ and Python then you know how hard it is to code bug free AVL trees :-).Well, after this project you will not have to worry about it. In fact, we will keep each data structure independent from each other for easy code reusability.
1515

16+
Why we use Python?
17+
-----------------
18+
19+
As we know Python is an interepreted language and hence is slow as compared to C++, the most
20+
popular language for sports programming. We still decided to use Python because the software
21+
development can happen at a much faster pace and it is much easier to test various software designs and APIs as coding them out takes no time. However, keeping the need of the users in mind, we will shift to C++ backend, which will happen quickly as we would be required to just translate the tested code rather than writing it from scratch, after a few releases with APIs available for all the languages.
22+
1623
How to contribute?
1724
------------------
1825

0 commit comments

Comments
 (0)