Download as pdf or txt
Download as pdf or txt
You are on page 1of 8

Name : Shivam Dangwal

Course : BSc Physics (Hons.)


Semester : 1
Subject : Report File ( for seminar)
Topic : Python Fundamentals
Submitted to : Dr Vishal Chauhan
Date : 20 November 2021

Certificate :
Python was developed by Guido van Rossum
in February 1991. Python is based on two
programming language :
ABC language
Modula-3
Topics covered in the course :
Introduction to Python
Python IDLE
Tokens
Barebones of Python Program
Variables and assignments
Data Types
Operators
Conditional and Iterative statements
List , Tuples , Dictionaries
Sorting
Working with functions
Python Libraries
File Handling
Recursion
Idea of Algorithmic Efficiency
Data Visualization using pyplot
Data Structures : Stacks and Queues
Some Programs
Python - Pluses
Easy to use
Expressive Language
Interpreted language
Cross platform language
Free and open source

Python IDLE
Python IDLE 5.3.2
Pycharm
Anaconda
Jupyter Notebook

Modes for working in Python :


Interactive mode
Script Mode

Python Tokens
Lexical units of Python are called Tokens.
Keywords
Identifiers
Literals
Punctuators
Operators
Recursion : Process of Calling a function
from within itself.

You might also like