Hi All,
Lately, I've been working on a ipython notebook tutorial for beginners. The
idea is that, those who have basic idea about computers should be able to
pick up python very easily.
https://bitbucket.org/atmb4u/python-live/
I have completed 25 chapters. Would love some reviews, suggestions a
Hi,
You can make use of sqlite database also.
And for the structure, you can create a single table and different columns
for the fields like name, number etc.
You can get more details over here.
http://docs.python.org/library/sqlite3.html
Thanks,
Anoop Thomas Mathew
atm
___
Life is short, Live
On 14 August 2012 12:04, Simon Cropper
wrote:
> Hi Everyone,
>
> I just had a great idea for a new python module. I haven't bothered
> googling it or doing any research.
>
> I need help putting together some code; today preferably, my boss is on my
> back. Can someone please contribute a functioni
Chronic Asthma. He was hospitalized yesterday, and passed away today.
On 3 August 2012 20:45, Marcin Tustin wrote:
> What happened to him? He was posting on this list in the last week?
>
> On Fri, Aug 3, 2012 at 11:12 AM, Anoop Thomas Mathew wrote:
>
>> With my heartfelt co
d the PyCon India, done a lot of workshops on Python and was
an active member in the Django user group.
Anoop Thomas Mathew
--
http://mail.python.org/mailman/listinfo/python-list
@group: Sorry for the mistake.
@Hemanth: Thank You for pointing out.
I just realized that, we should not copy paste from the console. :)
atm
___
Life is short, Live it hard.
On 14 June 2012 13:09, Hemanth H.M wrote:
> @Annop Nice one, but you seem to have missed a parenthesis.
>
> >>> list(l
Hi,
You can use literal_eval from ast package.
>>> from ast import literal_eval
>>> list(literal_eval("'aa','bb','cc'")
this will return ['aa', 'bb', 'cc']
Thanks,
Anoop Thomas Mathew
atm
___
Life is short
Hi,
You can try using ssh -X xxx.xxx.xxx.xxx for GUI ssh connection.
Thanks,
Anoop Thomas Mathew
atm
___
Life is short, Live it hard.
On 28 March 2012 06:21, goldtech wrote:
> Hi,
>
> I have a WinXP PC running an SSH server and I have a Linux PC with an
> SSH client and log