From the course: Python Quick Start
Unlock this course with a free trial
Join today to access over 24,500 courses taught by industry experts.
Starting with Python - Python Tutorial
From the course: Python Quick Start
Starting with Python
One of the best things about Python is that it's easy to learn, and because of that, it's become one of the most top programming languages in universities. The reason is Python has a simple syntax that makes it especially suitable for people who are learning how to code for the first time. To help you understand why you should use Python, I want to give you my top seven reasons. First, Python allows for readable and maintainable code. Python also supports multiple approaches to programming. Python is compatible with all the main operating systems, and Python has a robust standard library which contains a lot of reusable code. You can use many open source python frameworks and tools to save time when programming. Python allows you to develop complex software. For example, many Python developers use Python to accomplish tasks in artificial intelligence as well as natural language processing. And finally, Python makes it easier for you to code and test your code simultaneously through an…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.