About Python
- What is Python?
- What is the use of Programming Language ?
Calculator
Ticket Book Application
- Features of python
Free and Open Source.
Easy to code.
Easy to Read.
Object-Oriented Language.
GUI Programming Support.
High-Level Language.
Extensible feature.
Easy to Debug
- Level of Programming Language
High
Low
Medium
- Guido van Rossum -- In the year 1989 Father of Python
- What are the Prerequisites ?
No Prerequisites require
- Python IDLE
Python IDLE offers a full-fledged file editor,
which gives you the ability to write and execute Python programs from within this program.
The built-in file editor also includes several features, like code completion and automatic indentation,
that will speed up your coding workflow.
- Running your first program
Print ('Pranav')
Comments
Post a Comment