Python3 Web Framework

2010-12-30 Thread Aman
Hey all... I just started with Python, and I chose Python3 because it seemed a subtle choice as compared to doing Pthon 2.x now and then porting to Python3.x later... I plan to start with Web Development soon... I wanted to know what all web frameworks are available for Python3... I heard the Djang

After C++, what with Python?

2011-01-15 Thread Aman
Hey all, I am a college student, and at college, we did most of the work in C/C++. I kind of stopped using C when I learned C++ (simply because C++ seemed a natural/elegant choice to me, and had backward compatibility with C). I've had a lot of experience with C++. Recently, I was on the path to

Re: After C++, what with Python?

2011-01-15 Thread Aman
@nagle Means you are suggesting me not to proceed with Python because I've had experience with C++? -- http://mail.python.org/mailman/listinfo/python-list

Re: parsing packets

2011-07-10 Thread Aman Nijhawan
character . Thanks Aman On Sun, Jul 10, 2011 at 5:31 PM, wrote: > Send Python-list mailing list submissions to >python-list@python.org > > To subscribe or unsubscribe via the World Wide Web, visit >http://mail.python.org/mailman/listinfo/python-list > or, via ema

Re: Python-list Digest, Vol 91, Issue 89

2011-04-12 Thread Aman Nijhawan
Sent from my iPhone On Apr 12, 2011, at 8:05 PM, python-list-requ...@python.org wrote: > Send Python-list mailing list submissions to >python-list@python.org > > To subscribe or unsubscribe via the World Wide Web, visit >http://mail.python.org/mailman/listinfo/python-list > or, via email,

Peculiar Behaviour of __builtins__

2011-05-12 Thread Aman Nijhawan
(20)) AttributeError: 'dict' object has no attribute 'min' Also in the interpreter >>>type(__builtins__) but in my module print type(__builtins__) Can anyone help me understand whats going on here? Thanks -- Aman Nijhawan -- http://mail.python.org/mailman/listinfo/python-list

Regular Expression for the special character "|" pipe

2014-05-27 Thread Aman Kashyap
I would like to create a regular expression in which i can match the "|" special character too. e.g. start=|ID=ter54rt543d|SID=ter54rt543d|end=| I want to only |ID=ter54rt543d| from the above string but i am unable to write the pattern match containing "|" pipe too. By default python treat "

Re: Regular Expression for the special character "|" pipe

2014-05-27 Thread Aman Kashyap
On Tuesday, 27 May 2014 16:39:19 UTC+5:30, Vlastimil Brom wrote: > 2014-05-27 12:59 GMT+02:00 Aman Kashyap : > > > I would like to create a regular expression in which i can match the "|" > > special character too. > > > > > > e.g. > >

Re: Regular Expression for the special character "|" pipe

2014-05-27 Thread Aman Kashyap
On Tuesday, 27 May 2014 16:59:38 UTC+5:30, Daniel wrote: > What about skipping the re and try this: > > > > 'start=|ID=ter54rt543d|SID=ter54rt543d|end=|'.split('|')[1][3:] > > > > On 27.05.2014 14:09, Vlastimil Brom wrote: > > > 2

please help me while installing pyttsx3 it shows error

2020-04-27 Thread AMAN BHAI PATEL
PS C:\Users\amanb\OneDrive\Desktop\jarvis> pip install pyttsx3 Collecting pyttsx3 Using cached pyttsx3-2.87-py3-none-any.whl (39 kB) Collecting comtypes; platform_system == "Windows" Using cached comtypes-1.1.7.zip (180 kB) Installing collected packages: comtypes, pyttsx3 Running setup.py i