Python Introduction :
Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python’s elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many areas on most platforms.
Brief History :
Created in 1990 by Guido Van Rossum.
Python 3 release in 2008.
High Focus on readability of code.
Why Choose Python :
Designed for clear, logical code that is easy to read and learn.
Lots of existing libraries and frameworks written in python allowing users to apply python to a wide variety of tasks.
Great documentation online: docs.python.org/3
What can we do with Python
- Automate Simple Task
- Searching for files and editing them.
- Scraping information from a website.
- Reading and editing excel files.
- Work with PDF files.
- Automate emails and text messages.
- Fill out forms.
- Data Science and Machine Learning
- Analyze large data files.
- Create visualization.
- Perform machine learning tasks.
- Create and run predictive algorithm.
- Create Websites
- Use web frameworks such as Django and Flask to handle the backend of a website and user data.
- Create interactive dashboard for users.