[Tutor] PyQuery

bob gailer bgailer at gmail.com
Wed Mar 9 19:09:55 CET 2011


On 3/9/2011 11:52 AM, Okta Satria wrote:
>
> Dear All,
>
> I'm new in python programming. Now I'm learning about dictionary and 
> PyQuery. Could someone help me to read this table please:
>
> http://id.wikipedia.org/wiki/Tabel_perbandingan_ukuran_jarum_hipodermik
>
> end the result is in nested dictionary like this:
>
> 'Jarum' : 'Guage', 'Perkiraan Diameter Luar' : ['mm', 'inchi', 
> 'toleransi'], 'Perkiraan Diameter Dalam' : ['mm', 'inchi', 'toleransi']
>
> then:
>
> Jarum -> Guage -> 10, 11, 12 and so on
> Perkiraan Diameter Luar -> mm -> 3.404, 3.048, 2.769 and so on
> Perkiraan Diameter Luar -> inchi -> 0.1340, 0.1200, 0.1090 and so on
> .
>
This is a rather advanced question for a tutor list!

It is also pretty vague.

I took a look at the table and at PyQuery. It is hard for me to tell how 
PyQuery relates to that table.

What have you tried? What results did you get? Why PyQuery as opposed to 
another html tool such as Beautiful Soup?

The more you can tell us the easier it is for us to help.

-- 
Bob Gailer
919-636-4239
Chapel Hill NC

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20110309/511bb103/attachment.html>


More information about the Tutor mailing list