Re: [Tutor] 510k Submission for Device and Software Changes New Guidance
Apologies for the spam, I hit the wrong button on the moderation pane. Alan G. On 16/02/18 13:49, Webcompliancepanel wrote: >[1]A Regulatory Perspective: FDA's[2]OCP_Logo >New Guidance's Deciding When to Call 510-857-5896 >Submit a 510(k) for Device & 38780 Tyson Lane Suite 210 Fremont, >Software Changes CA-94536 >LIVE WEBINAR >Date: Monday, 12 March 2018 >Time: 10:00 AM PDT | 01:00 PM EDT ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor
[Tutor] How to get all previous revision entries of a wikipedia page?
Hello, I'm doing research for a compsci group. I'm new at Python, and my task is the use the Wikipedia API to get all the previous revision entries of a Wikipedia page and collect them in one list. Now, I'm totally lost on how to do this. I have never used a API before, and I'm not sure how to use the Wikipedia API. Is there any resource anyone can point me to to help me do this? To not only use the API but to also parse through all the previous edits? Thanks ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor
Re: [Tutor] How to get all previous revision entries of a wikipedia page?
On 16/02/18 22:50, Daniel Bosah wrote: > Now, I'm totally lost on how to do this. I have never used a API before, > and I'm not sure how to use the Wikipedia API. Is there any resource anyone > can point me to to help me do this? To not only use the API but to also > parse through all the previous edits? A Google search for Wikipedia API Python led me to this article: http://2015.compjour.org/tutorials/exploring-wikipedia-api-via-python/ It covers basic use of the API to retrieve data and the lxzml parser to extract fields from the returned XML It should get you started. -- Alan G Author of the Learn to Program web site http://www.alan-g.me.uk/ http://www.amazon.com/author/alan_gauld Follow my photo-blog on Flickr at: http://www.flickr.com/photos/alangauldphotos ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor