Looking for a short summary
Why is object-oriented programming a valuable skill?
-oop provides modularity because of that it will be easier for
troubleshooting
-oop provides inheritance because of that better reusability of
code, also provides abstraction
-oop provides polyorphism which increases flexibility
What are the benefits and limitations of Python 3?
Benefits: better readability,asynchronous coding,portability and
interactivity,server-side scripting
limitations:since it is interpreted language it can be slower than
other compiled languages, lack of mobile computing and browers,
design restrictions
Besides programming, what are some other tasks you can perform
with Python 3?
other tasks can be done using python 3:
-scientific and numeric computing, web development,browser
automation,machine automation
Looking for a short summary Why is object-oriented programming a valuable skill? What are the benefits...