Report Top C
Report Top C
i
CERTIFICATE
ii
ACKNOWLEDGEMENT
iii
TABLE OF CONTENT
Certificate i
Acknowledgement ii
List of figures vi
List of Tables vi
1. About Company 1
2.1 Objectives
2.2 Goals
2.3 Layout of Report
3. About Course 2
3.1 Python
3.2 Web Designing
1. Introduction 3-4
1.1 Python
1.2 Python Feature
iv
2. Lexical Analysis 4-7
2.1 Tokens
2.2 Keywords or Reserve Words
2.3 Identifiers
2.4 Operators
2.4.1 Arithmetic Operators
2.4.2 Relational Operators
2.4.3 Assignment Operators
2.4.4 Logical Operators
2.4.5 Membership Operators
2.5 Comments
3. Selective Statements 7-8
4. Iteration 8
5. List 9
6. Tuple 10
7. Dictionary 10-11
8. Function 11-13
8.1 Types of Functions
8.2 Default Arguments
8.3 Keyword Arguments
9. Sets 13-14
10. Strings 15-17
10.1String Representation
10.2String Operators
10.2.1 Basic Operators
10.2.2 Membership Operators
10.2.3 Relational Operators
10.3 Slice Notation
11. Module 17
12. File Handling 17-18
1. HTML 19
v
2. CSS 20
3. JavaScript 20-21
4. Jquery 21
Chapter 5- Conclusion 27
References 28
vi
LIST OF FIGURES
LIST OF TABLES
2.1 Keywords 4
vii