- 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
- Facebook Application Development with Graph API Cookbook
- Leap Motion Development Essentials
- C和C++安全編碼(原書第2版)
- Expert Android Programming
- H5頁面設計:Mugeda版(微課版)
- 數據結構習題解析與實驗指導
- C語言程序設計
- 持續輕量級Java EE開發:編寫可測試的代碼
- Android開發三劍客:UML、模式與測試
- 關系數據庫與SQL Server 2012(第3版)
- Kohana 3.0 Beginner's Guide
- Tkinter GUI Application Development Blueprints
- 零基礎學Java(升級版)
- Smart Internet of Things Projects
- Unity 4.x Game Development by Example Beginner's Guide