Re: Regarding Python official website

2014-06-07 Thread Kushal Das
On Sat, Jun 7, 2014 at 1:12 AM, Aseem Bansal wrote: > The Python website is undergoing an overhaul for better looks. Is there > anything like a forum where it is being discussed. I mean where the schedule > for this is being maintained or the same is being discussed? https://github.com/python/p

Re: Who's laughing at my responses, and who's not?

2012-09-24 Thread Kushal Das
On Tue, Sep 25, 2012 at 11:22 AM, Dwight Hutto wrote: > It's a little guy talk, and most seem to be guys. A little, "hey > buddy, this seems like like bullshit", seems ok around here, and it's > a first amendment. First amendment does not apply to all the international people here. Everyone shoul

A question on os.path.join in POSIX systems

2012-06-22 Thread Kushal Das
Hi all, There is a comment on posixpath.join saying "Ignore the previous parts if a part is absolute." Is this defined in the POSIX spec ? If yes, then can someone please point me to a link where I can read about it ? Kushal -- http://fedoraproject.org http://kushaldas.in -- http://mail.python

Re: os.path.isdir do not work for Foder named '2011-07-03'

2011-07-18 Thread Kushal Das
2011/7/19 Nulpum : > I want to make sure that folder exists. > > '2011-07-03' is really exists. but 'os.path.isdir' say false > > Does anyone know why? > > > os.path.isdir("C:\Users\조창준\Desktop\logs") > True os.path.isdir("C:\Users\조창준\Desktop\logs\2011-07-03") > False Works here. Are you

‘A Byte of Python’ updated for Python 3.0

2008-09-05 Thread Kushal Das
Hi all, Swaroop just released the latest version of his book "A Byte of Python", the new version is for Python 3.0. Read the post at http://www.swaroopch.com/blog/book-updated-for-python-3000/ The book can be found at http://www.swaroopch.com/notes/Python Kushal -- http://fedoraproject.org http

Re: configure kdevelop for python

2008-09-05 Thread Kushal Das
On Sunday 31 August 2008 01:59:11 pm Sindhu wrote: > am a newbie to python language and kdevelop, so i would like to know > how to configure kdevelop for python programming? complete with a > debugger? Read here http://www.kde.in/index.php/Getting_started_with_KDevelop Kushal -- Fedora Ambassador