Goto

Collaborating Authors

 non-default argument arbitrary argument


Python Training in Noida

#artificialintelligence

Introduction To Python Application areas of python Python implementations Python interpreter architecture Python byte code compiler Python virtual machine(pvm) Writing and Executing First Python Program Using interactive mode Using script mode General text editor and command window Idle editor and idle shell Understanding print() function How to compile python program explicitly Python Language Fundamentals Reading input from console Parsing string to int, float Python Conditional Statements If elif else statement Looping Statements Pass, break and continue keywords Standard Data Types Int, float, complex, bool, nonetype Str, list, tuple, range Dict, set, frozenset String Handling String representations String functions, methods String indexing and slicing Python List Creating and accessing lists Indexing and slicing lists Python Tuple Immutability of tuple Python Set Python Dictionary Creating a dictionary Accessing values from dictionary Iterating dictionary Dictionary comprehension Python Functions Function arguments Positional arguments, keyword arguments Default arguments, non-default arguments Arbitrary arguments, keyword arbitrary arguments Function return statement Function as argument Function as return statement Map(), filter(), reduce(), any() functions Anonymous or lambda function Modules & Packages Standard v/s third party modules Understanding pip utility File I/O Introduction to file handling Functions and methods related to file handling Understanding with block Object Oriented Programming Procedural v/s object oriented programming Defining a class & object creation Exception Handling Difference between syntax errors and exceptions Keywords used in exception handling try, except, finally, raise, assert Types of except blocks Regular Expressions(Regex) Need of regular expressions Functions /methods related to regex Meta characters & special sequences GUI Programming Introduction to tkinter programming Tkinter widgets Tk, label, Entry, Textbox, Button Frame, messagebox, filedialog etc Multi-Threading Programming Multi-processing v/s Multi-threading Creating child threads Functions /methods related to threads Thread synchronization and locking SQL Introduction to Database What is Database Package?