Re: Please solve this problem

2020-03-09 Thread Omar Abou Mrad
On Mon, Mar 9, 2020 at 11:21 AM sachin thakur wrote: > Rply if solved > > <..snip..> Solved, answer is: -- https://mail.python.org/mailman/listinfo/python-list

Re: Case Solution: A Dark Horse in the Global Smartphone Market Huawei's Smartphone Strategy by Yangao Xiao, Tony Tong, Guoli Chen, Kathy Wu

2017-08-31 Thread ahmed . gamal . omar . 80
On Saturday, 8 July 2017 05:22:24 UTC+2, Case Solution & Analysis wrote: > Case Solution and Analysis of A Dark Horse in the Global Smartphone Market: > Huawei's Smartphone Strategy by Yangao Xiao, Tony Tong, Guoli Chen, Kathy Wu > is available at a lowest price, send email to >

[issue29450] xattr functions aren't in os.supports_fd, os.supports_follow_symlinks

2017-02-05 Thread Omar Sandoval
New submission from Omar Sandoval: {get,list,remove,set}xattr all support fds and follow_symlinks, but they are not in the os.supports_fds and os.supports_follow_symlinks sets. The attached patch adds them. There are no HAVE_* features for the f and l variants of these syscalls since it's

[issue26273] Expose TCP_CONGESTION and TCP_USER_TIMEOUT to the socket module

2016-11-29 Thread Omar Sandoval
Omar Sandoval added the comment: Glad to see this finally get in :) -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue26273> ___ ___

[issue16142] ArgumentParser inconsistent with parse_known_args

2016-06-30 Thread Omar Sandoval
Changes by Omar Sandoval <osan...@osandov.com>: -- nosy: +Omar Sandoval ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue16142> ___

Re: EuroPython 2016 Keynote: Paul Hildebrandt

2016-06-02 Thread Omar Abou Mrad
Quick note: blog and conference schedule links in the europython.eu site's custom 404 page are incorrect. https://ep2016.europython.eu/en/foobarbaz/ On Tue, May 31, 2016 at 4:22 PM, M.-A. Lemburg wrote: > We are pleased to announce our next keynote speaker for EuroPython >

Re: Bash-like pipes in Python

2016-03-19 Thread Omar Abou Mrad
bcd12345xyz" | Filter(str.isdigit) | Map(int) | Reduce(mul) > 120 > > <..snip..> > Would be nice if this was possible: >>> get_digits = Filter(str.isdigit) | Map(int) >>> 'kjkjsdf399834' | get_digits Also, how about using '>>' instead of '|' for "Forward chaining" Regards, Omar -- https://mail.python.org/mailman/listinfo/python-list

Re: Bash-like pipes in Python

2016-03-19 Thread Omar Abou Mrad
On Wed, Mar 16, 2016 at 5:39 PM, Steven D'Aprano <st...@pearwood.info> wrote: > On Thu, 17 Mar 2016 02:22 am, Omar Abou Mrad wrote: > > > Would be nice if this was possible: > > > >>>> get_digits = Filter(str.isdigit) | Map(int) > >>>> 'kjk

[issue26273] Expose TCP_CONGESTION and TCP_USER_TIMEOUT to the socket module

2016-02-03 Thread Omar Sandoval
New submission from Omar Sandoval: The socket module is missing a couple of TCP socket options: TCP_CONGESTION was added to Linux in v2.6.13 and TCP_USER_TIMEOUT was added in v2.6.37. These should be exposed. -- components: Library (Lib) files: socket_tcp_options.patch keywords: patch

I can not install matplotlib, numpy, scipy, and pandas.

2016-01-06 Thread Omar Ray via Python-list
ro grams\\python\\python35-32\\lib', 'C:\\', 'c:\\users\\---\\appdata\\local\\progr ams\\python\\python35-32\\libs'] NOT AVAILABLE How do I download matplotlib and the other packages mentioned in the subject line? -Omar Ray -- https://mail.python.org/mailman/listinfo/python-list

Re: Pylint 1.5.0 / Astroid 1.4.1 released

2015-12-01 Thread Omar Abou Mrad
On Tue, Dec 1, 2015 at 1:42 AM, Claudiu Popa wrote: > Hello, > > > I'm happy to announce you the release of Pylint 1.5.0, > respectively Astroid 1.4.1. > > > > Claudiu > -- > https://mail.python.org/mailman/listinfo/python-list > Awesome! Congrats! --

[issue18848] In unittest.TestResult .startTestRun() and .stopTestRun() methods don't work

2015-11-17 Thread Omar Diab
Omar Diab added the comment: I found out about this while writing my own test runner, and investigated it in an answer to a StackOverflow question here: https://stackoverflow.com/questions/32920025/how-do-i-use-unittest-testresult/33770125#33770125 The startTestRun() method is supposed

Re: Where is 'palindrome' defined?

2015-06-01 Thread Omar Abou Mrad
On Mon, Jun 1, 2015 at 7:46 AM, fl rxjw...@gmail.com wrote: Hi, When I search solution of reverse a string/number, I came across a short function online: def palindrome(num): return str(num) == str(num)[::-1] I thought that it is a general function. And with the following

Re: HELP!! How to ask a girl out with a simple witty Python code??

2015-03-09 Thread Omar Abou Mrad
On Thu, Mar 5, 2015 at 3:34 AM, Xrrific xiaok...@gmail.com wrote: Guys, please Help!!! I am trying to impress a girl who is learning python and want ask her out at the same time. Could you please come up with something witty incorporating a simple python line like If...then... but..etc.

Re: Twitter Client on Terminal by Python

2014-07-15 Thread Omar Abou Mrad
? I checked your table definitions and if I'm not mistaken all you're using is Theme, Message, Tweet. My first question on that front is why are message and tweet stored locally? Are you doing local caching to speed things up? What about theme? Good job and take care! Regards, Omar On Sun, Jul 13

Re: Show off your Python chops and compete with others

2013-11-07 Thread Omar Abou Mrad
On Thu, Nov 7, 2013 at 2:00 AM, Nathaniel Sokoll-Ward nathanielsokollw...@gmail.com wrote: Thought this group would appreciate this: www.metabright.com/challenges/python MetaBright makes skill assessments to measure how talented people are at different skills. And recruiters use MetaBright

Re: class attribute confusion

2010-12-04 Thread Omar Abo-Namous
Am 03.12.2010 23:11, schrieb Arnaud Delobelle: OANprogramm...@toomuchcookies.net writes: Hi, i was having a problem with class attributes initiated outside of __init__. This code is a demonstration of what i mean: class A(): mylist = [] def __init__(self):

Programming Language that is Spreadsheet/Table Based

2006-11-03 Thread Omar
I'm looking for a programming language or module that sorta looks and feels like MS Excel (I love and think in tables), yet has the power and open-endedness of python or javascript. I'm still pretty new to python. any ideas? i've been having some fun with VBA in excel, but I want something I

Re: More Noob Questions

2006-10-27 Thread Omar
thank you all for your replies -- http://mail.python.org/mailman/listinfo/python-list

Music Theory Programming Google Group

2006-10-27 Thread Omar
I've been learning some programming during my little sabbatical (mostly python), and I thought it'd be cool to see if other people are interested in programming for music theory. So I started a Music Theory Programming google group. Consider yourselves invited! It'll be a place for people with

Re: More Noob Questions

2006-10-27 Thread Omar
Roberto Bonvallet wrote: Omar wrote: more to come! Please, use a more meaningful subject next time, like Integration of Python and Flash or Where can I find vido tutorials. That way it will be easier to people that knows about the subject to find your message and answer you. And please

Re: Music Theory Programming Google Group

2006-10-27 Thread Omar
see you over there! -- http://mail.python.org/mailman/listinfo/python-list

More Noob Questions

2006-10-18 Thread Omar
Hi all...this is a good group so I'm sure you'll tolerate some more noobish questions... 1) I'm also learning to program flash movies while I learn to do python. How can one implement flash movies into their python code? 2) besides Chieh's tutorials on the python.org site, anyone know of any

Re: Looking for the Perfect Editor

2006-09-13 Thread Omar
thank you claudio for your comprehensive answer. I will work on it. -- http://mail.python.org/mailman/listinfo/python-list

Re: Looking for the Perfect Editor

2006-09-12 Thread Omar
thanks for all the responses... I'm liking the way ulipad and scite work I'd switch to ulipad entirely if I canget to recognize the python interpreter in the preferences menu. I can't seem to figure that out. Also, I'm highly interested in getting the snippets manager working. any ideas? --

Re: Looking for the Perfect Editor

2006-09-09 Thread Omar
I've been using scite the last few days, and have also been experimenting with ulipad. thanks, again -- http://mail.python.org/mailman/listinfo/python-list

Re: Looking for the Perfect Editor

2006-09-08 Thread Omar
thanks for the suggestions, fellas -- http://mail.python.org/mailman/listinfo/python-list

Re: Looking for the Perfect Editor

2006-09-08 Thread Omar
thanks for the suggestions, fellas -- http://mail.python.org/mailman/listinfo/python-list

3 Simple Questions About Python/IDLE

2006-09-07 Thread Omar
1) why don't python / idle use numbered lines in their scripting, like basic? how do you keep track of large batches of code without them? 2) in IDLE, how do you save a program such that it can be run, say from windows the run function? 3) are most of you doing your script editing in IDLE or

Re: 3 Simple Questions About Python/IDLE

2006-09-07 Thread Omar
thanks -- http://mail.python.org/mailman/listinfo/python-list

Re: 4 Simple Questions About Python/IDLE

2006-09-07 Thread Omar
thanks. i have saved and double clicked as suggested. when I save and double click a simple hello program, the bw python shell briefly comes up, then disappears. is this how it should work? -- http://mail.python.org/mailman/listinfo/python-list

Re: 4 Simple Questions About Python/IDLE

2006-09-07 Thread Omar
thank you genteman. however, its not working :( I resaved it, but same thing. -- http://mail.python.org/mailman/listinfo/python-list

Re: 4 Simple Questions About Python/IDLE

2006-09-07 Thread Omar
sure... print hello world hello world t=raw_input('Hit return to continue') I'm saving it as helloworld11, then double clicking the icon I saved it as. -- http://mail.python.org/mailman/listinfo/python-list

Re: 4 Simple Questions About Python/IDLE

2006-09-07 Thread Omar
okay... I got to work using the SCITE editor with print hello world # here we are once again raw_input(press return) cool! -- http://mail.python.org/mailman/listinfo/python-list

Re: 4 Simple Questions About Python/IDLE

2006-09-07 Thread Omar
I'm working through a tutorial, http://swaroopch.info/text/Byte_of_Python:Control_Flow, and I sorta can't get through the tutorial without overcoming these little speedbumps. This is why I'm asking these questions. -- http://mail.python.org/mailman/listinfo/python-list

Looking for the Perfect Editor

2006-09-07 Thread Omar
I'd love the perfect editor that would be: a) free b) enable me to drag and drop code snippets from a sort of browser into the code c) can run programs right from within d) can edit - PYTHON - Javascript - HTML - actionscript (since I'm also learning flash) e) easy to

Script Bug?

2006-09-06 Thread Omar
okay,I'm going through this python tutorial, and according to the tutorial, I can type this: [code] myList = [1,2,3,4] for index in range(len(myList)): myList[index] += 1 print myList [/code] however, in my IDLE python shell, when I type [code] myList = [1,2,3,4] for index in

Re: Script Bug?

2006-09-06 Thread Omar
no, i put those there. i have restarted IDLE and it now works. a friend told me it was a bug in IDLE. I'd like to try activepython, but i can't dl it from work (that site is blocked for some reason). anybody got the install for it, or a mirror location for it? --

some n00b question

2006-08-11 Thread Omar
I'm learning how to program python. a few questions a) I'm mostly interested in creating exe's that have to do with music -- things to help me keep track of chord progressions, transpositions, etc. can anyone point me in the direction of resources on this? b) I'm also interested in created

Re: some n00b question

2006-08-11 Thread Omar
John Salerno wrote: Omar wrote: b) I'm also interested in created GUI's sooner rather than later. Can anyone point me to a fast track to doing GUI's on python? I recommend reading wxPython in Action. It's a great starter and reference to the wxPython GUI toolkit. Tkinter is usually

Re: some n00b question

2006-08-11 Thread Omar
Gerard Flanagan wrote: Omar wrote: I'm learning how to program python. a few questions a) I'm mostly interested in creating exe's that have to do with music -- things to help me keep track of chord progressions, transpositions, etc. can anyone point me in the direction of resources