filmov
tv
Compare Python Notebooks | Google Colab | Speed up Python Learning | Colab Tips | Diff Notebooks

Показать описание
This video helps you speed up your python learning by presenting a quick yet powerful feature of Goolge Colab to compare different Python Notebooks.
Sometimes, we save multiple copies of code file [May be different versions] or maybe we save files with similar names and at a later time point, we feel the need to compare two files.
Ideally, we should give meaningful & self-explanatory names to the files. And for managing different versions of the file, we should use version control like GitHub.
However, if for some reason, if you want to compare code files, how can you do that?
1. If these are scripts (e.g., R/python files), you can use online text comparison tools
2. If these are #Jupyter #Notebooks, the process is not that straight forward. You need nbdime /nbdiff or some other tool.
3. If these are #Google #Colab files, you can simply use this amazing #feature of Colab to get the job done.
Sometimes, we save multiple copies of code file [May be different versions] or maybe we save files with similar names and at a later time point, we feel the need to compare two files.
Ideally, we should give meaningful & self-explanatory names to the files. And for managing different versions of the file, we should use version control like GitHub.
However, if for some reason, if you want to compare code files, how can you do that?
1. If these are scripts (e.g., R/python files), you can use online text comparison tools
2. If these are #Jupyter #Notebooks, the process is not that straight forward. You need nbdime /nbdiff or some other tool.
3. If these are #Google #Colab files, you can simply use this amazing #feature of Colab to get the job done.