Week 2 - BALT 4364 - Print Statement & Comments
Print Statement & Comments
Week 2 introduced coding in Google Colab which is an introduction to Python. This can be extremely useful to learn Python because all the code runs in the cloud which means users don't have to install software locally. Google Colab can also run other languages, however, it requires a little bit of additional setup.
Boot.dev
A resource I've been seeing pop up in ads has been Boot.dev to learn back-end web development. It covers Python, Linux, Git, plus many others and is a self-paced approach to learning coding. The cool thing about it and what interested me in the first place was the RPG (role-playing game) style where users can earn achievements and take different paths in their learning. Users can earn XP and achievements to give them the same feelings they would get from playing a similar adventure game while learning at the same time. Boot.dev covers the same print statements and comments as Google Colab would but in more of a guided approach.
The developers wanted it to be an engaging way to learn as if they were experiencing a sense of nostalgia at the same time. You can use it for free or pay a monthly subscription, however, it's an intuitive way of learning Python and other languages as it will walk you through some of your errors along the way. Consider checking out Boot.dev to further enhance your back-end coding skills while enjoying the process along the way!
Comments
Post a Comment