Jump to content

OFNF

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by OFNF

  1. Thanks for the reply yeah I suspect something along these lines but i am fairly new to working with API and up till now have only really used PowerShell to test curl commands available in the wonde api documentation
  2. that would be great any information you may have/Scripts would be welcomed. just beginning my journey into the world of APIs and the more info i can gather the better!
  3. Good Afternoon all, I am wanting to use the Wonde API to extract data from sims into excel. the one bit that seems to be stumping me is Pagination and how to pull for example all pupil records at once or is this not possible. i have managed to pull the page 1 through with this = Json.Document(Web.Contents("https://api.wonde.com/v1.0/schools/A12345678910/students?include=registration,year,contact_details,extended_details&per_page=200&page=1")) but is there a way in the syntax that will do all pages or is there a way of indexing how many pages and parsing through? any thoughts would be appreciated.
  4. Excellent I shall investigate. thank you for the reply!
  5. Hello All, does anyone know if there is a reg key I can deploy out that would enable line numbers by default in IDLE? or if there is a config file I can push out for this?
  6. tried that location and weirdly there isnt anything in appdata pertaining to Python. odd as there isnt a redirect for this and its just a standard install of IDLE
  7. Hey thanks for your reply. yeah it seems once they have done this once doesnt seem to matter what module I try to import it still holds onto this issue.
  8. Hi All, I have had a few students having issues with running modules in Python. I have discovered what is happening they are trying to use turtle and creating a module called Turtle.py then trying to run the module they get an error as its trying to import the file rather than the module. once it has broken it writes something to their data folder because as soon as i gave my test account a fresh data path it sorts it. does anyone know locations that IDLE writes to so i can try and clear those files rather than creating new data paths for students with the issue. Cheers, OFNF
×
×
  • Create New...