David Beazley
a8e0892301
Merge pull request #66 from jarlethorsen/patch-1
...
Update ex5_6.md to fix NameError in example code
2024-07-31 10:37:12 -05:00
David Beazley
110101705e
Merge pull request #71 from Curiosit/patch-3
...
Update formatter.py
2024-07-31 10:36:32 -05:00
David Beazley
6c742ccf84
Merge pull request #72 from jarlethorsen/patch-2
...
Update ex6_2.md to fix variable mismatch
2024-07-31 10:36:09 -05:00
David Beazley
7a8f6dec0e
Merge pull request #82 from Se3ek/typo-correction
...
typo in ex2_2
2024-07-31 10:35:08 -05:00
David Beazley
2637086c55
Merge pull request #85 from galleon/patch-1
...
Update ex3_1.md
2024-07-31 10:34:22 -05:00
David Beazley
a053fa120a
Added solutions for ex2.2
2024-07-31 10:31:35 -05:00
David Beazley
b865f86b33
Fixed typo in function name
2024-07-31 10:26:21 -05:00
David Beazley
94e9fdbf52
Added missing reading reference
2024-07-31 10:23:25 -05:00
David Beazley
fffcb971e6
Merge pull request #65 from Curiosit/main
...
Update ex7_1.md
2024-07-31 10:20:39 -05:00
David Beazley
85c03ffd79
added links to earlier exercises
2024-07-31 10:11:16 -05:00
Guillaume Alleon
48afeb56b5
Update ex3_1.md
...
fix a small typo
2024-06-15 15:26:05 +02:00
Seb
271ed03ff2
typo in ex2_5
2024-02-16 23:35:02 +01:00
Seb
0eedffd429
typo in ex2_2
2023-11-19 12:40:15 +01:00
Jarle Thorsen
92d7dc0f93
Update ex6_2.md to fix variable mismatch
...
The sell() method takes the nshares argument, however inside the method the variable shares is used instead.
This patch changes the name of the argument according to the variable used within the method.
2023-10-30 14:30:21 +01:00
MateuszMazurek
8111013443
Update formatter.py
2023-10-29 12:09:09 +01:00
Jarle Thorsen
1d20aaeca8
Update ex5_6.md to fix NameError in example code
...
Calling Stock() directly without providing the name of the module will result in the following error:
NameError: name 'Stock' is not defined
This fixes the bug in the example code.
2023-10-23 12:27:05 +02:00
Curiosit
3375d28b4d
Update ex7_1.md
...
Fixed a typo: 6.6 -> 6.5
2023-10-22 23:06:47 +02:00
David Beazley
afec76dd94
Merge pull request #44 from darshandzend/main-1
...
typo
2023-08-14 10:02:06 -05:00
Darshan Zend
1e2916e64f
typo
2023-08-14 15:47:31 +01:00
David Beazley
3ac425a715
Merge pull request #39 from Aymane11/main-1
...
Fix missing bracket in ex3_6. Good catch!
2023-08-06 19:46:06 -05:00
Aymane Boumaaza
ccfcd4cb9f
Fix missing bracket in ex3_6
2023-08-06 22:45:17 +01:00
David Beazley
d540e77118
Merge pull request #33 from darshandzend/patch-1
...
Fix typo
2023-07-28 19:58:50 -05:00
Darshan Zend
397b736762
Fix typo
2023-07-28 15:44:27 +01:00
David Beazley
9bb142586b
Added question
2023-07-27 05:10:23 -05:00
David Beazley
558ece5cf5
Merge pull request #31 from davidlowryduda/patch-1
...
Update ex7_1.md
2023-07-26 19:52:09 -05:00
David Lowry-Duda
b82efeca2a
Update ex7_1.md
...
This **tiny** commit corrects two typos.
2023-07-26 14:44:31 -04:00
David Beazley
09c35c10df
Merge pull request #29 from l0b0/fix/Sequence
...
fix: Correct reference to `Sequence`
2023-07-25 18:43:56 -05:00
Victor Engmark
c079eb9507
fix: Correct reference to Sequence
2023-07-26 11:23:28 +12:00
David Beazley
393db776e1
Merge pull request #28 from SulimanSagindykov/patch-1
...
Update ex2_3.md
2023-07-23 04:41:06 -05:00
Suliman Sagindykov
48df268fa9
Update ex2_3.md
...
unnecessary space after a tab (from 5 to 4 spaces)
2023-07-21 16:19:24 +05:00
David Beazley
ac260673ae
Merge pull request #16 from regisb/patch-1
...
docs: "what" -> "why" typo
2023-07-20 15:49:45 -05:00
Régis Behmo
85987ca6f1
docs: "what" -> "why" typo
2023-07-20 15:39:49 +02:00
David Beazley
13df3ab71a
Merge pull request #14 from kozistr/fix/indentation
...
Fix indentation in exercise 9_4
2023-07-20 05:39:28 -05:00
David Beazley
fab0426db6
Merge pull request #13 from williamrowell/ex1_1
...
Fixed mixed indentation in exercise 1_1 and solution.
2023-07-20 05:38:56 -05:00
kozistr
e92c1811db
fix: indentation
2023-07-20 15:32:48 +09:00
William Rowell
87f932a66b
Fixed mixed indentation in exercise 1_1 and solution.
2023-07-19 23:20:45 -07:00
David Beazley
118b01e8c4
Merge pull request #11 from EliahKagan/license
...
Add license file
2023-07-19 16:33:00 -05:00
David Beazley
b03bab3105
Merge pull request #12 from pitmonticone/main
...
Fix typo in README
2023-07-19 16:31:52 -05:00
Pietro Monticone
53b1c50517
Update README.md
2023-07-19 23:23:58 +02:00
Eliah Kagan
eb88fd3c11
Add license file
...
The top-level readme states the license as CC-BY-SA 4.0
International. This adds a license file (copied for consistency
from the practical-python repository, which uses the same license).
2023-07-19 16:58:34 -04:00
David Beazley
1d32c905f6
Merge pull request #5 from Chaoyingz/patch-1
...
Fix indent
2023-07-19 09:00:14 -05:00
Chaoying
d26ca87a05
Fix indent
2023-07-19 11:22:22 +08:00
David Beazley
0dc60e5698
Minor edits
2023-07-18 06:41:44 -05:00
David Beazley
2bb2730c62
Added question
2023-07-18 04:07:36 -05:00
David Beazley
0d51cb5e0a
Merge pull request #4 from matusf/fix-links
...
Fix broken links
2023-07-17 10:59:43 -05:00
Matúš Ferech
8d3bb056fa
Fix broken links
2023-07-17 17:45:29 +02:00
David Beazley
1204e2f5b8
Merge pull request #2 from pitmonticone/main
...
Fix typo
2023-07-17 04:35:10 -05:00
Pietro Monticone
508940958e
Update README.md
2023-07-17 09:13:21 +02:00
David Beazley
7d4b30154a
Initial commit
2023-07-16 20:21:00 -05:00
David Beazley
82e815fab2
Initial commit
2023-07-16 20:11:16 -05:00