robotpy / robotpy-docs

Unified documentation for RobotPy
Apache License 2.0
10 stars 25 forks source link

CodeAcademy Link dead #25

Open Sajo8 opened 5 years ago

Sajo8 commented 5 years ago

The current link to CodeAcademy's python course is dead. The two current guides for python 2 are here and the guide for python 3 is here

RobotPy WPILib appears to use Python 3 as its language; python 2 may be useful but there're many differences. The python 3 guide is for pro (paid) users. I might consider getting rid of CodeAcademy as an option altogether, for python, anyways

auscompgeek commented 5 years ago

Finding free beginner-friendly resources for Python 3 is hard. If you can find anything, we'd be more than happy to add links to them.

Sajo8 commented 5 years ago

I had initially used guides from Sentdex, however now I highly recommend A Byte of Python by Swaroopch, definitely one of the better guides out there

Suave101 commented 1 year ago

I created a pull request to add the resource A Byte of Python and the compiled patch can be viewed here here.