with.
The data in a file (streams of bytes) are encoded to represent unicode
characters. The stream must be decoded to recover the underlying
unicode. The unicode must be encoded when written to files. utf-8 is
just one of many possible encoding schemes.
--
Lloyd Kvam
Venix Corp
___
Tutor maillist - Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor
Python related, I've used the urllib2 libraries
to make SSL connections to a DAV (also spelled WebDav) server. This is
reasonably straightforward to program in Python, but the server side is
clumsy to setup.
--
Lloyd Kvam
Venix Corp
___
Tutor maillist - Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor
eel the lack of
ssh, rsync, and sshfs.
> ~r
> ___
> Tutor maillist - Tutor@python.org
> http://mail.python.org/mailman/listinfo/tutor
--
Lloyd Kvam
Venix Corp
___
Tutor maillist - Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor
ange(100):
> x=a[row,col]
> #if x!=0: print "?"
>
>
>
>
> ___
> Tutor maillist - Tutor@python.org
> http://mail.python.org/mailman/listinfo/tutor
--
Lloyd Kvam
Venix Corp.
1 Court Street, Suite 378
Lebanon, NH 03766-1358
voice: 603
alls. Great
> rates starting at 1ยข/min.
> ___
> Tutor maillist - Tutor@python.org
> http://mail.python.org/mailman/listinfo/tutor
--
Lloyd Kvam
Venix Corp.
1 Court Street, Suite 378
Lebanon, NH 03766-13
r maillist - Tutor@python.org
> http://mail.python.org/mailman/listinfo/tutor
--
Lloyd Kvam
Venix Corp.
1 Court Street, Suite 378
Lebanon, NH 03766-1358
voice: 603-653-8139
fax:320-210-3409
___
Tutor maillist - Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor
I compliant. There seemed to be more documentation there, and I
> figured it's a good idea to go with the standard. However, it does
> seem like I'm covering ground I'm sure someone else has already
> crossed when I create these re functions to manipulate queries. For
> inserts, at least, it seems a Python dictionary should be able to do
> the job nicely.
>
> gabe
--
Lloyd Kvam
Venix Corp
--
Lloyd Kvam
Venix Corp
___
Tutor maillist - Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor
use the NotImplementedError exception now in my
code as the place holder.
--
Lloyd Kvam
Venix Corp
___
Tutor maillist - Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor
entation.
http://www.iana.org/assignments/uri-schemes
--
Lloyd Kvam
Venix Corp
___
Tutor maillist - Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor
x27;ll find the local LUGs will welcome Python folks, even those
using Macs and Windows.
--
Lloyd Kvam
Venix Corp
___
Tutor maillist - Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor
code for the newer releases.
You'll be able to rely on yum to install software and keep the system
humming along.
yum install MySQL-python
will determine which packages are needed, and download and install them.
--
Lloyd Kvam
Venix Corp
___
I replied earlier from a digest entry (which starts a new thread) so you might
have missed that reply.
I included a URL for the mssql package which included the compile instructions
for using freetds.
Here is the link. Just follow the instructions and you should be able to
compile cleanly.
http
The freetds project talks to Sybase and mssql
http://www.freetds.org/
http://mail.python.org/pipermail/db-sig/2005-April/004403.html
A new sybase module has been released. Note the instructions for
installing with freetds.
--
Lloyd Kvam
Venix Corp
d to use the function provided by the RDBMS that is tied to your
connection/cursor so that you retrieve the primary_key that was assigned
to *your* record.
(I understood your request to be looking for the primary_key
auto-assigned to your insert statement)
--
Lloyd Kvam
Venix Corp
__
sync with the Node classes that you write. You
also face a similar issue keeping Application.py and Toolkit.py in sync.
--
Lloyd Kvam
Venix Corp
___
Tutor maillist - Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor
A minor addition to Kent's advice:
urllib2 can be used to post form data to a web site.
This is very convenient if the expected data format is stable. You will
still need the urlencode from urllib to encode the data to be posted.
--
Lloyd Kvam
Venix
he problem comes when you
create
class Mybetterlist(Mylist):
...
When a Mybetterclass instance provides the self,
super(self.__class__, self)
is Mylist. So you recurse into the same __getslice__ that you started
with instead of getting Mylist's super class.
I think (untes
17 matches
Mail list logo