Python is a dynamic modern object -oriented programming language and can be used to do a lot of things both big and small. Python is what is referred to as a high level language. That means it is a language that is closer to humans than computer.It is also known as a general purpose programming language due to it's flexibility. Python is an interpreted language that does not need to be complied like for example java programming language. It is interpreted and run on the fly the same time.
Python has been used in a lot of places like in creating games, for statistical data and visualization,speech and face recognition.
Some of the biggest websites on this planet earth use python in one way or another. Examples include:
Youtube
Nasa
Disney
Pixar
Spotify
Survey Monkey
Yahoo Maps
Topics covered include:
Interacting with Python in various ways
Python Operators
Python Data Types
Data type casting
Python String Methods and Formatting
Python Data Structures
Python Functions
Python DocStrings
Python Decorators
Python Control Flow Statements
Python Modules and Packages
Working with external files in Python
Working with dates and times
Working with calendars
Handling exception errors
Version control system with Git and Github
Web scrapping with Python
Python and Machine Learning
Web development with Django
Creating a database driven application
Python Object Oriented Programming
Projects we will create:
Create a web based todo app and deploy to cloud
Database CRUD app with SQL Server and Python
MP3 Player
Lottery Number Simulator
Loan calulator
Create a basic calculator
Create a digital clock
Create a number guessing game
Create a random number generator
Create a countdown timer
Create a lottery number simulator