Thanks for reading...
While searching for resources to learn how to build a tool, I came across a tutorial by Tech With Tim on YouTube, to whom I often turn to when learning something new. The tutorial was in Python. At first, I assumed it was just a server exposing tools and resources, so the language wouldn't matter much. However, I overlooked the deployment side of things. It's not that deploying Python code is impossible, but the JavaScript ecosystem seems to offer more out-of-the-box support for such setups (at-leat to my knowledge so far).
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Thanks for reading...
While searching for resources to learn how to build a tool, I came across a tutorial by Tech With Tim on YouTube, to whom I often turn to when learning something new. The tutorial was in Python. At first, I assumed it was just a server exposing tools and resources, so the language wouldn't matter much. However, I overlooked the deployment side of things. It's not that deploying Python code is impossible, but the JavaScript ecosystem seems to offer more out-of-the-box support for such setups (at-leat to my knowledge so far).