Courses
Tutorials
Practice
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
37.4K+ articles
DSA
22.8K+ articles
Python
21.3K+ articles
Experiences
16.6K+ articles
Python Programs
4.0K+ articles
Python-gui
2.5K+ articles
Project
900+ articles
Programming Language
593+ articles
Python-tkinter
358+ articles
Python Tkinter-exercises
102+ articles
Python-socket
7 posts
Recent Articles
Popular Articles
Python Program that Sends And Receives Message from Client
Last Updated: 06 September 2024
Socket programming is a way of connecting two nodes on a network to communicate with each other. One socket(node) listens on a particular port at an IP, while the other so...
read more
Python
Programming Language
Python Programs
Python-socket
Port Scanner using Python
Last Updated: 28 April 2025
Prerequisites: Socket Programming in PythonThis article is just to provide a sample code to generate a Port Scanner. This Port Scanner will work for both the Web Applicati...
read more
Python
Web Technologies
Python-socket
Python - Binding and Listening with Sockets
Last Updated: 01 June 2022
Socket programming is a way of connecting two nodes on a network to communicate with each other. One socket(node) listens on a particular port at an IP, while other socket...
read more
Python
Python-socket
GUI chat application using Tkinter in Python
Last Updated: 11 September 2022
Chatbots are computer program that allows user to interact using input methods. The Application of chatbots is to interact with customers in big enterprises or companies a...
read more
Project
Python
Python-socket
Python-tkinter
Python-gui
Python Tkinter-exercises
Simple Port Scanner using Sockets in Python
Last Updated: 12 July 2021
Prerequisites: Socket Programming in PythonBefore going to the programming, let us discuss about ports. In this article, we will check the virtual ports of a server or web...
read more
Python
Picked
Python-socket
How to control PC from anywhere using Python?
Last Updated: 12 July 2021
Prerequisite - Socket programming in PythonIn this solution, we use the concept of Socket Programming for establishing communication between two computers. Socket Programm...
read more
Python
Python-socket
File Transfer using TCP Socket in Python
Last Updated: 28 April 2025
In this article, we implement a well-known Protocol in Computer Networks called File Transfer Protocol (FTP) using Python. We use the TCP Socket for this, i.e. a connectio...
read more
Python
Python-socket
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !