Post 6: Programming in Python and R in Google Colab 👩‍💻

Published:

 

Google Colab now supports* R for working in the cloud! 🥳

To select the language, you have to go to this path: Runtime > Change runtime type > Select R or Python 3

If you want to try it, here’s the scratch pad of google colab

*It already supported it, but it was a hassle to enable the kernel or use a special link. The difference now is that it’s easily accessible in any session.

img

Additionally, using emojis makes your Python code look less ojais/flat. Here’s a list of available 🦠:* https://unicode.org/emoji/charts/emoji-list.html

img

ejemplo:

print(f"My immortal friend, the \N{crab}")