News

Methods When communicating with an API, we tend to use four methods: GET — Used to retrieve information from the API. POST — Creates a new resource (e.g., a GitHub repo).
This session is the second in a five-part series that builds basic skills in Python programming toward working with text-based data in PUL’s collections. Other workshops in the series include ...
Django is a Python-based REST framework used frequently by developers to build extremely fast and reliable APIs. The tool supports templating, routing, forms, authentication and management tools ...
In “Working with APIs (part 1),” I talked about the concept of the API, why you might want to work with APIs, and what you will need to get started. In this second installment, I’ll discuss ...
Bluesky Python and JavaScript SDKs If you ever want to automate your social media posts, but Twitter's barriers to entry were too high -- or you just want to move to a different platform altogether -- ...
Positron is Posit's new, free IDE for data science. Users can work with Python and R. It explicitly does not replace RStudio.
Find out what makes Python a versatile powerhouse for modern software development—from data science to machine learning, systems automation, web and API development, and more.
This is the first in a series of “ProfHacker 101" posts on working with APIs (Application Programming Interfaces). Coverage in this post includes an introduction to the concept of the API, why ...