BOOKS - Python Workbook for Beginners: 93 Coding and Programming Exercises for Softwa...
US $8.54
48636
48636
Python Workbook for Beginners: 93 Coding and Programming Exercises for Software Development Engineer: Crash Course: Practice Questions and Answers (Software Development Engineer Workbook 1)
Author: CS Playground
Year: May 23, 2021
Format: PDF
File size: PDF 1.6 MB
Language: English
Year: May 23, 2021
Format: PDF
File size: PDF 1.6 MB
Language: English
1 WRITING FIRTST CODE 1 Hello World 2 Comments in Code2 DATA TYPE AND VARIABLE2 1 Variable 3 Variable Assignment2 2 Number 4 Integer 5 Floating Point Number2 3 Boolean 6 Boolean Data Type2 4 String 7 String Data Type 8 Displaying Various Data Type 9 Length of String 10 Accessing Character Column Index2 5 String Slicing 11 String Slicing2 6 Arithmetic Operator 12 Addition 13 Subtraction 14 Multiplication 15 Division2 7 Comparison Operator 16 Comparison Operator2 8 Assignment Operator 17 Assigning Value2 9 Logical Operator 18 Logical Expression2 10 String Operation 19 Concatenation 20 Search3 DATA STRUCTURE3 1 List 21 Creating List 22 List Slicing 23 Number in Range 24 Nested List 25 Sequential Indexing 26 Merging List3 2 Common List Operation 27 Adding Element 28 Inserting Element 29 Removing Last Element 30 Removing Particular Element 31 Find Index of Element 32 Verify Existence of Element 33 List Sort3 3 Tuple 34 Creating Tuple 35 Merging Tuple 36 Nested Tuple 37 Find Index of Element 38 Verify Existence of Element3 4 Dictionary 39 Creating Dictionary 1 40 Creating Dictionary 2 41 Accessing Value3 5 Dictionary Operation 42 Adding Updating Entry 43 Removing Entry 44 Using Removed Entry 45 Length of Dictionary 46 Checking Key Existence 47 Copying Content of Dictionary3 6 Set 48 Creating Set 1 49 Creating Set 2 50 Length of Set 51 Adding Element 52 Removing Element3 7 Set Theory Operation 53 Union of Sets 54 Intersection of Sets 55 Difference of Sets3 8 Data Structure Conversion 56 Converting to List 57 Converting to Tuple 58 Converting to Set 59 Converting to Dictionary4 CONDITIONAL STATEMENTS4 1 If Statement 60 Flow of If Statement 61 Condition with Logical Operator 62 Nested If Statement4 2 If Else Statement 63 If Else Statement4 3 If Elif Else Statement 64 If Elif Else Statement 65 Multiple Elif Statement5 LOOPS5 1 For Loop 66 Looping Through Range 67 Looping Through List5 2 Nested For Loop 68 Nested For Loop 69 Break Statement 70 Continue Statement 71 Pass Statement5 3 While Loop 72 While Loop 73 While Else 74 Break Statement 75 Continue Statement 76 Pass Statement6 FUNCTION6 1 Built in Math function 77 Min function 78 Max function Column Why Use Function 6 2 Built In String Function 79 Finding String 80 Replacing String 81 Changing Letter Case6 3 Type Conversion 82 Converting Data to Integer 83 Converting Data to Float 84 Converting Data to String6 4 User defined Function 85 Creating Function 86 Function Parameter 87 Return Statement6 5 Lambda 88 Lambda Syntax 1 89 Lambda Syntax 2 90 If Else Statementand so on