Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #75001
| Newsgroups | comp.lang.python |
|---|---|
| Date | 2014-07-22 09:06 -0700 |
| Message-ID | <ac753254-9b33-457d-8ba9-92af4b063da4@googlegroups.com> (permalink) |
| Subject | Fastest I/O on Python ? |
| From | Orochi <kartikjagdale11@gmail.com> |
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(stdin and stdout) for I/O.
So I was thinking is there any other way to take input/output besides using 'sys library'.
And also I had doubt about what is the difference between (raw_input,input/print) and (stdin/stdout)
Thank You.....
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Fastest I/O on Python ? Orochi <kartikjagdale11@gmail.com> - 2014-07-22 09:06 -0700 Re: Fastest I/O on Python ? Chris Angelico <rosuav@gmail.com> - 2014-07-23 02:17 +1000 Re: Fastest I/O on Python ? emile <emile@fenx.com> - 2014-07-22 09:18 -0700
csiph-web