31 Jan 0 Easily Consume REST APIs in Python Posted by Michael Rodriguez Software Engineering, Uncategorized Consuming a REST API in #python is as simple as making a #request. The #requests Python package takes the headache... Read More
11 Jan 0 Compact Code: Ternary Operators in Python Posted by Michael Rodriguez Uncategorized You might be familiar with the If-Else statements, and executing both parts of the statement based on the result of... Read More