Perl Primer - University of California, Davis

Python was designed to be easy for humans to write, rather than easy for computers to understand. Python syntax is more like English than many other programming languages. Python “talks” texts. It works with words and sentences, instead of characters. Files are series of lines, instead of individual bytes. Python is very portable. ................
................