Python
Python
It was
initially designed by Guido van Rossum in 1991 and developed by Python Software
Foundation. It was mainly developed for emphasis on code readability, and its
syntax allows programmers to express concepts in fewer lines of code.
Python is a programming language that lets you work quickly and integrate systems
more efficiently.
Introduction to DataTypes
Strings
List
Tuples
Sets
Dictionary
Arrays Set 1, Set 2
Variables
Loops
Loops and Control Statements (continue, break and pass) in Python
Looping technique in python
range vs xrange on python
Programs for printing pyramid technique in python
Chaining comparison in python
else with for
switch function
Coroutine in Python
Using iteration in python effectively
Iterators in Python
Iterators function in python| Set – 1
Iterators function in python | set -2
Python __iter__() and __next__() | Converting an object into an iterator
Python | Difference between iterable and iterator
Generators in python
Generators expression in python
Functions
Functions in Python
class method vs static method in Python
Write an empty function in Python – pass statement
Yield instead of Return
Return Multiple Values
Partial Functions in Python
First Class functions in Python
Precision Handling
*args and **kwargs
Python closures
Function Decorators
Decorators in Python
Decorators with parameters in Python
Memoization using decorators in Python
Help function in Python
Python | __import__() function
Python | range() does not return an iterator
Coroutine
Python bit functions on int (bit_length, to_bytes and from_bytes)
Object Oriented Concepts
Exception handling
User defined Exception
Built-in Exception
clean up action
Nzec error
Python | 404 Error handling in Flask
try and except in Python
Defining Clean Up Actions in Python
Modules in Python
Introduction of Modules
Numeric Functions
Logarithmic and Power Functions
Trigonometric and Angular Functions
Special Functions and Constants
Inplace Operators – Set 1 Set 2
Calendar Module
Calendar Functions – Set 1 Set 2
Complex Numbers – Introduction
Complex Numbers -Important Functions and Constants
Trigonometric and Hyperbolic Functions
Time Functions in Python – Set 1, Set-2
Random Numbers
struct() module
Python Urllib Module
pprint
eval()
fraction()
Pyautogui – Mouse Keyboard Automation
Generate QR Code using pyqrcode module
Timit function
Numpy- Set 1, Set 2
Get and Post
Regular Expressions – Set 1, Set 2
OS module
Copy module – Deep vs Shallow copy
Import module
Reload module
Collection module
DeQue
NamedTuple
Heap
Enum module
Theano in Python
Statistical Functions – Set 1, Set 2
Bisect module
Python math library | gamma() function
Python math library | expm1() method
Decimal Functions – Set 1, Set 2
NetworkX
getpass() and getuser()
Reading and Generating QR codes
fnmatch
Python | Matplotlib.pyplot ticks
Unicodedata – Unicode Database
Textwrap – Text wrapping and filling
Generating Secure random numbers
pickle — Python object serialization
Understanding Python Pickling with example
copyreg — Register pickle support functions
Python GUI – tkinter
Data Analysis
Python Numpy
Numpy | ndarray
Numpy | Array Creation
Numpy | Data Type Objects
Data type Object (dtype) in NumPy
Numpy | Indexing
Numpy | Basic Slicing and Advanced Indexing
Numpy | Iterating Over Array
Numpy | Binary Operations
Numpy | Mathematical Function
Numpy | String Operations
Numpy | Linear Algebra
Numpy | Sorting, Searching and Counting
NumPy in Python | Set 1 (Introduction)
NumPy in Python | Set 2 (Advanced)
Multiplication of two Matrices in Single line using Numpy in Python
Python program to print checkerboard pattern of nxn using numpy
Pandas
Linear Regression
Linear Regression Using Tensorflow
Understanding Logistic Regression
K means Clustering
Analysis of test data using K-Means Clustering in Python
Unsupervised Face Clustering Pipeline
Multidimensional data analysis in Python
Python | Image Classification using keras
Python | Implementation of Movie Recommender System
Python | Decision Tree Regression using sklearn
Principal Component Analysis with Python
Python | Implementation of Polynomial Regression
ML | Boston Housing Kaggle Challenge with Linear Regression
Applying Convolutional Neural Network on mnist dataset
Saving a machine learning Model
Python | NLP analysis of Restaurant reviews
Classifying data using Support Vector Machines(SVMs) in R
ML | Principal Component Analysis(PCA)
Implementation of K Nearest Neighbors
Learning Model Building in Scikit-learn
Cancer cell classification using Scikit-learn
Tokenize text using NLTK in python
Removing stop words with NLTK in Python
Python | Lemmatization with NLTK
Python | Stemming words with NLTK
How to get synonyms/antonyms from NLTK WordNet in Python?
Part of Speech Tagging with Stop words using NLTK in python
Implementing Artificial Neural Network training process
Convert Text to Speech
seq2seq model in Machine Learning
Classifying data using Support Vector Machines(SVMs) in Python
Introduction to Convolutions using Python
A single neuron neural network in Python
Convert text to speech
creating a simple machine learning model
Python | How and where to apply Feature Scaling?
Identifying handwritten digits using Logistic Regression in PyTorch
Phyllotaxis pattern in Python | A unit of Algorithmic Botany
Python GUI