Skip to content

sholajapheth/python-socket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-socket

Python has undoubtedly been made known to be one of the most simple languages to learn, this prooved itself again to me with this particular program imagine implementing threads with only a line of code... norm i did thred first with java. but TBH... i didn treally wrap my head around it the first time even till now... but python changes all that, just

    const thread1 = threading.Thread(yourFunc, args=()) ==> \\ the arg are must to be in tuples and also you cant use parenthenses (!hmmm why dont we just agree its brackets😁), You are passing a reffrence to the function not calling it 
    thread1.start() \\ thats all 
                                ```
Pretty simple right and 😁yes, am exicted, it's my python commit in a long time if there's even any, well i'll check laer, the point is... 

THREDING AND SOCKET PROGRAMING WITH PYTHON 

---This is just a simple client-sever app---

you can clone to learn and study the example,

Thanks for reading🤗

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages