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 }}
D1ak
/
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
python2
on
master
User selector
All users
All time
Commit history
Commits on Aug 8, 2013
Merge pull request #63 from shishirmk/master
Show description for 20ced9c
gregmalcolm
committed
20ced9c
View commit details
Copy full SHA for 20ced9c
View code at this point
Browse repository at this point
Making it more obvious that __str__ needs to be implemented by the student
gregmalcolm
committed
058d8ff
View commit details
Copy full SHA for 058d8ff
View code at this point
Browse repository at this point
changed back a few __class__ tests to __class__.__name__ to avoid having to deal with those pesky namespaces
gregmalcolm
committed
9ae9cc7
View commit details
Copy full SHA for 9ae9cc7
View code at this point
Browse repository at this point
Commits on Aug 7, 2013
Reinstated __class__.__name in a number of AboutNewStyleClasses tests
gregmalcolm
committed
dce689c
View commit details
Copy full SHA for dce689c
View code at this point
Browse repository at this point
Commits on Aug 4, 2013
Replace a simple method in the test suite with a new test to test escaping quotes in a triple quoted string
shishirmk
committed
92d9967
View commit details
Copy full SHA for 92d9967
View code at this point
Browse repository at this point
Commits on Jul 18, 2013
Merge
gregmalcolm
committed
41f52e7
View commit details
Copy full SHA for 41f52e7
View code at this point
Browse repository at this point
Make this koan a little clearer
gregmalcolm
committed
6c96767
View commit details
Copy full SHA for 6c96767
View code at this point
Browse repository at this point
Commits on May 19, 2013
Corrected typo in comment
Show description for 0305da7
fredcadete
committed
0305da7
View commit details
Copy full SHA for 0305da7
View code at this point
Browse repository at this point
Commits on May 7, 2013
Updated python 3 side of the house. Added link to @hebbertja's about_asserts video
gregmalcolm
committed
1209578
View commit details
Copy full SHA for 1209578
View code at this point
Browse repository at this point
py2: Split up about_strings. Removed __name__ tests in favor of educating on __class__ in a wiki page. Added an extra __class__ koan in about_asserts as a primer
gregmalcolm
committed
d11989b
View commit details
Copy full SHA for d11989b
View code at this point
Browse repository at this point
Commits on Apr 29, 2013
Restore
gregmalcolm
committed
34c1444
View commit details
Copy full SHA for 34c1444
View code at this point
Browse repository at this point
Testing with koans passing but inner tests failing
gregmalcolm
committed
0ed2d68
View commit details
Copy full SHA for 0ed2d68
View code at this point
Browse repository at this point
Fixed internal tests again, re-testing koans
gregmalcolm
committed
676ba37
View commit details
Copy full SHA for 676ba37
View code at this point
Browse repository at this point
Not all the test runners were returning exit codes. They are now
gregmalcolm
committed
75fa699
View commit details
Copy full SHA for 75fa699
View code at this point
Browse repository at this point
Testing travis setup with test failures
gregmalcolm
committed
53776f4
View commit details
Copy full SHA for 53776f4
View code at this point
Browse repository at this point
Commits on Apr 28, 2013
Removed some really crappy tests. I was young and foolish when I wrote them... :)
gregmalcolm
committed
16b6b9b
View commit details
Copy full SHA for 16b6b9b
View code at this point
Browse repository at this point
Merge pull request #48 from orzrd/master
Show description for 11414c5
gregmalcolm
committed
11414c5
View commit details
Copy full SHA for 11414c5
View code at this point
Browse repository at this point
Commits on Apr 25, 2013
fix some typos
dominiqueplante
committed
55cdce7
View commit details
Copy full SHA for 55cdce7
View code at this point
Browse repository at this point
Commits on Mar 12, 2013
Modify sensei display the information in the directory of python2 / 3, the remaining number of courses error. the glob module to get the user to execute the current directory, rather than where the…
Show description for aa189dd
orzrd
committed
aa189dd
View commit details
Copy full SHA for aa189dd
View code at this point
Browse repository at this point
Merge pull request #47 from Matt-Stevens/fix_arch_linux
Show description for 512280f
gregmalcolm
committed
512280f
View commit details
Copy full SHA for 512280f
View code at this point
Browse repository at this point
Fixes the run.sh for Python2 in Arch Linux
Show description for 296466c
Matt-Deacalion
committed
296466c
View commit details
Copy full SHA for 296466c
View code at this point
Browse repository at this point
Commits on Mar 11, 2013
Fixes trailing whitespace
Matt-Deacalion
committed
4366b50
View commit details
Copy full SHA for 4366b50
View code at this point
Browse repository at this point
Commits on Feb 16, 2013
Modified: python*/runner/sensei.py to fix progress message.
Show description for 5b5c608
jhamon
committed
5b5c608
View commit details
Copy full SHA for 5b5c608
View code at this point
Browse repository at this point
Commits on Feb 15, 2013
Fixed running of contemplate_koans with 0 arguments. Made it so you multiple arguments run as one suite of tests
gregmalcolm
committed
158b936
View commit details
Copy full SHA for 158b936
View code at this point
Browse repository at this point
Merge pull request #41 from brainstorm/master
Show description for 6c66d44
gregmalcolm
committed
6c66d44
View commit details
Copy full SHA for 6c66d44
View code at this point
Browse repository at this point
Commits on Feb 14, 2013
Reverting passing asserts
Roman Valls Guimera
committed
e2bd99a
View commit details
Copy full SHA for e2bd99a
View code at this point
Browse repository at this point
Commits on Feb 13, 2013
Allow for several koans when calling contemplate koan, needs some refactoring
Roman Valls Guimera
committed
1552734
View commit details
Copy full SHA for 1552734
View code at this point
Browse repository at this point
Testing total illumination with Travis for basic assert koans
Roman Valls Guimera
committed
03c0352
View commit details
Copy full SHA for 03c0352
View code at this point
Browse repository at this point
Commits on Feb 12, 2013
Of course, .travis.yml should be on the top of the mountain to see the sky
Roman Valls Guimera
committed
2096b7d
View commit details
Copy full SHA for 2096b7d
View code at this point
Browse repository at this point
Travis does not enlighten itself, why?
Roman Valls Guimera
committed
b7c95c8
View commit details
Copy full SHA for b7c95c8
View code at this point
Browse repository at this point
Bad karma with travis koans
Roman Valls Guimera
committed
61f08ed
View commit details
Copy full SHA for 61f08ed
View code at this point
Browse repository at this point
Adding integration with Travis-CI for automatic Zen illumination
Roman Valls Guimera
committed
0597fce
View commit details
Copy full SHA for 0597fce
View code at this point
Browse repository at this point
Merge pull request #40 from brainstorm/master
Show description for e9a287a
gregmalcolm
committed
e9a287a
View commit details
Copy full SHA for e9a287a
View code at this point
Browse repository at this point
Respect exit codes when there are still koans left to finish
Roman Valls Guimera
committed
384f397
View commit details
Copy full SHA for 384f397
View code at this point
Browse repository at this point
Update python2/koans/about_strings.py
Show description for 4c88ac6
robotsmack
committed
4c88ac6
View commit details
Copy full SHA for 4c88ac6
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.