pyvec / naucse.python.cz

Website with learning materials / Stránka s učebními materiály
https://naucse.python.cz
Other
322 stars 118 forks source link

MI-PYT MicroPython - použít urequests #181

Open encukou opened 7 years ago

encukou commented 7 years ago

Už by nemělo být potřeba používat přímo sockets.

import urequests
urequests.get('http://...')
vlinhart commented 7 years ago

ale to neni soucasti standard buildu co se da stahnout ne? si tam musis dohrat tu knihovnu napred?

encukou commented 7 years ago

Mela by to byt soucast oficialniho buildu

On Aug 26, 2017 5:35 PM, "vlinhart" notifications@github.com wrote:

ale to neni soucasti standard buildu co se da stahnout ne? si tam musis dohrat tu knihovnu napred?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/pyvec/naucse.python.cz/issues/181#issuecomment-325138868, or mute the thread https://github.com/notifications/unsubscribe-auth/AASfSvx792qVeZSqEg4EYaX-BlJ26SB6ks5scDskgaJpZM4O8Suc .

hroncok commented 7 years ago

Unixová varianta micropythonu verze 1.9.2 to nemá.

encukou commented 6 years ago

Kde to není, tam by teoreticky mělo jít něco jako:

import upip
upip.install('urequests')

Ale ještě jsem to pořádně nezkoušel.