IOT Virtual Conference - Register now to book your ticket and get updates
x
CONGRATULATIONS! C# Corner Q1, 2021 MVPs Announced
Why Join
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
CAREER
MEMBERS
JOBS
About Python
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Arindam Dawn (30)
Rohit Gupta (20)
Surya S (9)
Veena Sarda (8)
Kokul Jose (4)
Lalit Bansal (3)
Nagaraj M (2)
Abdul Raheem (2)
Prakash Khaire (2)
Raichand Ray (2)
Vinoth Rajendran (2)
Utkarsh Kashyap (2)
Ajay Malik (2)
Henk Boelman (1)
Ai Fortytwo (1)
Sriganapathi S (1)
C# Corner Live (1)
Praneet Rane (1)
Pramod Thakur (1)
Dipa Mehta (1)
Abhishek Bhat (1)
Subham Ray (1)
Rithik Banerjee (1)
Akash Binwal (1)
Ashirwad Satapathi (1)
Related resources for Python
No resource found
A bit of AI - Episode 6
4/15/2021 8:38:01 AM.
This week we have guest speaker Jean-Pierre Riehl.
Data Analytics using Python - AI42 Ep. 7
4/7/2021 4:11:04 PM.
Welcome to the 7th session of the AI42 series! This time we will learn Data Analytics using Python.
Spot differences in images using Python and OpenCV
4/2/2021 6:01:57 AM.
As kids, we use to play spot the differences in images game. This video is about spotting differences in images. Not only will you get the differences, you would also get the similarity index. One imp
Interface Segregation Principle Using Python
4/1/2021 12:03:41 PM.
In this article we will learn about one of the Solid Principle i.e. Interface segregation principle
What is Artificial Intelligence?
3/31/2021 7:18:43 AM.
This is the ninth tutorial in the series. In this tutorial, we will be studying Artificial Intelligence and its functionalities. Artificial intelligence (AI) is the simulation of human intelligence pr
πOverview Of PythonβοΈ
3/18/2021 7:20:31 PM.
In this article, we look at what python is, how to install it, checking a process, creating a file, and saving the file.
What Is Python Used For
3/17/2021 4:56:18 AM.
In this article, I will be discussing why and where we use python.
How To Validate An Email Address In Python
2/7/2021 4:24:30 PM.
In this article, you will learn different ways to verify whether an email address is valid or invalid in Python.
How To Get The Last N Characters Of A String In Python
1/25/2021 6:21:27 PM.
The articles tell you different ways of finding the last N characters from a String in Python.
How to use NumPy in Python
1/25/2021 9:29:09 AM.
This is the third tutorial in the series. In this tutorial, we will learn about numpy or numerical python.
A Complete Python Pandas Tutorial
1/15/2021 7:09:57 AM.
This is the fourth tutorial in the series. In this tutorial, we will be studying about pandas and its functionalities.
Data Science with Visual Studio Code, PyTorch, and Azure
1/12/2021 1:40:54 PM.
In this episode of Ask Me Anything Series, we have with is Rong Lu and she gives a hands-on demo on Azure, Python, and Pytorch.
Data Science- A Beginner's Tutorial
1/12/2021 8:08:11 AM.
This is the twelfth tutorial in this series. Data science is a multi-disciplinary field that uses scientific methods, processes, algorithms, and systems to extract knowledge and insights from structur
Exploratory Data Analysis(EDA) on Automobile Data
1/12/2021 7:49:28 AM.
This video is about Exploratory Data Analysis(EDA) on Automobile Data. This video will explain EDA Steps such as Loading data, showing data profile report before and after cleaning data, variable iden
Set Up Python Environment For Data Science
1/12/2021 7:47:53 AM.
In this article you will learn about setting up a Python environment for data science.
How To Interact With AWS S3 In Python Using Boto3
1/4/2021 6:53:33 PM.
In this article, you will learn how create/delete/list bucket and Upload/delete/Generate Presigned-URL for s3 object using Boto3.
Deploying Web Application On Azure App Service Through Docker
1/4/2021 6:08:19 AM.
In this article, you will learn how to deploy Web Application on Azure App Service through Docker.
Python Basics
12/30/2020 12:00:46 PM.
Python is a scripting language, which is an open-source language. It finds its use as one of the most powerful machine learning languages. Here, we will take an overview of Python language
Convolutions Explained in Python
12/29/2020 10:32:12 AM.
In this video, you will be able to understand convolution operation on an image. You will be seeing edge detection and blurring and how convolutions is used in deep learning.
Django Bootcamp - FrontEnd (Bootstrap, Javascript, DOM, jQuery) π
12/28/2020 4:53:22 PM.
In this article, I will cover the basic frontend with all the different decorative and technical terms for a perfect web application.
Composite Design Pattern Using Python
12/26/2020 6:12:05 PM.
A composite design pattern is a structural design pattern. It allows developers to create multiple nested objects of the same type to complete one single system hierarchy.
Log and Inverse Log transformation on Image in Python
12/26/2020 12:29:37 PM.
In this video we will continue with point operations - Log and Inverse Log transformation on images.
Linear and Non Linear Contrast Stretching
12/23/2020 12:50:49 PM.
The video explains image processing point operation of contrast stretching.
Write And Read Pandas Dataframe And CSV To And From Azure Storage Table
12/23/2020 1:12:31 AM.
Here, we see how to save data in a CSV file to Azure Table Storage and then we'll look at how to deal with the same situation with the Pandas DataFrame.
Matplotlib Widget Animation
12/18/2020 5:28:13 AM.
This video explains the use of widgets to create an interactive matplotlib plot.
Visualizing Loss Surface Of A Regression Line
12/14/2020 1:04:22 PM.
This video is focused on showing how a point on the loss surface is equivalent to a line between X and Y.
Why You Should Learn Python In 2020 - Top Advantages
12/14/2020 11:15:07 AM.
In this article, you will learn why you should learn python in 2020: top advantages.
Passing An HTML Table To Client And Passing Multiple Values As JSON From Server To Client
12/1/2020 6:06:44 AM.
In this article, you will learn how to pass an HTML Table to clients and pass multiple values as JSON from the server to your client.
Python with .NET 4
11/29/2020 12:51:54 AM.
IronPython is an implementation of the Python programming language targeting the .NET Framework and Mono ( A cross platform open source Dotnet framework currently targeted for Linux). IronPython is wr
Prediction Using Supervised ML ( Prediction Of Marks )
10/26/2020 7:11:44 AM.
In this article, we will learn about to predict using Supervised Machine Learning using Python.
Integrating Read API, Converting The Resultant JSON To CSV And Deploy App To Azure
10/18/2020 1:27:21 AM.
In this article, you will learn about integrating Read API, Converting the resultant JSON to CSV and Deploy App to Azure.
Python Flask App And Azure Cognitive Services Read API - Render HTML Page And File Transfer Between Client And Server
10/18/2020 1:25:37 AM.
In this article, you will learn how to render HTML Page and File Transfer between client & server.
CircleCI Tutorial
10/12/2020 9:25:54 AM.
In this article, we will learn about CircleCI scheduler for python.
How To Optimize A Neural Network
10/9/2020 8:40:30 AM.
In this article, I will tell how we can optimize various neural networks without affecting their performance.
Getting to know Intel DevCloud
10/2/2020 12:02:35 PM.
and deploy AI at the edge.,implement,In this article,you will learn about Intel DevCloud and the process to use it to design
An Introduction To Python Lists
10/2/2020 5:03:14 AM.
In this article, you will learn about a basic introduction to Python lists.
Using MQTT Server For IoT
9/17/2020 9:23:36 AM.
In this article, I will be discussing about MQTT used for IoT.
Intel OpenVINO Inference Engine
9/11/2020 12:43:56 PM.
In this article, I will demonstrate how we can communicate with the inference engine to get our desired result
10 Best Python Frameworks For Website Development In 2020
9/11/2020 11:19:52 AM.
In this article, you will learn about 10 Best Python Frameworks for Website Development in 2020.
Emojis as markers in matplotlib
9/8/2020 11:04:17 PM.
In this video, I show some interesting ways to create markers in matplotlib plots. You can create emojis, Unicode characters, multidimensional polygons, multicolored polygons and much more ...
Top 5 Reasons Why Python Is Better Than PHP
9/8/2020 8:51:25 AM.
In this article, you will learn about Top 5 Reasons Why Python is better than PHP.
Understanding Linear Regression using Python
9/8/2020 12:04:57 AM.
In statistics, linear regression is a linear approach to modeling the relationship between a scalar response and one or more explanatory variables. The case of one explanatory variable is called a sim
Extract an E-mail From a Webpage
9/5/2020 2:08:36 PM.
This article looks at how to collect an e-mail from any webpage using Python programming language.
Intel OpenVINO Model Optimizer
9/3/2020 8:41:44 AM.
In this article, I will be discussing in detail about Intel OpenVINO Model Optimizer.
Web Scraping Using Python
9/2/2020 3:23:51 PM.
This article contains a step-by-step guide on learning Web Scraping (extracting value data from a webpage) using Python.
Lesser known porperties of matplotlib - Part 1
9/2/2020 5:57:31 AM.
In this video I have started with details of attributes for styles of joining lines and capping lines in matplotlib library of Python.
Processing Images using Intel OpenVINO
8/27/2020 10:10:01 AM.
In this article, we will see how we can use Intel OpenVINO to preprocess given images and predict their characteristics.
30 Days Of Python π¨βπ» - Day 30 - Free Python Resources
8/27/2020 9:13:38 AM.
In this article, you will learn about Free Python Resources in Python.
30 Days Of Python π¨βπ» - Day 29 - Automation Testing
8/23/2020 2:54:40 PM.
In this article, you will learn about Automation Testing in Python.
30 Days Of Python π¨βπ» - Day 28 - ML And Data Science II
8/21/2020 8:11:10 AM.
In this article, you will learn about ML And Data Science in Python.
30 Days Of Python π¨βπ» - Day 27 - ML And Data Science
8/20/2020 7:52:48 AM.
In this article, you will learn about ML And Data Science in Python.
30 Days of Python π¨βπ» - Day 26 - Machine Learning Basics
8/19/2020 7:35:53 AM.
In this article, you will learn about Machine Learning Basics in python.
30 Days Of Python π¨βπ» - Day 25 - Web Development Extras
8/18/2020 8:27:47 AM.
In this article, you will learn about Web Development Extras in Python.
Using Intel OpenVINO Pre-Trained Models
8/18/2020 7:45:10 AM.
In this article, we will learn how to use Intel OpeVINO using pre-trained models.
30 Days Of Python π¨βπ» - Day 24 - Web Development Basics
8/18/2020 7:41:56 AM.
In this article, you will learn about Web Development Basics in Python.
30 Days Of Python π¨βπ» - Day 23 - Web Scraping
8/17/2020 7:55:49 AM.
In this article, you will learn about Web Scraping in Python.
30 Days of Python π¨βπ» - Day 22 - Scripting Extras
8/14/2020 8:12:53 AM.
In this article, you will learn about Scripting Extras in Python.
Creating A CRUD Desktop Application Using Python3 And MySQL Database Server
8/13/2020 11:52:53 AM.
This is a simple CRUD (Create, Retrieve, Update, and Delete) database record desktop application. Its name is Student Management System.
30 Days Of Python π¨βπ» - Day 21 - Scripting Basics
8/13/2020 8:54:33 AM.
In this article, you will learn about Scripting Basics in python.
30 Days Of Python π¨βπ» - Day 20 - Debugging And Testing
8/12/2020 8:43:19 AM.
In this article, you will learn about 30 Days Of Debugging And Testing in python.
30 Days Of Python π¨βπ» - Day 19 - Regular Expressions
8/11/2020 7:32:54 AM.
In this article, you will learn about Regular Expressions in Python.
Simple Register and Login Application Using Python 3 and MySQL Database Server
8/9/2020 10:54:22 PM.
This article explains the creations of a simple login and user registration application with Python3 and MySQL Database Server.
30 Days of Python π¨βπ» - Day 18 - File I/O
8/4/2020 8:37:27 AM.
30 Days Of Python π¨βπ» - Day 17 - External Modules
8/4/2020 7:42:02 AM.
In this article, you will learn about External Modules in python.
30 Days Of Python π¨βπ» - Day 16 - Module Basics
8/3/2020 7:39:39 AM.
In this article, you will learn about Module Basics in python.
30 Days Of Python π¨βπ» - Day 15 - Generators
8/3/2020 7:36:41 AM.
In this article, you will learn about Generators in python.
30 Days Of Python π¨βπ» - Day 14 - Handling Errors
7/31/2020 7:49:30 AM.
In this article, you will learn about Handling Errors in Python.
30 Days Of Python π¨βπ» - Day 13 - Decorators
7/31/2020 7:47:15 AM.
In this article, you will learn about Decorators in Python.
30 Days Of Python π¨βπ» - Day 12 - Lambda Expression And Comprehensions
7/28/2020 8:15:03 AM.
In this article, you will learn about Lambda Expression and Comprehensions.
30 Days Of Python π¨βπ» - Day 11 - Functional Programming
7/28/2020 8:07:18 AM.
In this article, you will learn about functional programming in python.
Performing A CRUD Operation On A SharePoint List Using Python
7/28/2020 7:42:17 AM.
This article begins by discussing Sharepoint and how to interact with a Sharepoint list using Python.
Middleware in Bot Framework - Python
7/28/2020 2:35:11 AM.
Explain about what is Middleware , how to implement in Python
ActivityHandler helper class in Bot Framework - Python
7/28/2020 2:34:06 AM.
This video explains what is Activity,ActivityTypes and ActivityHandler in bot framework using Python.
30 Days Of Python π¨βπ» - Day 10 - OOP Missing Pieces
7/27/2020 9:29:11 AM.
In this article, you will learn about OOP Missing Pieces.
30 Days Of Python π¨βπ» - Day 9 - OOP Pillars
7/27/2020 9:21:02 AM.
In this article, you will learn about OOP pillars.
30 Days Of Python π¨βπ» - Day 8 - OOP Basics
7/24/2020 7:38:46 AM.
In this article, you will learn about python OOP Basics.
30 Days Of Python π¨βπ» - Day 7 - Developer Environment
7/24/2020 7:36:06 AM.
In this article, you will learn about python Developer Environment.
Logistic Regression using Python
7/24/2020 12:23:35 AM.
Logistic regression is a statistical model that in its basic form uses a logistic function to model a binary dependent variable, although many more complex extensions exist. In regression analysis, lo
30 Days Of Python π¨βπ» - Day 6 - Loops II And Functions
7/22/2020 8:54:32 AM.
In this article, you will learn about python.
30 Days of Python π¨βπ» - Day 3 - Data Types II
7/21/2020 10:00:11 PM.
This is some basic, sample mark continuing from the string data type that I learned yesterday. Today, I explored some of the other features.
30 Days Of Python π¨βπ» - Day 5 - Conditions And Loops I
7/21/2020 11:30:24 AM.
In this article, you will learn about Python Conditions and Loops.
Configure Visual Studio Code For Python On Windows
7/20/2020 8:07:45 AM.
In this video, you will learn how to configure visual studio code for python programming.
30 Days Of Python π¨βπ» - Day 2 - Data Types I
7/17/2020 9:12:33 PM.
In this post, I try to explore and explain the available Data Types in Python. This is the first part of a two-part post on data types in Python.
30 Days Of Python π¨βπ» - Day 4 - Data Types III
7/17/2020 9:11:42 PM.
In this article you will learn about python.
30 Days of Python π¨βπ» - Day One - Introduction
7/13/2020 7:26:50 AM.
A JavaScript developer's quest to learn python in a month.
How To Add A RadioButton In Tkinter In Python
7/11/2020 7:41:24 AM.
In this article, I will explain how to add a radiobutton in Tkinter in Python.
How To Add A Labelframe In Tkinter In Python
7/11/2020 7:40:08 AM.
In this article, I will explain how to add a Labelframe in Tkinter in Python.
How To Add A Frame In Tkinter In Python
7/11/2020 7:38:58 AM.
In this article, I will explain how to add a Frame in Tkinter in Python.
How To Add A Listbox In Tkinter In Python
7/11/2020 7:37:31 AM.
In this article, I will explain how to add a listbox in Tkinter in Python.
How To Add Labels In The Tkinter In Python
7/9/2020 7:28:53 AM.
In this article, I will explain how to add labels in the tkinter in python.
How To Add Entry In Tkinter In Pythonπ§
7/9/2020 7:23:11 AM.
In this article, I will explain how to add entry in Tkinter in Python.
How To Add a Checkbox In Tkinter In Python
7/9/2020 6:25:30 AM.
In this article, I will explain how to add a checkbox in tkinter in Python.
Fundamentals Of Python - Part Two
7/8/2020 6:35:53 AM.
In this article, you will learn about the Fundamentals Of Python. This article is part 2 in the series.
Fundamentals Of Python
7/8/2020 6:31:50 AM.
In this article, you will learn about the fundamentals of Python.
GUI Programming (Tkinter) In Python
7/8/2020 6:23:12 AM.
In this article, I will explain GUI programming (Tkinter) in Python.
Access MySQL Document Store Using Python
7/7/2020 12:58:22 AM.
This video uses python 3 to give us over view of Document store( Mongodb like feature) introduced by mysql
How To Use Canvas In Tkinter In Python
7/6/2020 9:28:54 AM.
In this article, I will explain how to use canvas in the tkinter in python.
A Complete Python TensorFlow Tutorial
6/22/2020 5:12:43 AM.
This is the eighth tutorial in the series. In this tutorial, we will be studying about Tensorflow and its functionalities. TensorFlow is a free and open-source software library for dataflow and differ
A Complete Python Seaborn Tutorial
6/22/2020 5:04:51 AM.
This is the seventh tutorial in the series. In this tutorial, we will be studying about seaborn and its functionalities. Seaborn is a Python data visualization library based on matplotlib. It provides
A Complete Python MatPlotLib Tutorial
6/22/2020 4:57:26 AM.
This is the sixth tutorial in the series. In this tutorial, we will be studying about matplotlib and its functionalities.