How to Develop Quality Python Code

Developing in Python is very different from developing in other languages. Python is an interpreted language like Ruby or Perl, so developers are able to use read-evaluate-print loops (REPLs) to execute Python in real-time. This feature of Python means that it can be used for rapid development and prototyping because there is no build process. Python includes many functional programming tools akin to Scala or Javascript to assist with closure based script development. But Python is also a ful...

 •  0 comments  •  flag
Share on Twitter
Published on August 20, 2014 12:01
No comments have been added yet.