Answered By: Young Lee Last Updated: Sep 18, 2024 Views: 19
Answered By: Young Lee
Last Updated: Sep 18, 2024 Views: 19
Library does not have Python installed on its computers, but:
- MSEC has Spyder, an open-source integrated development environment (IDE) for Python, installed its computers
- There are free, cloud-based Python programming environments
Regarding the latter, Jupyter Notebook-powered platforms, such as Kaggle Notebooks (free) or Google Colaboratory (free, with costs for access to advanced features or computing power), don't require any installation and can be accessed online from anywhere using a web browser. (While Python programming in Jupyter Notebook platforms, there are some limitations and use cases where they aren't ideal.)
- Jupyter Notebooks
- Kaggle Notebooks
- Google Colaboratory (Google Colab)
While going into depth is beyond the scope of this FAQ, for students wishing to program/code in Python on their own computers, the following IDE are available for free:
- Spyder [ https://www.spyder-ide.org/ ]
- PyCharm [ https://www.jetbrains.com/pycharm/ ]
- Visual Studio Code + Microsoft's Python extension for Visual Studio Code + Python [ https://code.visualstudio.com/docs/python/python-quick-start ]
Was this helpful? 0 0