What is considered an "advanced" topic in Python?

Chris Angelico rosuav at gmail.com
Sun May 31 00:58:27 EDT 2015


On Sun, May 31, 2015 at 2:46 PM, Rustom Mody <rustompmody at gmail.com> wrote:
> More to the point no language matches perfectly¹ everything that a learner needs to learn.
> Can you write a kernel module in python? (Or Haskell?)
> Can you see details of machine state and transitions in python?
> Can you client-script a browser in python?
> C is the best fit for the first
> Assembly for the second
> Javascript for the third.

And if I want to build a web site, I won't write assembly code using
Python idioms. I will use Python. Why fight against a language?

ChrisA



More information about the Python-list mailing list