After building a web app with Streamlit, I needed to deploy it using Nginx on a custom URL path (e.g., /myapp). Here, I share my setup to help others avoid some pitfalls.
Recently, SpaceX's Starship rocket completed its fifth test launch, with the booster returning precisely to the launch site and being caught by the 'chopsticks'—a scene straight out of science fiction! I’ve put together a height comparison chart for rockets.
Here's a quick Visual Studio Code tip: fold sections of code to keep your workspace tidy and improve readability. Learn how to customize folding regions to fit your needs.
Using Python's Requests package to request a webpage may trigger a "requests.exceptions.SSLError: certificate verify failed" error. Learn to bypass SSL verification and suppress the warning.