> I am learning Python 3 for fun and as hobby. I am experienced in C#,
> ASP.Net. I want to gain more knowledge in Python. Can somebody
> please suggest open source projects/sites?
Greetings Mitesh, and welcome to Python!
Others will have more advice to give on specific projects, but I would
I am learning Python 3 for fun and as hobby. I am experienced in C#,
ASP.Net. I want to gain more knowledge in Python. Can somebody please
suggest open source projects/sites?
Thanks
Warm Regards,
Mitesh H. Budhabhatti
___
Tutor maillist - Tutor@pyth
On 16.07.2014 13:49, Jose Amoreira wrote:
Hello
I wrote a function that, given a list of numbers, finds clusters of
values by proximity and returns a reduced list containing the centers of
these clusters. However, I find it rather unclear. I would appreciate
any comments on how pythonic my functi
On 16/07/14 12:49, Jose Amoreira wrote:
Hello
I wrote a function that, given a list of numbers, finds clusters of
values by proximity and returns a reduced list containing the centers of
these clusters. However, I find it rather unclear. I would appreciate
any comments on how pythonic my function
Hi!
On 07/16/2014 10:14 PM, Wolfgang Maier wrote:
careful here: you just stored a tuple instead of a list; doesn't matter
for your current implementation, but may bite you at some point.
Oh, you're right. Silly mistake, even if harmless for the application I
have in mind.
else:
On 16.07.2014 10:04, jarod...@libero.it wrote:
Hi there!!!
I have a file with this data
['uc002uvo.3 ', 'uc001mae.1']
['uc010dya.2 ', 'uc001kko.2']
['uc003ejx.2 ', 'uc010yfr.1']
['uc001bhk.2 ', 'uc003eib.2']
['uc001znc.2 ', 'uc001efn.2']
['uc002ycq.2 ', 'uc001vnh.2']
['uc001odf.1 ', 'uc002mwd.2'
2014-07-16 4:04 GMT-04:00 jarod...@libero.it :
> Hi there!!!
> I have a file with this data
> ['uc002uvo.3 ', 'uc001mae.1']
> ['uc010dya.2 ', 'uc001kko.2']
>
> I want to replace of the things after the dots, so I want to have a file
> with
> this output:
>
> ['uc002uvo ', 'uc001mae']
> ['uc010
Hello
I wrote a function that, given a list of numbers, finds clusters of
values by proximity and returns a reduced list containing the centers of
these clusters. However, I find it rather unclear. I would appreciate
any comments on how pythonic my function is and suggestions to improve
its re
By the way, those look like gene locus names. Reminds me of the ones
I saw when I worked at arabidopsis.org. e.g.:
http://www.arabidopsis.org/servlets/TairObject?id=1000638674&type=gene
___
Tutor maillist - Tutor@python.org
To unsubscribe or chang
Hi Jarod,
Ah. Note the extra space on the first column elements. For example,
one of your inputs that you've split on tabs:
['uc011lyh.1 ', 'uc003jvb.2']
If you look really closely, you'll see the whitespace at the end of
"uc011lyh.1". That's why the regex isn't matching.
Good luck!
Hi there!!!
I have a file with this data
['uc002uvo.3 ', 'uc001mae.1']
['uc010dya.2 ', 'uc001kko.2']
['uc003ejx.2 ', 'uc010yfr.1']
['uc001bhk.2 ', 'uc003eib.2']
['uc001znc.2 ', 'uc001efn.2']
['uc002ycq.2 ', 'uc001vnh.2']
['uc001odf.1 ', 'uc002mwd.2']
['uc010jkn.1 ', 'uc010luk.1']
['uc003uhf.3 ', '
11 matches
Mail list logo