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
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
@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
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
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,
(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
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 "
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.
>
>
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
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
10 matches
Mail list logo