So creating small programs that automate my day specifically logins, how
can one "hash" or hide the user and pass items in the python script itself?
I need to prevent someone from easily seeing or accessing these if they
happen to gain access to my python files. Thanks in advance.
_
Tutor-
Ok newbie to coding here attempting to build controlled web scraper and
have followed several books-tutorials and am failing at step one.
This is the 3.3.1 code I am trying to run..
===
import urllib.request
htmltext = urllib.request.urlopen("http://google.com";).read
print htmltext
===
All-
Newb here so apologies upfront.
Attempting timestamp translation via python importing info from sqlite
datetime item in firefox ,'1369751000393000'. Typical unix date time
translation fails. I noted micro second addition but even
'1369751000393000' / 1e6 does not get a chew-able range, at le
title = three days lost and counting...
Thanks in advance all:
Ok- I want to work with data in FFox, specifically a sqlite db found here..
'C:\Users\Hive2\AppData\Roaming\Mozilla\Firefox\Profiles\zabt0uq4.default\places.sqlite'
...more specifically my FFox history found in a table 'moz_places'.
27 program and use results in python33?
Thank you in advance!
Another nightmare is stripping-cleaning google search results into clean
url lists... but I will defer to another post for that mess.
Thanks again in advance
Paul Smith
+++
Two Kinds of Intelligence
There are two kinds of intelligenc
in advance!
Paul Smith
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
h our script.
-Paul
On Thu, Oct 10, 2013 at 5:49 PM, Oscar Benjamin
wrote:
> On 10 October 2013 22:28, Paul Smith wrote:
> > Ok experts I need to protect username and password items in some
> Python3.3
> > code I am writing.
>
> I'm not an expert on this subject but...
Ok Tutor help please...
Early stages messing with module sqlite3 in python3.4. I am successful in
creating sqlite tables of my own and interacting with other sqlite tables,
however in refining the code from a purely "it can do it" stage to a more
stable working piece of code I run into this proble