-
Notifications
You must be signed in to change notification settings - Fork 0
Learning Python
The Python language is the CORE of all the software within DFR. It is critical that you are at the very least willing to learn the language, as otherwise your participation within the DFR Software team will be highly limited.
If you are already familiar with another language and want to translate your skills over to Python, it should be relatively easy! Go ahead and check out Learn X in Y minutes' python write-up for the most straight forward examples of proper Python syntax.
You may also find any of the resources from the below section useful when learning Python for the first time.
Brand new to Python or coding in general? No worries, below are some of the best write up's and publicly available resources for dipping your toes into the Python language.
| Name | Description | URL |
|---|---|---|
| freeCodeCamp.org | A public charity dedicated to making some of the best guides for learning all kinds of programming related topics. | freecodecamp.org/news/tag/python/ |
| awesome-python | My personal favorite repo for more in depth learning about python and how to actually apply it in a more real world use case. | github.com/vinta/awesome-python |
| learn-python | A very well written and still decently maintained GitHub repo dedicated to being a "cheatsheet" for everything Python. | github.com/trekhleb/learn-python |
Table of Contents