Basics, Data Types, Variables, Operators, Control Flow, Functions, Object Oriented Concepts, Exception Handling, Modules in Python, Libraries and Functions, Data Analysis, Numpy,Pandas, Machine Learning with Python, Python GUI, Misc, Applications and Projects, Multiple Choice Questions
- Python language introduction
- Python 3 basics
- Pyhon The new generation language
- Important difference between python 2.x and python 3.x with example
- Keywords in Python | Set 1
- Keywords in Python | Set 2
- How to check if a string is a valid keyword in Python?
- How to print without newline in Python?
- Decision making
- Basic calculator program using Python
- Python Language advantages and applications
- Variables, expression condition and function
- Maximum possible value of an integer in python?
- Global and local variables in python
- Packing and unpacking arguments in python
- End parameter in Python
- Type conversion in python
- Byte objects vs string in python
- Print single and multiple variable
- Swap variable
- Private variables
- __name__ (A Special variable) in Python
- Basic operator in python
- Logical and bitwise not operator on boolean
- Ternary operator
- Division operator in python
- Any & all in python
- Inplace and standard operators in python
- Operator function in python | Set – 1
- Operator function in python | Set – 2
- Inplace operator | Set -1
- Inplace operator | Set -2
- Python | a += b is not always a = a + b
- Difference between == and is operator in Python
- Python Membership and Identity Operators | in, not in, is, is not
- Loops
- Loops and Control Statements (continue, break and pass) in Python
- Looping technique 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
- Coroutine in Python
- Programs for printing pyramid technique in python
- range vs xrange on python
- Chaining comparison in python
- else with for
- switch function
- Python3 Intermediate Level Topics
- object oriented programming | set – 1
- object oriented programming | set – 2
- object oriented programming | set – 3
- Class and static variable in python
- Class method and static method in python
- Changing class members
- First class function
- First class function
- str() vs vpr()
- Metaprogramming with metaclasses
- Class and instance attribute
- Reflection
- Barrier objects
- Timer objects
- Garbage collection
- Introduction of Modules
- Numeric Functions
- Logarithmic and Power Functions
- Trigonometric and Angular Functions
- Special Functions and Constants
- Inplace Operators – Set 1 Set 2
- 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
- pprint
- eval()
- fraction()
- Pyautogui – Mouse Keyboard Automation
- Reading an excel file using Python
- Writing to an excel sheet using Python
- Python | Reading an excel file using openpyxl module
- Python | Writing to an excel file using openpyxl module
- Python | Adjusting rows and columns of an excel file using openpyxl module
- Python | Plotting charts in excel sheet using openpyxl module-Set1, Set2, Set3
- Python | Arithmetic operations in excel file using openpyxl
- Python | Trigonometric operations in excel file using openpyxl
- Python | Create and write on excel file using xlsxwriter module
- Python | Plotting Area charts in excel sheet using XlsxWriter module
- Python | Plotting Radar charts in excel sheet using XlsxWriter module
- Python | Plotting bar charts in excel sheet using XlsxWriter 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
- Enum module
- Statistical Functions – Set 1, Set 2
- Bisect module
- Decimal Functions – Set 1, Set 2
- NetworkX
- getpass() and getuser()
- Reading and Generating QR codes
- fnmatch
- 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
- Python Numpy
- NumPy in Python | Set 1 (Introduction)
- NumPy in Python | Set 2 (Advanced)
- Data type Object (dtype) in NumPy Python
- Basic Slicing and Advanced Indexing in NumPy Python
- Multiplication of two Matrices in Single line using Numpy in Python
- Python program to print checkerboard pattern of nxn using numpy
- Python | Pandas DataFrame
- Python | Pandas Series
- Python | Pandas Working With Text Data
- Python | Pandas Working with Dates and Times
- Python | Pandas Merging, Joining, and Concatenating
- Data analysis using Pandas
- Read csv using pandas.read_csv()
- Merge, Join and Concatenate DataFrames using Panda
- Python | Delete rows/columns from DataFrame using Pandas.drop()
- Python | Data Comparison and Selection in Pandas
- Linear Regression
- Linear Regression Using Tensorflow
- Understanding Logistic Regression
- K means Clustering
- Analysis of test data using K-Means Clustering in Python
- 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
- Tokenize text using NLTK in python
- Removing stop words with NLTK in Python
- 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
- 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 – tkinter
- Distance-time GUI calculator using Tkinter
- Simple GUI calculator using Tkinter
- Simple registration form using Tkinter
- Create a stopwatch using python
- Designing GUI applications Using PyQt
- CGI Programming in Python
- Color game using Tkinter in Python
- Make Notepad using Tkinter
- Message Encode-Decode using Tkinter
- 10 Essential Python Tips And Tricks For Programmers
- Amazing hacks of Python
- Input method for comptetive programming
- Optimization Tips for Python Code
- How to input multiple values in one line
- Command line and variable argument
- Python facts
- Why is python best suited for Competitive Coding?
- Python trics for comptetive coding
- Tips and Tricks for Competitive Programmers | Set 2 (Language to be used for Competitive Programming)
- Selenium Python Tricks
- Text Analysis in Python 3
- Permutation and combination
- Command line interface
- json-formatting
- Quine
- Find the first non-repeating character from a stream of characters
- Short Circuiting Techniques in Python
- Formatted text in Linux Terminal using Python
- Understanding Code Reuse and Modularity in Python 3
- Difference between various Implementations of Python
- Program to calculate the Round Trip Time (RTT)
- Koch Curve or Koch Snowflake
- PEP 8 : Coding Style guide in Python
- Write your own len() in Python
- Naive Bayes Classifiers
- Using CX_Freeze in Python
- Program to print its own name as output
- Python | Program to crawl a web page and get most frequent words
- Creating a proxy webserver | Set – 1
- Creating a proxy webserver | Set – 2
- Facebook login using python
- FB Chatting through python
- C/C++ code formating tool
- Find Live running status and PNR of any train using Railway API
- Twitter sentiment analysis
- Extraction of Tweets using Tweepy
- Tweet using python
- Python | Find current weather of any city using openweathermap API
- Python | Get a google map image of specified location using Google Static Maps API
- Python | Get a set of places according to search query using Google Places API
- Python | Calculate geographic coordinates of places using google geocoding API
- Python | Calculate distance and duration between two places using google distance matrix API
- Fetching top news using News API
- Speech recognition
- Fetching text from Wikipedia’s Infobox in Python
- Get emotions of images using Microsoft emotion API in Python
- Website blocker
- Send SMS updates to mobile phone using python
- Flask – (Creating first simple application)
- Random walk
- Page Rank Algorithm and Implementation
- Python Desktop News Notifier in 20 lines
- Desktop notifier
- Morse Code Translator In Python
- Performing Google Search using Python code
- Reading and generating qr code
- Birthday reminder application in python
- Program to display Astrological sign or Zodiac sign for given date of birth
- Track bird migration
- News notifier
- convert time from 12 hour format to 24 hour format
- whatsapp using python
- Browser Automation Using Selenium
- Convert Text to Speech in Python using win32com.client
- Design a Keylogger in Python
- Program to implement Rock paper scissor game
- Hangman Game in Python
- Python implementation of automatic Tic Tac Toe game using random number
- Project Idea | (A Game of Anagrams )
- Conway’s Game Of Life (Python Implementation)
Hi, You can find all the latest Python related articles on our website blog. https://www.agiratech.com/category/python-ai/python-web-development/
ReplyDelete