-
Notifications
You must be signed in to change notification settings - Fork 15
Additional Resources
mutanthumb edited this page Oct 16, 2023
·
3 revisions
Where to get more information!
- Python version 3 Documentation - Official documentation, including Setup instructions, language reference, and tutorials.
- Python For Beginners
- Michelle Janowiecki / Python lessons for librarians
- Python Intro for Libraries
- Programming with Python
- Data Intro for Archivists
- Python Design Patterns
- Python re(gex)?
- Helpful site for testing regex: https://regex101.com/
- Image Processing with Python
- Practical Python Programming | practical-python
- Lesson Directory - Python lessons on The Programming Historian
- Python for Digital Humanities
- Python Tutorial - https://docs.python.org/3/tutorial/
- BeginnersGuide/NonProgrammers - Listing of learning resources for users new to programming, maintained by the Python Software Foundation
- BeginnersGuide/Programmers - Listing of learning resources for users with programming experience, maintained by the Python Software Foundation
- O’Reilly Learning Online (Institutional or personal subscription required) - https://learning.oreilly.com/search/?q=python&type=*&rows=10
- LinkedIn Learning (subscription may be required) - https://www.linkedin.com/learning/topics/python
- W3Schools - https://www.w3schools.com/python/
- Coursera - https://www.coursera.org/courses?query=python
- Think Python v3 - https://buildmedia.readthedocs.org/media/pdf/howtothink/latest/howtothink.pdf
- Automate the Boring Stuff with Python - free to read online under CC license
- Python Crash Course - https://nostarch.com/python-crash-course-3rd-edition
- Python Programming: An Introduction to Computer Science by John Zelle