1.1 KiB
1.1 KiB
Tips for Colab Programming for coding assessments, tests, and more
Colab is a fantastic IDE in my opinion and serves a better function than jupyter does (which I prefer in the iPython mode anyhow). When actually trying to program in a safe environment, colab does the job. Otherwise just use a full-fledged environment like PyCharm and VSCode right? Or otherwise vim and ipython would do the trick.
- It is located right in your google drive and includes things like forms & scratch cells.
- Here is a list of keyboard shortcuts as well for your convenience.
- Use code snippets effectively!! This is fantastic feature of colab.
- Open in Colab offers a quick snippet to add the little open in colab button on your page :)