Python - AlphaZuluLima/PersonalWiki GitHub Wiki
Python URLs
Python Official Homepage
Python Official Documentation
Python Downloads
https://www.python.org/downloads/
Python Cheat Sheets
https://hakin9.org/python-cheat-sheet-for-hackers-and-developers/
RealPython.com
AWS Python Resources
AWS Developer Page for Python
https://aws.amazon.com/developer/language/python/
AWS Python SDK
https://aws.amazon.com/sdk-for-python/
Boto3 Reference
https://boto3.amazonaws.com/v1/documentation/api/latest/index.html
Python Courses
Python Courses on CodeAcademy
https://www.codecademy.com/catalog/language/python
Python courses on YouTube
ProgrammingKnowledge - Full Python Programming Course | Python Tutorial for Beginners | Learn Python
https://www.youtube.com/watch?v=bZ6NL59FMoc
Tech With Tim - The Complete Python Course For Beginners
https://www.youtube.com/watch?v=sxTmJE4k0ho
Design Patterns
Wikipedia list of software design patterns
https://en.wikipedia.org/wiki/Software_design_pattern
Data Structures in Python
https://realpython.com/python-data-structures/
Algorithms in Python
https://www.educative.io/blog/python-algorithms-coding-interview
https://www.youtube.com/watch?v=p65AHm9MX80
Python Flow Control
https://www.educative.io/edpresso/what-are-control-flow-statements-in-python
Python Functions
https://towardsdatascience.com/python-for-beginners-functions-2e4534f0ae9d
Python Decorators
https://realpython.com/primer-on-python-decorators/
Debugging Python
https://realpython.com/python-debug-idle/