Is Python A Good First Programming Language To Learn?
 Even
 though it has not yet been adopted as a first language by many computer
 science programs, Python is widely seen by industry experts as a great 
first programming language when learning to code.
   Even
 though it has not yet been adopted as a first language by many computer
 science programs, Python is widely seen by industry experts as a great 
first programming language when learning to code.
For starters, 
the syntax of Python is simpler than that of most other major 
programming languages, with fewer exceptions and special cases. It also 
tends to use plain English keywords in place of the system of 
punctuation that has to be memorized in other languages, making it 
easier to learn to code. Given these conventions, Python code tends to 
appear as less of a "jumble" to newcomers than it does in comparable 
languages.
Another great feature of Python is the ubiquity of its 
use. While Python is optimized for development on Linux and Unix 
systems, interpreters are available for just about every major operating
 system. All implementations of Python are supported by an excellent 
standard library, which means that new students can very quickly move on
 to creating actual functional programs that are useful. Additionally, 
the standard implementation of Python, CPython, is free and open source.

 
 
 
No comments:
Post a Comment