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).
Talking to the internet with Python sounds scary, right? Fortunately, the internet has been in good hands for a long time. Our methods for talking to the internet are well established and ...
Typed Python This is a bigone: FastAPI makes use of Python 3.6 type declarations (thanks to Pydantic). This means that it uses a Python feature that allows you to specify the type of a variable. And ...
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 ...
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 -- ...
As Python evolves and adapts, the libraries used with it for common tasks evolve, too. FastAPI may be one of the newer web frameworks, but it’s already achieved major prominence thanks to its ...
Overview The right Python libraries can dramatically improve speed, efficiency, and maintainability in 2025 ...
Learn the eight powerful Python web frameworks you can use to develop APIs now.
Positron is Posit's new, free IDE for data science. Users can work with Python and R. It explicitly does not replace RStudio.