How to upload data taken from python program to online server? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to upload data taken from python program to online server?

Suppose if i made a game and i want to take the hi-scores of players playing that game and upload it to a database. Later when another player plays the game when he looks at score board i want to bring data stored in database and paste it here. How to do this?

19th Jun 2020, 5:56 AM
Mohammad Ansah Kuriyodath
Mohammad Ansah Kuriyodath - avatar
1 Answer
+ 2
Examine the code below by Kirk Schafer where the state of the game is saved in a Google doc. That's one of the options, of course: https://code.sololearn.com/cx84c2P4zMgt/?ref=app
19th Jun 2020, 10:07 AM
Kuba Siekierzyński
Kuba Siekierzyński - avatar