Skip to content

Commit e22bd83

Browse files
committed
Added the Intro notebook. Fixed github username links.
1 parent 6aee78c commit e22bd83

File tree

4 files changed

+591
-37
lines changed

4 files changed

+591
-37
lines changed

README.md

+26-18
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ Adam Tauman Kalai.
1919
}
2020
```
2121

22-
22+
If you just want to dive right into solving a few puzzles, try the [intro notebook at Binder](https://aka.ms/python_puzzles)
23+
that shows which puzzles the AI baselines solved and which they did not, so you can see how
24+
your programming compares.
2325

2426
## What is a python programming puzzle?
2527

@@ -76,7 +78,11 @@ and [math problems](https://en.wikipedia.org/wiki/List_of_unsolved_problems_in_m
7678

7779
## Notebooks
7880

79-
The [notebooks](/notebooks) subdirectory has some relevant notebooks. [Demo.ipynb](/notebooks/Demo.ipynb)
81+
The [notebooks](/notebooks) subdirectory has some relevant notebooks. [Intro.ipynb](/notebooks/Intro.ipynb)
82+
has a sampling of puzzles indicating which ones the AI solved and did not [Try the notebook at Binder](https://aka.ms/python_puzzles)
83+
and see how your programming compares to the AI baselines!
84+
85+
[Demo.ipynb](/notebooks/Demo.ipynb)
8086
has the 30 problems completed by our users in a user study. [Try the notebook at Binder](https://aka.ms/python_puzzles)
8187
and see how your programming compares to the AI baselines!
8288

@@ -90,22 +96,24 @@ def f(x):
9096
return x > x
9197
```
9298
where the type of `x` is clearly non-standard. The creators of these puzzles include github users:
93-
[Adam Tauman Kalai](akalai),
94-
[Alec Helbling](helblazer811),
95-
[Alexander Vorobev](OnFireDolphin),
96-
[Alexander Wei](aw31),
97-
[Alexey Romanov](jgc128),
98-
[Keith Battaochi](kbattocchi),
99-
[Maggie Hei](heimengqi),
100-
[Misha Khodak](mkhodak),
101-
[Monil Mehta](monilm2),
102-
[Philip Rosenfield](philrosenfield),
103-
[Qida Ma](JerryMa90),
104-
[Raj Bhargava](rajbhargava),
105-
[Rishi Jaiswal](nextquanta),
106-
[Saikiran Mullaguri](sm947),
107-
[Tal Schuster](TalSchuster), and
108-
[Varsha Srinivasan](varsha2197).
99+
[Adam Tauman Kalai](https://github.com/akalai),
100+
[Alec Helbling](https://github.com/helblazer811),
101+
[Alexander Vorobev](https://github.com/OnFireDolphin),
102+
[Alexander Wei](https://github.com/aw31),
103+
[Alexey Romanov](https://github.com/jgc128),
104+
[Keith Battaochi](https://github.com/kbattocchi),
105+
[Kodai Sudo](https://github.com/kouml),
106+
[Maggie Hei](https://github.com/heimengqi),
107+
[Mariia Mykhailova](https://github.com/tcNickolas),
108+
[Misha Khodak](https://github.com/mkhodak),
109+
[Monil Mehta](https://github.com/monilm2),
110+
[Philip Rosenfield](https://github.com/philrosenfield),
111+
[Qida Ma](https://github.com/JerryMa90),
112+
[Raj Bhargava](https://github.com/rajbhargava),
113+
[Rishi Jaiswal](https://github.com/nextquanta),
114+
[Saikiran Mullaguri](https://github.com/sm947),
115+
[Tal Schuster](https://github.com/TalSchuster), and
116+
[Varsha Srinivasan](https://github.com/varsha2197).
109117
You can try out the notebook at (link to be added).
110118

111119

notebooks/Demo.ipynb

+3-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"\n",
2424
"\n",
2525
"* **Visit our repository** to explore the full dataset and **contribute your own new puzzles**: https://github.com/microsoft/PythonProgrammingPuzzles.\n",
26-
"* Share this demo with friends by sending this link: https://mybinder.org/v2/gh/microsoft/PythonProgrammingPuzzles/main?filepath=notebooks%2FDemo.ipynb\n",
26+
"* Share this demo with friends by sending this link: https://aka.ms/python_puzzles_study\n",
27+
"* For a shorter intro, and to see which puzzles the AI baselines solved, visit: https://aka.ms/python_puzzles\n",
2728
"\n",
2829
"## Overview\n",
2930
"\n",
@@ -135,4 +136,4 @@
135136
},
136137
"nbformat": 4,
137138
"nbformat_minor": 4
138-
}
139+
}

notebooks/Hackathon_puzzles.ipynb

+20-17
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,25 @@
77
"# Puzzles from Microsoft Hackathon\n",
88
"* The puzzles in this notebook were created during a hackathon at Microsoft, July 27-29, 2020.\n",
99
"* The creators of these puzzles include github users: \n",
10-
" [Adam Tauman Kalai](akalai),\n",
11-
" [Alec Helbling](helblazer811),\n",
12-
" [Alexander Vorobev](OnFireDolphin),\n",
13-
" [Alexander Wei](aw31),\n",
14-
" [Alexey Romanov](jgc128),\n",
15-
" [Keith Battaochi](kbattocchi),\n",
16-
" [Maggie Hei](heimengqi),\n",
17-
" [Misha Khodak](mkhodak),\n",
18-
" [Monil Mehta](monilm2),\n",
19-
" [Philip Rosenfield](philrosenfield),\n",
20-
" [Qida Ma](JerryMa90),\n",
21-
" [Raj Bhargava](rajbhargava),\n",
22-
" [Rishi Jaiswal](nextquanta),\n",
23-
" [Saikiran Mullaguri](sm947),\n",
24-
" [Tal Schuster](TalSchuster), and\n",
25-
" [Varsha Srinivasan](varsha2197)"
10+
" [Adam Tauman Kalai](https://github.com/akalai),\n",
11+
" [Alec Helbling](https://github.com/helblazer811),\n",
12+
" [Alexander Vorobev](https://github.com/OnFireDolphin),\n",
13+
" [Alexander Wei](https://github.com/aw31),\n",
14+
" [Alexey Romanov](https://github.com/jgc128),\n",
15+
" [Keith Battaochi](https://github.com/kbattocchi),\n",
16+
" [Kodai Sudo](https://github.com/kouml),\n",
17+
" [Maggie Hei](https://github.com/heimengqi),\n",
18+
" [Mariia Mykhailova](https://github.com/tcNickolas),\n",
19+
" [Misha Khodak](https://github.com/mkhodak),\n",
20+
" [Monil Mehta](https://github.com/monilm2),\n",
21+
" [Philip Rosenfield](https://github.com/philrosenfield),\n",
22+
" [Qida Ma](https://github.com/JerryMa90),\n",
23+
" [Raj Bhargava](https://github.com/rajbhargava),\n",
24+
" [Rishi Jaiswal](https://github.com/nextquanta),\n",
25+
" [Saikiran Mullaguri](https://github.com/sm947),\n",
26+
" [Tal Schuster](https://github.com/TalSchuster), and\n",
27+
" [Varsha Srinivasan](https://github.com/varsha2197)\n",
28+
"* For a shorter intro, and to see which puzzles the AI baselines solved, visit: https://aka.ms/python_puzzles"
2629
]
2730
},
2831
{
@@ -2660,4 +2663,4 @@
26602663
},
26612664
"nbformat": 4,
26622665
"nbformat_minor": 2
2663-
}
2666+
}

0 commit comments

Comments
 (0)