9 lines
1.1 KiB
Markdown
9 lines
1.1 KiB
Markdown
|
## 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](obsidian://open?vault=Coding%20Tips&file=Python%2Ftools%2FColab%2FColab%20Forms) & [scratch](obsidian://open?vault=Coding%20Tips&file=Python%2Ftools%2FColab%2FColab%20Scratch%20Code%20Cells) cells.
|
||
|
- Here is a[ list of keyboard shortcuts](obsidian://open?vault=Coding%20Tips&file=Python%2Ftools%2FColab%2FColab%20Shortcuts) as well for your convenience.
|
||
|
- Use [code snippets](obsidian://open?vault=Coding%20Tips&file=Python%2Ftools%2FColab%2FColab%20Code%20Snippets) effectively!! This is fantastic feature of colab.
|
||
|
- [Open in Colab](https://openincolab.com/) offers a quick snippet to add the little open in colab button on your page :)
|