- Learn Python in 7 Days
- Mohit Bhaskar N. Das
- 266字
- 2021-07-09 20:40:18
Why Python?
Now you might be suddenly bogged with the question, why Python? According to Institute of Electrical and Electronics Engineers (IEEE) 2016 ranking Python ranked third after C and Java. As per Indeed.com's data of 2016, the Python job market search ranked fifth. Clearly, all the data points to the ever rising demand in the job market for Python. Its a cool language if you want to learn just for fun or if you want to build your career around Python, you will adore the language. At school level, many schools have started including Python programming for kids. With new technologies taking the market by surprise Python has been playing a dominant role. Whether it is cloud platform, mobile app development, BigData, IoT with Raspberry Pi, or the new Blockchain technology, Python is being seen as a niche language platform to develop and deliver a scalable and robust applications.
Some key features of the language are:
- Python programs can run on any platform, you can carry code created in Windows machine and run it on Mac or Linux
- Python has inbuilt large library with prebuilt and portable functionality, also known as the standard library
- Python is an expressive language
- Python is free and open source
- Python code is about one third of the size of equivalent C++ and Java code
- Python can be both dynamically and strongly typed--dynamically typed means it is a type of variable that is interpreted at runtime, which means, in Python, there is no need to define the type (int or float) of the variable
- Python從小白到大牛
- 程序員數學:用Python學透線性代數和微積分
- Android Application Development Cookbook(Second Edition)
- Data Analysis with IBM SPSS Statistics
- PostgreSQL 11從入門到精通(視頻教學版)
- 大學計算機基礎(第2版)(微課版)
- 高級語言程序設計(C語言版):基于計算思維能力培養
- Swift Playgrounds少兒趣編程
- 案例式C語言程序設計實驗指導
- Java Web從入門到精通(第3版)
- Java7程序設計入門經典
- 數據分析與挖掘算法:Python實戰
- 大學計算機基礎實訓教程
- Learning Jakarta Struts 1.2: a concise and practical tutorial
- PHP+MySQL Web應用開發教程