Andrea Ambu

2,578
reputation
458 views

Registered User

name Andrea Ambu
member for 1 year
seen 14 hours ago
website
location Italy
age 21
I'm italian and I study Electronic Engineering.
1d
awarded  
Dec
19
comment Tech Books you have but never read
is it a tech book?
Dec
17
asked How to speed up Android Emulation?
Dec
12
answered How to override ord behaivour in Python for str childs?
Dec
12
comment return variable outputs in Python function?
No. -------15char-------
Dec
12
comment How to send EOF to Python sys.stdin from commandline? CTRL-D doesn’t work.
ahi quanto a dir qual era è cosa dura... great example and great text sample!
Dec
8
revised Conway’s Life: Iterate over a closed universe in Python
grammar
Dec
8
answered Iteration in a single line
Dec
5
answered Given a function which produces a random integer in the range 1 to 5, write a function which produces a random integer in the range 1 to 7
Dec
4
awarded  Notable Question
Dec
3
awarded  Disciplined
Dec
1
answered Ranking Elements of multiple Lists by their count in Python
Nov
28
revised Code Golf: Ulam Spiral
deleted 3 characters in body
Nov
28
comment Code Golf: Ulam Spiral
aaaargh it was a \n in the end of the file, argh! down to 242 now, thanks! Maybe it can be shortened even more using indexes more wisely, I'm not sure yet though.
Nov
28
revised Code Golf: Ulam Spiral
AAAAAAAAAAAAAAAARGH
Nov
28
comment Code Golf: Ulam Spiral
Yeah very nice consideration, i'm still wondering how to use just one return and gain one more char
Nov
28
revised Code Golf: Ulam Spiral
deleted 8 characters in body; deleted 2 characters in body
Nov
28
revised Code Golf: Ulam Spiral
added 18 characters in body
Nov
28
comment Code Golf: Ulam Spiral
I shortened it a bit more, where do you think it could be shortened more?
Nov
28
revised Code Golf: Ulam Spiral
some shortening
Nov
27
answered Code Golf: Ulam Spiral
Nov
19
comment BeautifulSoup - easy way to to obtain HTML-free contents.
It works! Thank you!
Nov
17
revised BeautifulSoup - easy way to to obtain HTML-free contents.
grammar
Nov
17
asked BeautifulSoup - easy way to to obtain HTML-free contents.
Nov
15
answered What is this construct called in python: ( x, y )
Nov
9
comment Searching values of a list in another List using Python
I'm not sure about the reason, but using bpowah's test code the curve of the function that doesn't use itertools (the one I posted) is 99% of the time under the curve of the code using dropwhile. I don't know what partial and dropwhile do, I'm going to google for it.
Nov
9
comment Searching values of a list in another List using Python
"Simple is better than complex, good work alex! And nice test code bpowah|
Nov
8
revised Searching values of a list in another List using Python
typo nor -> not in the code
Nov
8
revised Searching values of a list in another List using Python
added 1 characters in body
Nov
8
revised Searching values of a list in another List using Python
added 274 characters in body
Nov
8
answered Searching values of a list in another List using Python
Oct
30
comment Python logging using a decorator
+1 for pippo e paperino, benvenuto :)
Oct
29
comment I’m a python beginner, dictionary is new
Is there a reason that makes you use .keys()? Is it different from: d3 = dict([(x, d2[d1[x]]) for x in d1 if d1[x] in d2])?
Oct
28
answered How to match string containing lots of \r\n\f using regular expressions?
Oct
22
revised Pythonic way to print a table
added 214 characters in body
Oct
22
comment Pythonic way to print a table
I didn't know that, thank you very much!
Oct
22
comment Pythonic way to print a table
what does **values mean? I saw ** only in parameters declaration (declaration of a function/method).
Oct
22
asked Pythonic way to print a table
Oct
22
awarded  Notable Question
Oct
20
comment Python/numpy tricky slicing problem
I commented on the question. I didn't downvoted this, but I think it got downvoted because of the unclear exposition. Try to provide an alternative working way to solve the problem or at least to explain the algorithm you'd like to be used in the details.
Oct
20
comment Python/numpy tricky slicing problem
@daver: can you post a proper example using a loop? for now the loop is the same as a[1:]=a[1].
Oct
20
comment Python/numpy tricky slicing problem
the for loop is the same of a[1:]=a[1]...
Oct
19
comment Python/numpy tricky slicing problem
I've just read his comment above. The question is pretty unclear so. The fist part of my post explain why it does not work as the OP thinks. I'm waiting for a question improvement to try to solve his problem. It is not clear as he would want to update it.
Oct
19
answered Python/numpy tricky slicing problem
Oct
18
accepted Is there a language designed for code golf?
Oct
18
answered Is there a language designed for code golf?
Oct
17
comment Code Golf: Lasers
@dmckee: no, it is insane
Oct
17
revised How to find last occurence of a number in a string using Ruby?
added 510 characters in body; added 2 characters in body; added 22 characters in body
Oct
17
answered How to find last occurence of a number in a string using Ruby?
Oct
15
revised Programming with English as second language. How to improve?
added 297 characters in body