Search Results

Post Author Forum Replies Views Posted [asc]
    Thread: Starting out with a manga?
Post: Starting out with a manga?

I went straight to manga (and Tae Kim) after skimming through Genki I. At times I barely managed to understand what was going on. As you'll need to look up lots of words, which greatly slows down the ...
Panta The Japanese language 15 4,230 2013-10-08, 4:07 pm
    Thread: Genki vs. Minna no Nihongo
Post: Genki vs. Minna no Nihongo

In case you haven't done so yet, you might want to check out Tae Kim's guide: http://www.guidetojapanese.org/learn/grammar I had gone through the first half of Genki 1 rather thoroughly and skimmed t...
Panta Learning resources 34 21,246 2013-04-07, 1:21 pm
    Thread: Hi I just started learning kanji
Post: Hi I just started learning kanji

A quick note on katakana; they are useful for learning kanji too as some user stories make use of them (probably just 5 kanji in total, but they become freebies when you know your kana). Book editio...
Panta Remembering the Kanji 8 2,386 2013-03-15, 2:09 pm
    Thread: Seeking advice from python 2.7 programmers
Post: Seeking advice from python 2.7 programmers

The csv documentation mentions unicode is not really supported. However, the format is simple enough, so you can write your own parser. To open files as unicode: http://docs.python.org/2/howto/unicode...
Panta Off topic 20 3,002 2013-03-01, 8:51 am
    Thread: Seeking advice from python 2.7 programmers
Post: Seeking advice from python 2.7 programmers

Oniichan Wrote:I guess that my next assignment will be to study/play with set,dict, list, tuple, etc. and learn how each works and how they differ from one another. Thanks again. Sets are not as essen...
Panta Off topic 20 3,002 2013-02-27, 6:55 pm
    Thread: Seeking advice from python 2.7 programmers
Post: Seeking advice from python 2.7 programmers

Here's an alternative to headphone_child's script using dict comprehension to keep track of how many times the subject may appear. It looks rather Pythonic to me (for better or worse). Code: import ...
Panta Off topic 20 3,002 2013-02-26, 1:29 pm