top of page
Austin
Jan 12, 20231 min read
How to resize an image with Python
You can use the Python PIL (Python Imaging Library) module to resize an image. Here is an example of how to use PIL to resize an image...
6 views0 comments
Austin
Jan 4, 20231 min read
How to make an HTTP Request with Python
To make an HTTP request in Python, you can use the requests library. Here's an example of how to send a GET request to the Python...
4 views0 comments
Austin
Mar 11, 20222 min read
How to install Node using Node Version Manager - NVM
We will be going over the steps that it will take to install Node using Node Version Manager (NVM) on Linux Ubuntu 18.04. Even though I...
3 views0 comments
Austin
Mar 2, 20221 min read
Useful Docker Links
This post lists useful Docker resources that I have found myself visiting often. Bookmark this page if you find this useful as well....
244 views0 comments
bottom of page