Re: Interactive, test-driven coding challenges (algorithms and data structures)

2015-07-21 Thread Orochi
On Monday, 13 July 2015 16:50:54 UTC+5:30, donne@gmail.com wrote: > Repo: > https://github.com/donnemartin/interactive-coding-challenges > > Shortlink: > https://bit.ly/git-code > > Hi Everyone, > > I created a number of interactive, test-driven coding challenges. I will > continue to add

Re: .Net Like Gui Builder for Python?

2014-07-25 Thread Orochi
Edit: I did went for IronPythonStudio but its dead now and they are not updating it anymore -- https://mail.python.org/mailman/listinfo/python-list

.Net Like Gui Builder for Python?

2014-07-25 Thread Orochi
Hi, This Question may sound lame ,but I am searching for .Net Like Gui Builder for Python. I tried PyQt Designer' and 'Glade', No doubt its great but it created only interface. I have to code all the things in separate file. what I was searching for is Visual Studio .Net like Gui builder where yo

Execution Time and Memory taken by the program

2014-07-23 Thread Orochi
I want a timer to calculate the execution time of the program actually I am trying to solve problems on codechef.com and want to find out the time and memory taken by the program to execute. I know we can import time.time() in unix and time.clock() in windows also there is a library timeit(). bu

Re: What Next After Python Basics

2014-07-22 Thread Orochi
Ok Thank You Guys for the suggestions. I am starting with simple Data Structures and Algorithm studied in College,trying to code them in python. Besides I am also trying to use Python in competitive programming.(codechef.com) Its fun. Thank you all ! -- https://mail.python.org/mailman/listinfo/

Fastest I/O on Python ?

2014-07-22 Thread Orochi
Is there in any other input/output faster than ("raw_input","input" / "print") As I am trying to solve competitive Programs on codechef.com using python i was wondering if there is any other way to print and scan the inputs fast. I have seen other people codes and there are using sys library(std

Re: I need an idea for practise!

2014-07-17 Thread Orochi
Brother,I had same views and after creating some small projects I directly tried to jump over large projects (went for data mining using neural network) and FAILED. I realized small things really matter. So I suggest just couple of GUI projects are not enough go for more. start with anything. he

Re: codingbat question broken?

2014-07-13 Thread Orochi
On Sunday, 13 July 2014 07:49:18 UTC+5:30, Chris Angelico wrote: > On Sun, Jul 13, 2014 at 12:05 PM, Rodrick Brown > wrote: > > > > > > Can anyone show me an example where all test are success? > > > > No, because that's asking for the answer :) What you need to do is > > look at the faili

What Next After Python Basics

2014-07-13 Thread Orochi
Hi, I am beginner in Python I have Completed Basic Python Course from Codecademy.com . Now that I have a hands on the basics what is the next thing I should do. I mean should I learn more or start a small Project(Any Ideas are Welcomed) or any Other suggestions. Where to Start? Thank You, Orochi