104 skills found · Page 4 of 4
lichiukenneth / EV3Dev Python Socket ConnectionControl EV3 Brick installed with EV3Dev remotely using Python Client Server Socket Connection
keeganjk / Urchin:shell::collision: Python socket remote shell that lets you connect to others computers through the shell when they run the client.
melikesofta / TCP Socket PycsTCP socket between Python server and multiple C# clients
mboukhlouf / TinytcpEvent based package for tcp server/client on top of python sockets package
Shriku / Python Programming Zero To HeroPython is an object oriented high level programming language. One of the simplest programming languages of all, and also the most used language for creating System Security programs. It is Simple, yet the most powerful programming language which is very close to the Machine Language. If you have never programmed before, but you have little knowledge of how a computer works, then this the right place to start. After learning this course, one can start to build their own System programs, and also basic malware testing programs. This course is for those who want to learn how to program in python. It is intended to suit a wide audience, though not for absolute beginners. This course is targeted towards people who already have basic in either python or any other programming language. This course takes in consideration that you already know what loops, conditions, statements and variables are. This course will take you through the following chapters: Abstraction I and II, Exceptions in programs, Methods, properties and iterators, Standard Libraries and Python programming with Files. This will complete your intermediate training in Python Programming and how data structures are created and implemented in software’s. If you already know python, but other versions earlier than Python3.0, then you can start with this course to upgrade yourself with necessary modules. Some of the material in this course may be a bit difficult for an inexperienced programmer. However, once you start writing and practicing the examples in this course and writing your own codes based on these examples, then it will become quite practical for you to understand these terms. If you don’t understand some specific terms in the first bit, go through the tutorials again. Practice and Repetition are the keys to learning. This Course is in depth summary of the Core of Python. So, if you already have the basics in python, then it will be extremely easy to understand. Even if you don’t have the basics, then you can just search the specific terms used in here, understand only those and then come back to clear the advanced topics in these tutorials. This course will take you through the journey of interacting with system files using IDLE or the Python Interpreter, Creating your own servers and clients using socket programming, Understanding the database support for python with SQlite. There are also chapters which will teach you how to create your own programs which can interact with open files in any platform (UNIX, Linux, Windows or Mac). There is also a vast area covered in this course about Web Programming with Python covering the four most important topics as CGI, Screen Scraping, mod_python and Web Services. And finally there is testing, debugging and logging in Python. So, by completing this course, you will finally be able to write your own programs and test them on various platforms. The Main Idea of this course is to make the learner an advanced programmer having knowledge in bits and bytes in all various environments in Python programming. What are the requirements? Basics in Any Programming Language Basic Computer Knowledge Basics in Python such as ‘loops, variables, conditions and statements’(knowing any other language would be an added advantage) Basics in Python (knowing basic C,C++ and a bit about network programming would be an added advantage) What am I going to get from this course? Over 73 lectures and 10 hours of content! This course will clear advanced programming knowledge in Python Learn Abstraction I and II, Exceptions in programs, Methods, properties and iterators, Standard Libraries and Python programming with Files This course will take you through the journey of interacting with system files using IDLE or the Python Interpreter, Creating your own servers and clients using socket programming, Understanding the database support for python with SQlite. Learn Web Programming with Python covering the four most important topics as CGI, Screen Scraping, mod_python and Web Services Learn testing, debugging and logging in Python What is the target audience? Students Professionals Anyone who wants to learn a new Version i.e. Python 3.4.2
hadis98 / FTP Client Server Python Socket Programmingthis is a socket programming for FTP protocol with python that has a client file and a server file.
bocadilloproject / Socketio Example(UNMAINTAINED) socket.io client/server example with Bocadillo, python-socketio and socket.io-client
a26nine / Multi Client ChatroomA simple python3 based multi-client chatroom application built over the fundamentals of sockets in python.
koval01 / LovensepyFull-featured Python client for Lovense API. Supports LAN Game Mode, Cloud Server API, WebSocket (Socket API), and real-time Toy Events. Optimized for high performance and asynchronous automation
V8ST8K / TCP ChatCreation of a messenger in python is performed using pyqt5 python and has a graphical interface. This project is implemented entirely in python using sockets, and the following modules: pyqt5, socket, rsa, and many others. This python messenger is protected from timing and MITM attacks. This project is fully implemented in Python using asymmetric RSA encryption and is built on the Socket module with the generation of authentication files. Each node connects ONLY using the key file of the other node, which is generated in advance and transmitted between the chat participants. The entire process of correspondence is not saved on the computer and will be cleared after the program ends, since it is stored only in RAM. The server is used only for transferring data between the participants, while it is impossible to decrypt your messages on the server side. And yes, the server-client model is completely TCP-based.
welir / TCP PYTHONPython TCP. Client server socket project.Client send data to server.Server save data to base
5hubh4m / ChatUpA simple socket based GUI real-time chatting application built on client-server model in Python 2.7!
milesoberstadt / Android Ssl Socket ClientPretty much the simplest SSL socket client I can make for Android. Plays nice with Twisted for Python.
AlirezaAK2000 / PelnetPython program used to establish a client-server connection using sockets.(Computer Network second project)
wxc971231 / File HelperThis is a file transfer software based on python socket,whose GUI is built by PyQt5. You can Configure it to work in the server state or client state. This application supports multithreaded transfers, which means a server can connect multiple clients, and each of them can upload or download multiple files simultaneously.
F4RAN / Socket ProgrammingPython multi-thread socket programming - first client send a message to the server, server pass it to the second client, second client recognize repeated words and give back it to the server, server send it to first client, and first client print words and repeats. you can have many client_1 and client_2 (because of threads)
ttyoma / Trivia.NETA console-based trivia game built in Python using client-server architecture. The project features TCP socket communication, JSON-based message exchange, and multithreading to handle simultaneous players and asynchronous I/O, as well as an optional Ollama-powered AI integration to answer on the clients behalf.
punitkumar4871 / RealTimeWhiteboard Using PythonSyncSketch is a real-time collaborative whiteboard application that allows multiple clients to connect and interact on the same canvas using a peer-to-peer (P2P) network architecture. Built with Python and leveraging the socket programming library, this project facilitates seamless sharing and drawing among users in real-time.
nikhilroxtomar / Socket Programming Server In C And Client In PythonA simple TCP client-server program, where server in written in C programming language while the client is written in Python programming language.
musikalkemist / Socketprogramming TutorialSimple client and server socket scripts in Python