Arnav2Prasad / HTTP-Server

2 stars 0 forks source link

Need to study python docs for ease in coding #2

Open Arjun-Deodhar opened 3 months ago

Arjun-Deodhar commented 3 months ago

We may need to study the following docs for python

string library functions (to ease life) file handling functions basics socket library functions (in detail, with customizations and special arguments)

Arnav2Prasad commented 3 months ago

Yes, definitely Documentation : https://docs.python.org/3/ Socket : https://docs.python.org/3/library/socket.html

And also standard way of : connectivity of python with MySQL