-
Python Extension Packages for Windows
There is a collection of some un/official packages & modules for Python. Most of them are included in x64 . http://www.lfd.uci.edu/~gohlke/pythonlibs/
-
A little bit of Python, FTP and CentOS
Today I will approach the system using few lines of Python code : – Python code : FTP client – CentOS server : FTP server Let’s get started ! FTP uses 2 port : 21 and (sometimes) 20 if the server is in active mode – or a random port (we’ll see them in this…