File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Python Koans
88Python Koans is a port of Edgecase's "Ruby Koans" which can be found
99at http://rubykoans.com/.
1010
11- .. image :: http ://i442.photobucket .com/albums/qq150/gregmalcolm/PythonKoansScreenshot .png
11+ .. image :: https ://user-images.githubusercontent .com/2614930/28401740-ec6214b2-6cd0-11e7-8afd-30ed3102bfd6 .png
1212
1313Python Koans is an interactive tutorial for learning the Python programming
1414language by making tests pass.
9999In my case I'm using Python 3 with windows, so I fire up my command
100100shell (cmd.exe) and run this:
101101
102- .. image :: http ://i442.photobucket .com/albums/qq150/gregmalcolm/GettingStarted .png
102+ .. image :: https ://user-images.githubusercontent .com/2614930/28401747-f723ff00-6cd0-11e7-9b9a-a6993b753cf6 .png
103103
104104Apparently a test failed::
105105
@@ -122,7 +122,7 @@ expected value should be. For example::
122122This is where the Python Command Line can come in handy. In this case I can
123123fire up the command line, recreate the scenario and run queries:
124124
125- .. image :: http ://i442.photobucket .com/albums/qq150/gregmalcolm/DebuggingPython .png
125+ .. image :: https ://user-images.githubusercontent .com/2614930/28401750-f9dcb296-6cd0-11e7-98eb-c20318eada33 .png
126126
127127Sniffer Support
128128---------------
You can’t perform that action at this time.
0 commit comments