Thursday, August 7, 2008

Are you looking for new programming language

Hi
if you are looking for new programming language for all platform?
then visit
http://www.haxe.org/
It is free software and open source.

No comments:

How to Get files from the directory - One more method

 import os import openpyxl # Specify the target folder folder_path = "C:/Your/Target/Folder"  # Replace with the actual path # Cre...