/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

margint.blog
| | www.interviewbit.com
3.5 parsecs away

Travel
| | Explore our top 9 best data science courses online for 2024. Find the right course to boost your career in data science, from beginner to advanced levels.
| | techsavvypriya.wordpress.com
4.4 parsecs away

Travel
| | From last few days, I have been writing on Microservices Architecture and Container Technology. You can read that here onPart-One&Part-Two. During this, I have come across many docker terminologies and having a quick understanding of these terminology helps a lot. 1. Docker Editions ?Docker Community Edition (CE)is ideal for Developers who are looking for experimenting...
| | futurism.com
3.4 parsecs away

Travel
| | A primer on AI: what it is, how it works, and why it's important.
| | vickiboykis.com
14.8 parsecs away

Travel
| When I'm working with Jupyter notebooks, I often want to work with them from within a virtual environment. The general best practice is that you should always use either virtual environments or Docker containers for working with Python, for reasons outlined in this post, or you're gonna have a bad time. I know I have. The workflow is a little long, so I thought I'd document it for future me here.