Main Page: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 10: | Line 10: | ||
* [https://cs50.dev/ Visual Studio Code for CS50] | * [https://cs50.dev/ Visual Studio Code for CS50] | ||
* [https://manual.cs50.io/ CS50 Manual Pages - Links to human friendly man pages] | * [https://manual.cs50.io/ CS50 Manual Pages - Links to human friendly man pages] | ||
* [https://py3.umsi.education/ns/books/published/fopp/index.html Foundations of Python Programming] | * [https://py3.umsi.education/ns/books/published/fopp/index.html Foundations of Python Programming] | ||
* [https://www.freecodecamp.org/learn/scientific-computing-with-python/ FreeCodeCamp - Scientific Computing with Python]<br> | * [https://www.freecodecamp.org/learn/scientific-computing-with-python/ FreeCodeCamp - Scientific Computing with Python]<br> | ||
<br> | <br> | ||
=== Tools === | === Tools === | ||
* [https://github.com/ Github] | * [https://github.com/ Github] | ||
* [https://account.jetbrains.com/login/ PyCharm at JetBrains (Many other tools there as well)] | * [https://account.jetbrains.com/login/ PyCharm at JetBrains (Many other tools there as well)] | ||
* [https://jupyter.org/ Jupyter Notebooks | * [https://jupyter.org/ Jupyter Notebooks] | ||
* [https://app.docker.com/ Docker] | * [https://app.docker.com/ Docker] | ||
* [https://leetcode.com/ LeetCode Challenges] | * [https://leetcode.com/ LeetCode Challenges] | ||
__NOINDEX__ | __NOINDEX__ | ||
__NEWSECTIONLINK__ | __NEWSECTIONLINK__ |
Latest revision as of 10:27, 18 April 2025
PY RESOURCES
These are the resources I'll be using for my Python Training:
- Welcome to Python.org
- HarvardX CS50x
- MIT Scratch
- CS50 AI Login with Github
- Visual Studio Code for CS50
- CS50 Manual Pages - Links to human friendly man pages
- Foundations of Python Programming
- FreeCodeCamp - Scientific Computing with Python
Tools
- Github
- PyCharm at JetBrains (Many other tools there as well)
- Jupyter Notebooks
- Docker
- LeetCode Challenges