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 > casesolutionsce

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 > 2016: > > >

Re: Bash-like pipes in Python

2016-03-19 Thread Omar Abou Mrad
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 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) > >>>> 'kjkjsdf399834' |

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

2016-01-06 Thread Omar Ray via Python-list
e not found in ['c:\\users\\---\\appdata\\local\\pro 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! -- https://mail.python.org/mailman/listinfo/p

Re: Where is 'palindrome' defined?

2015-06-01 Thread Omar Abou Mrad
On Mon, Jun 1, 2015 at 7:46 AM, fl 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 variable: >

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 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. > > You will m

Re: Twitter Client on Terminal by Python

2014-07-14 Thread Omar Abou Mrad
hemy dependency? 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! Regard

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 MetaB

Re: class attribute confusion

2010-12-04 Thread Omar Abo-Namous
Am 03.12.2010 23:11, schrieb Arnaud Delobelle: OAN 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): self.mylist.append(1) pass class B(A

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 can

Re: "Music Theory Programming" Google Group

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

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 subj

"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 d

Re: More Noob Questions

2006-10-27 Thread Omar
thank you all for your replies -- 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 oth

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

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 l

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

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
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
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
thanks. i have saved and double clicked as suggested. when I save and double click a simple "hello program", the b&w python shell briefly comes up, then disappears. is this how it should work? -- http://mail.python.org/mailman/listinfo/python-list

Re: 3 Simple Questions About Python/IDLE

2006-09-07 Thread Omar
thanks -- 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 s

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? -- http://mail.python.org/mailma

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 range(l

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, > &g

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 > re

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 GUI'