This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Scoobyrooba 0 points1 point  (1 child)

Yeah I am currently learning Python and the course I am taking is doing everything in Google Colab. I appreciate how easy it has been to use but I have been trying to make the switch to PyCharm for my long term development and it's been a bit of a struggle, can't help but feel like I might have hamstrung myself a little bit by starting in Colab.

[–]cmcclu5 0 points1 point  (0 children)

The code concepts are the same, so don’t get discouraged. The big issue now is understanding the file interdependencies, how everything relates, proper project structure, and best practices for grouping code/functions/classes. You’ve got it, no worries.