Building GUIs with wxPython
Published by Arran Cardnell , Dec. 27, 2017
18 minute read 3 comments 9 likes 19342 views
![Building GUIs with wxPython](/media/images/Building_GUIs_with_wxPython.original.png)
Want to make your application a bit more user-friendly? Learn to build powerful and attractive looking GUIs using wxPython!
Scraping the Web with Beautiful Soup
Published by Arran Cardnell , Nov. 10, 2017
Requests Python Web Scraping BeautifulSoup
12 minute read 3 comments 4 likes 22145 views
![Scraping the Web with Beautiful Soup](/media/images/Scraping_the_Web_with_Beautiful_Soup.original.png)
No API for your favourite website? No problem. Scrape the data you want with Python and Beautiful Soup!
APIs and the Python Requests library
Published by Arran Cardnell , Oct. 11, 2017
10 minute read 0 comments 3 likes 14763 views
![APIs and the Python Requests library](/media/images/APIs_and_the_Python_Request_library.original.png)
Learn to use the Python Requests library to send HTTP/1.1 requests to some real-life APIs!