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 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 ...
As one of the most popular, versatile, and beginner-friendly programming languages, Python can be used for a variety of tasks from analyzing data to building websites. This workshop explores how to ...
Learn the eight powerful Python web frameworks you can use to develop APIs now.
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.
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 -- ...
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 ...