how can I retrieve a particular tweet, having its tweet id?

2013-09-23 Thread Andres Soto
 how can I retrieve a particular tweet, having its tweet id, and the username, the date and the language? Regards Andrés Soto -- https://mail.python.org/mailman/listinfo/python-list

pydelicious documentation

2012-10-09 Thread Andres Soto
Does somebody know where I can get the documentation for pydelicious? The documentation links ("For code documentation see doc/pydelicious or doc/dlcs.py.") in http://packages.python.org/pydelicious/README.html#id3  gave me  404 Not Found nginx/1.1.19   Prof. Dr.

convert integer to string

2012-04-29 Thread Andres Soto
I have already >>> import string >>> from string import * but I can not still convert an integer to string >>> str(42) Traceback (most recent call last):   File "", line 1, in     str(42) TypeError: 'module' object is not callable >>>  What is it wrong? Thank you   Prof. Dr. Andrés Soto DES DACI

How I can draw the grid lines at intervals with step=1?

2012-04-02 Thread Andres Soto
Hi I am trying to draw a step (or staircase) function. My points are all integers. I would like that the grid lines help to identify the limits of each line, but when I draw the grid, it is set each 5 units. How can I draw the grid lines at intervals with step=1? Thanks for your help in advance R

Re: How can I verify if the content of a variable is a list or a string?

2012-01-31 Thread Andres Soto
okok, my mistake is that I was using string in place of str. Thank you!! regards Prof. Dr. Andrés Soto DES DACI UNACAR > > From: Noah Hall >To: Andres Soto >Cc: "python-list@python.org" >Sent: Tuesday, January 31, 2012 6:58 P

How can I verify if the content of a variable is a list or a string?

2012-01-31 Thread Andres Soto
Hi, I'm writing a function which receive a list which elements are strings or new lists (sublists) containing strings. How can I verify if sone element of the list (which is contained in a variable) is a list or a string? I found the method isinstance(object,class) but I don't know which class

Re: a little help

2012-01-05 Thread Andres Soto
Please, see my comments between your lines. Thank you very much for your explanation! > > >From: Lie Ryan >To: python-list@python.org >Sent: Thursday, January 5, 2012 2:30 AM >Subject: Re: a little help > >On 01/05/2012 11:29 AM, Andres Soto wrote: >> my mistake i

Re: a little help

2012-01-05 Thread Andres Soto
could you be a little bit more explicit. I am a begginer and I don't understand you quite well Thanks Andres Soto > > From: 8 Dihedral >To: python-list@python.org >Cc: python-list@python.org >Sent: Thursday, January 5, 2012 2:48 AM &g

Re: a little help

2012-01-04 Thread Andres Soto
>To: python-list@python.org >Sent: Wednesday, January 4, 2012 6:02 PM >Subject: Re: a little help > >I think you meant to send that to the list; hope you don't mind my >replying on-list. > >On Thu, Jan 5, 2012 at 10:56 AM, Andres Soto wrote: >> the problem is tha

a little help

2012-01-04 Thread Andres Soto
Hi, I am new using Python, although I have experience using other programming languages like Pascal, FORTRAN, C, Prolog, etc. I am using IDLE Editor for Python in coordination with the command line interface. My situation is the following: I am developing some code. I use the IDLE Editor to write