Differences between revisions 212 and 213
Revision 212 as of 2025-09-04 17:02:09
Size: 10646
Editor: finnigja
Comment: add interactive tool
Revision 213 as of 2025-12-31 08:47:27
Size: 11291
Comment: Added few missing resources
Deletions are marked like this. Additions are marked like this.
Line 20: Line 20:
 * [[https://effectivepython.com/|Effective Python]] - Paid book by Brett Slatkin; Practical best practices and idiomatic patterns to write cleaner, safer Python.
Line 24: Line 25:
 * [[https://python-3-patterns-idioms-test.readthedocs.io/en/latest/|Python 3 Patterns, Recipes, and Idioms]] by Bruce Eckel and Friends.  * [[https://www.kaggle.com/learn/|Kaggle Learn]] Hands-on Python and data skills using real datasets and notebooks.
Line 31: Line 32:
 * [[https://docs.pytest.org/en/stable/|Pytest documentation]] Learn testing, fixtures, and clean API design through practical examples.
 * [[https://python-3-patterns-idioms-test.readthedocs.io/en/latest/|Python 3 Patterns, Recipes, and Idioms]] by Bruce Eckel and Friends.
 * [[https://www.oreilly.com/library/view/python-cookbook-3rd/9781449357337/|Python Cookbook - Paid book by David Beazley & Brian K. Jones]] Recipe-based solutions to common real-world Python problems.
Line 86: Line 90:
CategoryPythonWebsite CategoryCategory CategoryPythonWebsite CategoryCategory CategoryDocumentation

Please Note

This is a Wiki page. Users with edit rights can edit it. You are, therefore, free to (in fact, encouraged to) add details of material that other Python users will find useful. It is not an advertising page and is here to serve the whole Python community. Users who continually edit pages to give their own materials (particularly commercial materials) prominence, or spam the listing with multiple entries which point to resources with only slightly altered material, may subsequently find their editing rights disabled. You have been warned. On a cheerier note - there is a constant stream of new and updated information on Python as the language is exploding in popularity. Only enthusiastic volunteers can keep this page current, so if something helps you, feel free to link it here.

Python for Programmers

The tutorials on this page aim at people with previous experience with other programming languages (C, Perl, Lisp, Visual Basic, etc.). Also of potential interest are such related Beginners Guides as BeginnersGuide/Overview and BeginnersGuide/NonProgrammers, and the tips in MovingToPythonFromOtherLanguages.

Books, Websites, Tutorials (non-interactive)

Resources

Interactive Tools and Lessons

Python Video Tutorials

Python video tutorial (commercial/paid)

Free Python Courses

Other Python Resource Aggregators


CategoryPythonWebsite CategoryCategory CategoryDocumentation

BeginnersGuide/Programmers (last edited 2026-01-07 23:16:47 by AdamEmery)

Unable to edit the page? See the FrontPage for instructions.