Python

Voting problem using string operation

Here we will discuss about how do we write a program to find out which person voted for each radish preference using string operations For that we have a text file which we need to save in our computer and give path to python. You can download the input file from http://opentechschool.github.io/python-data-intro/files/radishsurvey.tx After that run this …

Voting problem using string operation Read More »

IDE for Python

Those who are very much comfortable with R and try to learn python, first question come to their mind is which IDE is the best for python. As in R, R-studio is one and only giant in the market and which gives every possible option to explore (exceptfewdrawbacks), we want one best IDE which can …

IDE for Python Read More »

Scroll to Top