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
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
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:
>
>
>
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
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' |
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
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
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:
>
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
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
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
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
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
see you over there!
--
http://mail.python.org/mailman/listinfo/python-list
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
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
thank you all for your replies
--
http://mail.python.org/mailman/listinfo/python-list
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
thank you claudio for your comprehensive answer. I will work on it.
--
http://mail.python.org/mailman/listinfo/python-list
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?
--
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
thanks for the suggestions, fellas
--
http://mail.python.org/mailman/listinfo/python-list
thanks for the suggestions, fellas
--
http://mail.python.org/mailman/listinfo/python-list
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
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
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
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
thank you genteman.
however, its not working :(
I resaved it, but same thing.
--
http://mail.python.org/mailman/listinfo/python-list
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
thanks
--
http://mail.python.org/mailman/listinfo/python-list
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
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
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
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
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
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'
36 matches
Mail list logo