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
Accelerator
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
Type
/
to 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 }}
omps
/
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
All time
Commit history
Commits on Apr 20, 2015
Adding loop in run.bat
Show description for 3663c86
Andrew
committed
3663c86
View commit details
Copy full SHA for 3663c86
View code at this point
Browse repository at this point
Commits on Jan 25, 2015
Minor spelling change for about_iteration.py
Charlotte Spencer
committed
0aa5410
View commit details
Copy full SHA for 0aa5410
View code at this point
Browse repository at this point
Commits on Dec 11, 2014
Exclude extra credit from lesson pass count in python3 version
thibaudcolas
committed
6aee95a
View commit details
Copy full SHA for 6aee95a
View code at this point
Browse repository at this point
Commits on Nov 25, 2014
fix run.bat/run.sh, don't write .py[co] files on import.
haomingz
committed
7694447
View commit details
Copy full SHA for 7694447
View code at this point
Browse repository at this point
Commits on Oct 27, 2014
grammar fix in about_asserts.py
brainwane
committed
fccde38
View commit details
Copy full SHA for fccde38
View code at this point
Browse repository at this point
Commits on Jul 8, 2014
about_lists: pop(0) vs popleft() in 2vs3
Show description for f44242e
irheart
committed
f44242e
View commit details
Copy full SHA for f44242e
View code at this point
Browse repository at this point
Commits on Jun 17, 2014
Fix a few filename/spelling errors
ndhoule
committed
4604459
View commit details
Copy full SHA for 4604459
View code at this point
Browse repository at this point
Commits on May 18, 2014
Added test_if_then_elif_else_statements
Ryan1729
committed
d41bd78
View commit details
Copy full SHA for d41bd78
View code at this point
Browse repository at this point
Commits on May 6, 2014
Merge pull request #95 from knservis/triangle_inequality
Show description for 29bca23
gregmalcolm
committed
29bca23
View commit details
Copy full SHA for 29bca23
View code at this point
Browse repository at this point
Merge pull request #94 from knservis/Comment_fix
Show description for a3da28a
gregmalcolm
committed
a3da28a
View commit details
Copy full SHA for a3da28a
View code at this point
Browse repository at this point
Commits on May 3, 2014
Changed to accommodate implementations that account for degenerate triangles also
knservis
committed
cf87277
View commit details
Copy full SHA for cf87277
View code at this point
Browse repository at this point
Commits on May 2, 2014
Fixed comment
Konstantinos Servis
committed
1821699
View commit details
Copy full SHA for 1821699
View code at this point
Browse repository at this point
Simplify line counting
Konstantinos Servis
committed
cceafc9
View commit details
Copy full SHA for cceafc9
View code at this point
Browse repository at this point
Commits on Apr 4, 2014
Python 3 about_regex use the IGNORECASE flag explicitly, not magic numbers
Adam Chainz
committed
3b638df
View commit details
Copy full SHA for 3b638df
View code at this point
Browse repository at this point
Commits on Mar 27, 2014
Fix some spelling mistakes
Adam Chainz
committed
aeae3fd
View commit details
Copy full SHA for aeae3fd
View code at this point
Browse repository at this point
Commits on Mar 4, 2014
Fix typo
ChuntaoLu
committed
5701789
View commit details
Copy full SHA for 5701789
View code at this point
Browse repository at this point
Commits on Feb 10, 2014
Merge pull request #85 from karptonite/add_zero_string_to_koan
Show description for 148a558
gregmalcolm
committed
148a558
View commit details
Copy full SHA for 148a558
View code at this point
Browse repository at this point
Merge pull request #84 from karptonite/patch_tuple_koan
Show description for 5229c04
gregmalcolm
committed
5229c04
View commit details
Copy full SHA for 5229c04
View code at this point
Browse repository at this point
Python3 version of suit also needs AboutRegEx in the suite
gregmalcolm
committed
287be68
View commit details
Copy full SHA for 287be68
View code at this point
Browse repository at this point
Commits on Feb 8, 2014
add example with zero in a string to true_and_false koans
karptonite
committed
e061bc4
View commit details
Copy full SHA for e061bc4
View code at this point
Browse repository at this point
Fix tuple creation koan
karptonite
committed
c40491c
View commit details
Copy full SHA for c40491c
View code at this point
Browse repository at this point
Commits on Jan 28, 2014
remove useless import and change indentation according to pep8
ycflame
committed
add4d0f
View commit details
Copy full SHA for add4d0f
View code at this point
Browse repository at this point
Commits on Jan 19, 2014
Update about_classes.py
ab7
committed
a666812
View commit details
Copy full SHA for a666812
View code at this point
Browse repository at this point
Commits on Nov 24, 2013
Fixes issue #72 - Update to Colorama 0.2.7
Show description for 065e221
rprouse
committed
065e221
View commit details
Copy full SHA for 065e221
View code at this point
Browse repository at this point
Commits on Sep 7, 2013
Removed unnecessary line continuation
akesling
committed
434d673
View commit details
Copy full SHA for 434d673
View code at this point
Browse repository at this point
Commits on Sep 2, 2013
Typo in about_string_manipulation.py Python3
Alex Kesling
committed
9f86dd1
View commit details
Copy full SHA for 9f86dd1
View code at this point
Browse repository at this point
Commits on Aug 28, 2013
Fixed a bug with showing negative number of lessons to complete
bennuttall
committed
ddd5823
View commit details
Copy full SHA for ddd5823
View code at this point
Browse repository at this point
Commits on Aug 25, 2013
Fixed a bug with showing negative number of koans to complete when all koans are completed. Added a little highlighing for which file and line number to edit. Removed some brittle tests
gregmalcolm
committed
afdc39f
View commit details
Copy full SHA for afdc39f
View code at this point
Browse repository at this point
Made some updates to account for Python 3 language changes
gregmalcolm
committed
d5899a0
View commit details
Copy full SHA for d5899a0
View code at this point
Browse repository at this point
Updated startup scripts to look for python 2.7 or 3.2
gregmalcolm
committed
9b45103
View commit details
Copy full SHA for 9b45103
View code at this point
Browse repository at this point
Commits on Aug 21, 2013
Made a couple of minor tweaks to new comprehension koans
gregmalcolm
committed
a622eee
View commit details
Copy full SHA for a622eee
View code at this point
Browse repository at this point
Merge
gregmalcolm
committed
aa3d64f
View commit details
Copy full SHA for aa3d64f
View code at this point
Browse repository at this point
Commits on Aug 16, 2013
Fixed typo
johnistan
committed
06dffea
View commit details
Copy full SHA for 06dffea
View code at this point
Browse repository at this point
Commits on Aug 15, 2013
Added new comprehention test to main runner
johnistan
committed
04e90b6
View commit details
Copy full SHA for 04e90b6
View code at this point
Browse repository at this point
New comprehention koans, moved one example from about_iteration
johnistan
committed
aa2fc20
View commit details
Copy full SHA for aa2fc20
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.