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.
Harnessing the power of Python - Python Tutorial
From the course: Python Quick Start
Harnessing the power of Python
Developing Python skills opens the door to various opportunities. After watching this video, you'll know what you can achieve with Python. Python has several powerful applications. Of course, the major applications of Python are web development and data science. Now, web frameworks that are based on Python, such as Django and Flask have become quite popular for web development, and these frameworks help you create code that runs on your server. Also, Python has libraries that are useful in machine learning. A couple of Python libraries that are used a lot in machine learning are scikit-learn and TensorFlow. Python also has the tools to create data visualizations and conduct data analysis. A couple of Python libraries that are often used for data visualization are Matplotlib and Seaborn. As you can see, Python plays a significant role in web development and data science.
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.