Peter Norvig
622a529e20
Update copyright year in pytudes.py
...
Updated copyright year from 2022 to 2026 in the license section.
2026-03-09 13:43:39 -07:00
Peter Norvig
6b584053ed
Update year references for Advent of Code entries
2026-03-07 16:03:49 -08:00
Peter Norvig
5d35144039
Update quotes and add new comments about Norvig
2026-03-06 22:37:11 -08:00
Peter Norvig
5cbe0f27b7
Add reviews section for pytudes
...
Added reviews and comments about pytudes from various individuals.
2026-03-05 23:28:53 -08:00
Peter Norvig
2845ca0fcd
Merge pull request #143 from Visali-AL/main
...
Code fix in Sudoku solution validation + An enhancement to identify the exact puzzle number
2026-01-24 18:26:11 -08:00
Peter Norvig
a69a980e7c
Update pytudes.py
2026-01-05 21:57:41 -08:00
Peter Norvig
a579bd68ab
Update pytudes.py
...
2025 AoC
2025-12-06 14:25:57 -08:00
Visali Alagappan
e4e3083a6a
Adding code fixes for solution validation and an enhancement to identify the puzzle number
2025-11-23 16:45:48 +05:30
Isidro Arias
950d98900d
time.process_time() instead of time.clock()
...
Documentation removed in b6a09ae287
2025-01-22 14:08:08 +01:00
Peter Norvig
1778c1fdb2
Add files via upload
2024-12-09 14:14:33 -08:00
Peter Norvig
01a7b26054
Add files via upload
2024-10-03 18:54:42 -07:00
Peter Norvig
c1f5c11fd0
Add files via upload
2024-10-03 18:38:20 -07:00
Peter Norvig
6acf16b784
Update pytudes.py
2024-04-09 19:09:34 -07:00
Peter Norvig
7b0e405de8
Update pytudes.py
2024-04-09 16:14:03 -07:00
Peter Norvig
c9947af8dd
Update pytudes.py
2024-04-09 15:39:48 -07:00
Peter Norvig
e5b8e7ec40
Update pytudes.py
2024-03-14 09:33:37 -07:00
Peter Norvig
59d9a13935
Update pytudes.py
2024-03-14 09:29:14 -07:00
Peter Norvig
7f67dc7baf
Add files via upload
2024-02-21 11:30:11 -08:00
Peter Norvig
f26e74abb6
Update pytudes.py
2024-02-20 15:05:02 -08:00
Peter Norvig
55eb6ed407
Update pytudes.py
2022-12-10 16:27:44 -08:00
Peter Norvig
54a60050af
Update pytudes.py
2022-12-10 12:54:10 -08:00
Peter Norvig
b4bfe55562
Add Anigrams to pytudes.py
2022-09-30 12:03:15 -07:00
Peter Norvig
d0e63a0818
Update pytudes.py
...
Added Wordle
2022-02-28 09:44:19 -08:00
Dmytro Yurchenko
0343d4c102
Added links to run notebooks in SageMaker Studio Lab
2022-01-05 13:18:27 +01:00
Peter Norvig
bc7911a4a3
Update pytudes.py
2021-12-06 16:26:46 -08:00
Peter Norvig
6346850e1a
Add files via upload
2021-11-01 15:03:41 -07:00
Peter Norvig
f655a4aaca
Add Sudoku
2021-10-24 19:49:05 -07:00
Peter Norvig
412d97a87e
Update sudoku.py
2021-10-16 13:31:54 -07:00
Peter Norvig
93b213ace7
Add files via upload
2021-09-06 22:33:32 -07:00
Peter Norvig
d42c13eacb
Update pytudes.py
2021-07-16 13:53:25 -07:00
Peter Norvig
286b31bcca
Merge pull request #106 from fluentpython/main
...
lispy.py now runs in Python 3; dropped Python 2 support
2021-06-29 09:12:49 -07:00
Peter Norvig
c9f56bb74c
Update pytudes.py
2021-06-16 18:09:02 -07:00
Luciano Ramalho
dfaa0e4771
lispy.py: removed redundant object base class
2021-06-08 14:06:38 -03:00
Luciano Ramalho
a7295ffc18
lispy.py now runs in Python 3; dropped Python 2 support
2021-06-08 14:01:19 -03:00
Peter Norvig
3f3fbf4671
Update pytudes.py
2021-06-05 21:58:25 -07:00
Peter Norvig
adc5e35ec0
Update pytudes.py
2021-04-13 17:12:34 -07:00
Peter Norvig
efe62d8048
Add files via upload
2021-04-08 22:28:16 -07:00
Peter Norvig
bc0057e950
Add files via upload
2021-02-28 22:00:44 -08:00
Peter Norvig
fcf8bc81af
Add files via upload
2021-02-14 11:47:13 -08:00
Peter Norvig
bb256a3fef
Added war.ipynb
2020-09-01 15:08:33 -07:00
Peter Norvig
ec7939b418
Add files via upload
2020-07-06 14:50:16 -07:00
Peter Norvig
fc4bc6ac39
Add files via upload
2020-07-01 17:20:11 -07:00
Peter Norvig
e6772e0d7d
Add files via upload
2020-05-08 20:26:21 -07:00
Peter Norvig
e1a14cd4c2
Add files via upload
2020-04-23 15:24:37 -07:00
Peter Norvig
72273bcb88
Add files via upload
2020-04-14 18:46:24 -07:00
Nischal Shrestha
a56edfe0c4
Cast map return values to lists
...
For Python 3.x, map() returns a map object which needs to be cast to a list for some of the return values in the expand and let methods. Otherwise, some tests will fail.
2019-09-08 02:37:56 -04:00
Peter Norvig
ebda2935b1
Update lis.py
2018-10-24 15:09:42 -07:00
Peter Norvig
68bda97dda
Update lispytest.py
2018-10-24 15:08:42 -07:00
Peter Norvig
192b0ec410
Update lispytest.py
2018-10-24 14:55:10 -07:00
Peter Norvig
5bda69ee24
Update lispytest.py
2018-10-24 14:47:50 -07:00