Sorry all, I managed to send that last email to wrong Python list.
-Kevin
On Jun 17, 2013, at 10:55 PM, Kevin LaTona wrote:
>
>
> First off what a fun meeting it was tonight with a great conversation.
>
> Let's do more of them.
>
>
>
> Next this is
First off what a fun meeting it was tonight with a great conversation.
Let's do more of them.
Next this is the link to that JSON Database I mentioned but could not recall
the name on.
http://www.rethinkdb.com/
RethinkDB overview
RethinkDB is built to store JSON documents, and scale to
arret"
wrote:
> That works beautifully! Thank you!
>
> I do have one question, what are urllib and urllib2 then? I figured that
> urllib2 is a newer version of the previous library (and one that I should
> be using). Am I missing something?
>
>
> On Thu, Jun
I did a quick test with url lib instead of urllib2 and got closer.
Problem right now is without ID code I can't check any further.
But it does look promising at this point.
If all else fails http://docs.python.org/2/library/urllib.html#examples
import urllib
f =
urllib.urlopen('https://use
>>Queries should be URL encoded; query string should be enclosed in %27
>>(apostrophe).
I was looking at the wrong column on the ascii chart,… so your %27 was correct
If you are getting in via a browser than it's url lib thing.
You might want to look at Requst lib as a possible option.
http
On Jun 13, 2013, at 7:42 AM, Kevin LaTona wrote:
> With the following code tweaks in Python 2.7.2, I find it works with VERBOSE
> for me, but not without.
Sorry had a small bleep while writing that last line this AM.
Of course the regex pattern would work in VERBOSE mode as that was
On Jun 12, 2013, at 5:59 PM, rice.cr...@gmail.com wrote:
> I am parsing the output of an open-iscsi command that contains several blocks
> of data for each data set. Each block has the format:
> Lastly, a version of this regex as a non-VERBOSE expression works as
> expected.. Something about