Python Tutorials:
Python is easy to learn and powerful programming language. This tutorial is designed for software programmers who are willing to learn python and want to do practical examples on python language.
1.Python Basics:
- Python – What is Python Programming Language
- Python – Features of Python Language
- Python – Install on Windows 10
- Python – Upgrade PIP version on Windows
- Python – Modes of Python Program
- Python – Number Systems Example
- Python – Operators Example
- Python – Ternary Operators
- Python – List of Keywords
- Python – Data Types
- Python – TypeCasting for Different Types
- Python – Identifiers and Rules
- Python – Conditional Statements
- Python – if statement Example
- Python – command-line args
- Python – *args and **kwargs
- Python – String formatting
- Python – Decorators
- Python – List comprehension and advantages
- Python – Set up Virtual Env
2. Python OOPS:
- Python – Understanding Classes and Objects
- Python – Constructures
- Python – Inheritance
- Python – Object Introspection
- Python – Objects Sorting
- Python – Lambdas
- Python – Create Iterable class
- Python – Function parameters
- Python – Multiprocessing
3. Python Collections:
- Python Set Data Structure in Depth
- Python Tuple Data Structure in Depth
- Python List Data Structure In Depth
- Python – Dict Data Structure in Depth
- Python – Implementing Stack
4. Python Set Functions
- copy() – How to copy a Set in Python
- add() – How to add an elements in a Set in Python
- issuperset() – How to use issuperset in Pytho
- pop() – How to pop elements from a Set in Python
- remove() – How to remove an element from a Set in Python
- discard() – How to discard an element from a Set in Python
- update() – How to use update method in a Set in Python
- union() – How to perform Union operation on a Set in Python
- intersection() – How to perform Intersection Operation on a Set in Python
- Symmetric_Difference() – How to find Symmetric Difference of two Sets in Python
- difference_update() – How to use difference_update for a Set in Python
- issubset() – How to use issubset in Python
- isdisjoint() – How to use isdisjoint in Python
5. Python Dict Functions
- copy() – How to copy a Dictionary in Python
- fromkeys() – How to use fromkeys for a Dictionary in Python
- get() – How to get elements from Dict in Python
- items() – How to read all items from Dictionary in Python
- values() – How to read values from a Dictionary in Python
- keys() – How to get keys of a Dictionary in Python
- update() – How to update a Dictionary in Python
- popitem() – How to popitem from a Dictionary in Python
- setdefault() – How to set default values to a Dictionary in Python
4. Python Exception Handling:
5. Python Modules:
- How to create a Python Module ?
- Different ways to import modules in Python
- How to hide python module entities?
6. Python Built-in Functions:
- Python any function example
- Python exec function example
- Python compile function example
- Python Callable function Example
- Python range function example
- Python bytearray function example
- Python ord function example
- Python iter function example
- Python property function example
- Python complex function example
- Python vars function example
- Python next function example
- Python hash function example
- Python filter function example
- Python enumerate function example
- Python reversed function example
- Python slice function example
- Python sorted function example
- Python isinstance function example
- Python locals function example
- Python frozenset function example
- Python format function example
- Python all function example
- Python getattr function example
- Python eval function example
- Python ascii function example
- Pyhon globals function example
- Python zip function example
6. Python IO
- Python fileno – Reading file descriptor
- Python close method – closing a file
- Python isatty method Example
- Python readable Method Example
- Python flush method Example
- Python tell method Example
- Python seekable method Example
- Python truncate method Example
- Python writable method Example
5.Python MySQL DB:
- Python – Connect MySQL DB
- Python – Create MySQL database and table
- Python – Insert data into MySQL database
- Python – Read data from MySQL database
- Python – Update data in MySQL database
- Python – Delete data in MySQL database
6. Python IO:
- Python – Read input from the keyboard
- Python – Read JSON file
- Python – CSV File
- Python – Read a Text file
- Python – Create Zip File
- Python – List Of Objects to CSV File
- Python – Reading config.ini files
- Python – Read Environment variables
7. Python Requests Module:
- What is Python requests Module
- Python requests module – Get Example
- Python requests module – Post Example
- Python Requests module – Delete Example
- Python Requests module – Put Example
- Python Requests module – Head Example
- Python Requests module – Patch Example
- Python Requests module – request() Example
7. Python Pandas:
- Pandas – Read CSV file and prepare Dataframe
- Pandas – Save Pandas dataframe to CSV file
- Pandas – Read Excel Files
- Pandas – Save Pandas dataframe to Excel file
- Pandas – Plotting histogram from Pandas data frame
- Pandas – Plotting Barcharts
8. Python NumPy:
- NumPy – Python Numpy Library
- NumPy – Arithmetic Operations on NumPy Array
- NumPy – Matrix Multiplication
- NumPy – Indexing NumPy Arrays
- NumPy- Splitting NumPy Arrays
- NumPy – Slicing NumPy Arrays
- NumPy – Shape Manipulation of NumPy Arrays
- NumPy – Join Arrays
- {working..}
9. Python Flask:
- Python Flask – Installation
- Python Flask – Hello World Example
- Python Flask – Simple HTML Templating
- Python Flask – Jinja Templates Example
- Python Flask – Jinja Template Inheritance
- Python Flask – Simple Login form Example
- Python Flask – Creating URLs/Links
- Python Flask – Install SQLAlchemy
- Python Flask – Database Migration support
- {working..}
9. Python How-Tos:
- How to – String to int Conversion Example
- How to – Print different vowels present in a String
- How to – Find the biggest of 2 given numbers
- How to – How to remove duplicate elements from List
- How to – raw_input read input from keyboard
- How to – Convert any Number to Python Binary Number
- How to – Merge two lists in Python
- How to – Get current date in Python
- How to – Get Characters Count in Python from a File
- How to – Get Words Count in Python from a File
- How to – Remove Spaces from String in Python
- How to – Iterate Python Dictionary ?
- How to – Merge two dict in Python ?
- How to – Check whether a file exists in python?
- How to – Get OS info in Python platform?
- How to – Format dates in Python
- How to – Format Strings in Python
- How to – Get the size of a Directory in Python?
- How to – Remove key from dictionary ?
- How to – Find Python PIP in windows ?
- How to – Sort Objects in Python ?
- How to – Create or Delete Directories in Python ?
- How to – Merge two lists in Python
- How to – Access for loop index in Python
- How to – Filter a List in Python ?
- How to – Clear all elements from List in Python
- How to – Remove special characters from String in Python
- How to – Remove empty lists from a Python List
- How to – Update Python list
- How to – Sort python dictionary by key ?
- How to – do String case conversion
- {working..}
Python Selenium:
- Python – Selenium Download a File in Headless Mode
- Python – How to Read Google Search Results in Selenium
- Python Selenium Automate the Login Form
- Python Selenium HelloWorld Example
- {working..}