Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
college grades checking
#3
(Sep-04-2017, 04:19 PM)Larz60+ Wrote: you can start by writing a list in plain language the steps that you think are needed.
then break each step into components that relate to code:
For example:  

Hey hello! Thanks for reply!
Here is what i came up with so far:

import requests
url = 'http://college.com/php'
values = {'username': 'user',
'password': 'pass'}

r = requests.post(url, data=values)
print r.content

url= "http://college.com/grades"
And im stuck Wall , dunno what else to do
Reply


Messages In This Thread
college grades checking - by marfly32 - Sep-04-2017, 04:06 PM
RE: college grades checking - by Larz60+ - Sep-04-2017, 04:19 PM
RE: college grades checking - by marfly32 - Oct-04-2017, 01:49 PM
RE: college grades checking - by Larz60+ - Oct-04-2017, 03:45 PM
RE: college grades checking - by marfly32 - Oct-04-2017, 06:02 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020