Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
andytrigg
/
python_koans
Public
forked from
gregmalcolm/python_koans
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
python_koans
python3
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 25, 2018
Completed the about_regex.py koans
Andy Trigg
committed
dd08390
View commit details
Copy full SHA for dd08390
View code at this point
Browse repository at this point
Completed the about_proxy_object_project.py koans
Andy Trigg
committed
0efe3ec
View commit details
Copy full SHA for 0efe3ec
View code at this point
Browse repository at this point
Completed the about_deleting_objects.py koans
Andy Trigg
committed
d4915a8
View commit details
Copy full SHA for d4915a8
View code at this point
Browse repository at this point
Completed the about_attribute_access.py koans
Andy Trigg
committed
85452b8
View commit details
Copy full SHA for 85452b8
View code at this point
Browse repository at this point
Completed the about_class_attributes.py koans
Andy Trigg
committed
4b0e6aa
View commit details
Copy full SHA for 4b0e6aa
View code at this point
Browse repository at this point
Completed the about_packages.py koans
Andy Trigg
committed
6a45fe0
View commit details
Copy full SHA for 6a45fe0
View code at this point
Browse repository at this point
Completed the about_modules.py koans
Andy Trigg
committed
72600d5
View commit details
Copy full SHA for 72600d5
View code at this point
Browse repository at this point
Completed the about_scope.py koans
Andy Trigg
committed
3024943
View commit details
Copy full SHA for 3024943
View code at this point
Browse repository at this point
Completed the about_multiple_inheritance.py koans
Andy Trigg
committed
97e5ed8
View commit details
Copy full SHA for 97e5ed8
View code at this point
Browse repository at this point
Completed the about_inheritance.py koans
Andy Trigg
committed
daf8c1b
View commit details
Copy full SHA for daf8c1b
View code at this point
Browse repository at this point
Completed the about_decorating_with_classes.py koans
Andy Trigg
committed
6147c1b
View commit details
Copy full SHA for 6147c1b
View code at this point
Browse repository at this point
Completed the about_decorating_with_functions.py koans
Andy Trigg
committed
f6a5fa9
View commit details
Copy full SHA for f6a5fa9
View code at this point
Browse repository at this point
Completed the about_method_bindings.py koans
Andy Trigg
committed
bd1b431
View commit details
Copy full SHA for bd1b431
View code at this point
Browse repository at this point
Completed the about_dice_project.py koans
Andy Trigg
committed
d1a4dcb
View commit details
Copy full SHA for d1a4dcb
View code at this point
Browse repository at this point
Completed the about_monkey_patching.py koans
Andy Trigg
committed
48e0919
View commit details
Copy full SHA for 48e0919
View code at this point
Browse repository at this point
Completed the about_with_statements.py koans
Andy Trigg
committed
7a9e1ab
View commit details
Copy full SHA for 7a9e1ab
View code at this point
Browse repository at this point
Completed the about_classes.py koans
Andy Trigg
committed
e0bd184
View commit details
Copy full SHA for e0bd184
View code at this point
Browse repository at this point
Completed the about_scoring_project.py koans
Andy Trigg
committed
77b62b4
View commit details
Copy full SHA for 77b62b4
View code at this point
Browse repository at this point
Completed the about_lambdas.py koans
Andy Trigg
committed
6714143
View commit details
Copy full SHA for 6714143
View code at this point
Browse repository at this point
Completed the about_generators.py koans
Andy Trigg
committed
87a0617
View commit details
Copy full SHA for 87a0617
View code at this point
Browse repository at this point
Completed the about_comprehension.py koans
Andy Trigg
committed
c3af599
View commit details
Copy full SHA for c3af599
View code at this point
Browse repository at this point
Completed the about_iteration.py koans
Andy Trigg
committed
5fbc29b
View commit details
Copy full SHA for 5fbc29b
View code at this point
Browse repository at this point
Completed the about_triangle_project2.py koans
Andy Trigg
committed
27f2ee5
View commit details
Copy full SHA for 27f2ee5
View code at this point
Browse repository at this point
Completed the about_exceptions.py koans
Andy Trigg
committed
7a28d61
View commit details
Copy full SHA for 7a28d61
View code at this point
Browse repository at this point
Completed the about_triangle_project.py koans
Andy Trigg
committed
5868007
View commit details
Copy full SHA for 5868007
View code at this point
Browse repository at this point
Completed the about_sets.py koans
Andy Trigg
committed
ffcd611
View commit details
Copy full SHA for ffcd611
View code at this point
Browse repository at this point
Completed the about_true_and_false.py koans
Andy Trigg
committed
8920bdd
View commit details
Copy full SHA for 8920bdd
View code at this point
Browse repository at this point
Completed the about_control_statements.py koans
Andy Trigg
committed
a909e47
View commit details
Copy full SHA for a909e47
View code at this point
Browse repository at this point
Completed the about_methods.py koans
Andy Trigg
committed
5a69b90
View commit details
Copy full SHA for 5a69b90
View code at this point
Browse repository at this point
Completed the about_tuples.py koans
Andy Trigg
committed
87a6f2f
View commit details
Copy full SHA for 87a6f2f
View code at this point
Browse repository at this point
Completed the about_string_manipulation.py koans
Andy Trigg
committed
5b6e7c4
View commit details
Copy full SHA for 5b6e7c4
View code at this point
Browse repository at this point
Completed the about_dictionaries.py koans
Andy Trigg
committed
0161579
View commit details
Copy full SHA for 0161579
View code at this point
Browse repository at this point
Completed the about_list_assignments.py koans
Andy Trigg
committed
468f477
View commit details
Copy full SHA for 468f477
View code at this point
Browse repository at this point
Completed the about_lists.py koans
Andy Trigg
committed
e6d89c1
View commit details
Copy full SHA for e6d89c1
View code at this point
Browse repository at this point
Completed the about_none.py koans
Andy Trigg
committed
6d719b6
View commit details
Copy full SHA for 6d719b6
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.