1 PYTHON PROGRAMMING
Python Programming tutorial provides basic and advanced concepts of Python programming. This Python programming tutorial is designed for beginners and professionals. Python is a simple, general purpose, high level, and object-oriented programming language. In this we have different chapter and their concepts
Python Programming: tokens, literals, identifiers, keywords, special symbols and operators; fundamental data types, expressions, type conversions, handling Input and output in Python.
Selection Statements: if statement, if-else statement, if-elif-else statement, nested-if statement.
Iterative Statements: while loop, for loop, break statement, continue statement, pass and else statements used with loops.
Sequences: Lists and operations - creating, inserting elements, updating elements, deleting elements, searching and sorting, list comprehensions, nested lists;
tuples - creating, searching and sorting, nested tuples;
strings - Initializing a string and string operations, string handling methods, string formatting;
sets - set creation and operations;
dictionaries - operations on dictionaries, dictionary methods, sorting elements using lambdas.
Data structures: Stacks - push, pop, peek and display operations on stack, applications of stack;
Queues – enqueue, dequeue and display operations on queue, applications of queues.
Modular Programming: need for functions, function definition, function call, variable scope and lifetime, return statement, positional arguments, keyword arguments, default arguments and variable-length arguments, recursive functions;
Modules - math, NumPy, date and time.
File Handling: types of files, opening and closing files, reading and writing data.
Pandas: creating data frame, reading data from CSV files, indexing and selecting data, dealing with rows and columns;
Visualization - bar plots, histogram, Scatter Plot.
Comments
Post a Comment