Question

In Korea, I think there are few people using ipython (not python).
So there are not useful information and community.

Now, I'm studying a book about data analysis (python for data analysis).

But it's hard to study ipython by oneself.
Where can I get the helpful information about ipython?

Was it helpful?

Solution

Well, first off, it's still programming. -) You'll never get enough useful information or help from someone, but you will find it by yourself from books and docs.

second off, ipython isn't a language, it's a shell. So you can't actually learn like really a lot of it (I guess?.. throw the brick into me if I'm wrong), though you could (and you should) learn the things that you will need to work with.

have you tried going to ipython official resource? http://ipython.org/documentation.html# I guess there are enough manuals and helpful stuff about it.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top