Fix alphabetical order for Python Crash Course

This commit is contained in:
Sapavat-A 2026-03-07 12:46:17 +05:30
parent ce93a4658d
commit 63bada77b2

View File

@ -2061,6 +2061,7 @@ Books on general-purpose programming that don't focus on a specific language are
* [Programming for Non-Programmers, Release 2.6.2](https://web.archive.org/web/20180921063136/http://buildingskills.itmaybeahack.com/book/programming-2.6/latex/ProgrammingforNon-Programmers.pdf) - Steven F. Lott (PDF) (2.6) *( :card_file_box: archived)*
* [PySDR: A Guide to SDR and DSP using Python](https://pysdr.org) - Marc Lichtman (3.x)
* [Python 101](https://python101.pythonlibrary.org) - Michael Driscoll (HTML, TEXT)
* [Python Crash Course](https://ehmatthes.github.io/pcc/)
* [Python 2 Official Documentation](https://docs.python.org/2/download.html) (PDF, HTML, TEXT) (2.x)
* [Python 2.7 quick reference](https://web.archive.org/web/20171013204449/http://infohost.nmt.edu/tcc/help/pubs/python27/python27.pdf) - John W. Shipman (PDF) (2.7) *( :card_file_box: archived)*
* [Python 3 Official Documentation](https://docs.python.org/3/download.html) (PDF, EPUB, HTML, TEXT) (3.x)
@ -2116,8 +2117,7 @@ Books on general-purpose programming that don't focus on a specific language are
* [Tiny Python 3.6 Notebook](https://github.com/mattharrison/Tiny-Python-3.6-Notebook) - Matt Harrison (3.6)
* [Tiny Python Projects](http://tinypythonprojects.com/Tiny_Python_Projects.pdf) - Ken Youens-Clark(PDF)
* [Web2py: Complete Reference Manual, 6th Edition (pre-release)](http://web2py.com/book) (2.5 - 2.x)
* [[Python Crash Course](https://ehmatthes.github.io/pcc/)]
* [Python Crash Course](https://ehmatthes.github.io/pcc/)
#### Django
* [All-Auth](https://django-allauth.readthedocs.io/en/latest/overview.html) (HTML)