Good PyObjc Tutorial
I've been looking for a good PyObjC Tutorial. The official Apple one is ages old and not comprehensive enough.
Fortunately the "An Epic Introduction to PyObjC and Cocoa" tutorial, is indeed an epic introduction to PyObjC and highly recommended for anyone planning to get started with Cocoa development in Python.
The fastest Download Manager for Linux is on its way!
I've been disappointed by the state of linux download managers for quite some time. While on the Windows platform, some excellent download managers exist such as FlashGet, Internet Download Manager and Download Accelerator Pro, besides many others. What is it that sets these download managers apart? Its their support for what I call "multithreaded downloading", enabling them to download different parts of a single large file in multiple streams, independantly of each other! The benefit: an exponential increase in download speed. On a shared 2 MB/s if I use the ordinary linux download managers: kget,wget etc.. I dont get more than 50Kbps, but because I'm short on time, I go to a windows machine with one of the above download managers installed, and guess what the speed is: 160-220 kbps! Its not a Windows vs. Linux issue, its just that a 'serious' download manager in my opinion has never been developed for Linux. But this will soon change! I've started a project, in python which aims to be feature compatible to the download managers I've mentioned above. I've developed the module which allows me to download a file in independant chunks, parrallely. I'll keep you all posted on the progress. I'm also thinking of using Jython for this project, to create powerful Java frontend for it, so that people in Windows/Mac don't have to use those download managers above and pay licenses!
Are there any features which you would like to see in this download manager, for now I'm calling it Py/Downloader?