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
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