issues
search
webartifex
/
intro-to-python
An intro to Python & programming for wanna-be data scientists
https://code.webartifex.biz/alexander/intro-to-python
MIT License
912
stars
88
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Include video as an example of a semantic error
#55
webartifex
opened
1 week ago
0
Fibonacci with Lists
#54
webartifex
opened
2 years ago
0
Extend football exercise
#53
webartifex
opened
2 years ago
0
Define the term nested ...
#52
webartifex
opened
2 years ago
0
Include Big-O blog post
#51
webartifex
opened
2 years ago
0
Add doctests
#50
webartifex
opened
3 years ago
0
Introduce the term generics
#49
webartifex
opened
3 years ago
0
Include video for Collatz' Conjecture
#48
webartifex
opened
3 years ago
0
Introduce the term predicate
#47
webartifex
opened
3 years ago
0
More details on literals
#46
webartifex
opened
3 years ago
0
Introduce concept of generic functions
#45
webartifex
opened
3 years ago
0
Introduce concept of serialization
#44
webartifex
opened
3 years ago
0
Mention `math.prod()`
#43
webartifex
opened
3 years ago
0
Usage of `collections.Counter` as a Multiset
#42
webartifex
opened
3 years ago
0
Introduce `statistics.mean()`
#41
webartifex
opened
3 years ago
0
Introduce the term variadic
#40
webartifex
opened
3 years ago
0
@cached_property
#39
webartifex
opened
3 years ago
0
Include `dict` vs. `OrderedDict`
#38
webartifex
opened
3 years ago
0
Exchange chapters 8 and 9
#37
webartifex
opened
3 years ago
0
Reference Cal Newport's Deep Work in Chapter 0
#36
webartifex
opened
3 years ago
0
Mention that indexing in `list`s is in constant time
#35
webartifex
opened
3 years ago
0
Solve Towers of Hanoi with stacks
#34
webartifex
opened
3 years ago
0
Add lru_cache() to Fibonacci example in Chapter 9
#33
webartifex
opened
3 years ago
0
Sharpen iteration vs. recursion vs. looping
#32
webartifex
opened
3 years ago
1
Rearrange contents in chapter 8
#31
webartifex
opened
3 years ago
1
Rearrange contents in chapter 4
#30
webartifex
opened
3 years ago
1
Replace Google Maps with geopy (Nominatim) in Chapter 11's exercises
#29
webartifex
opened
3 years ago
0
Bump notebook from 6.1.4 to 6.1.5
#28
dependabot[bot]
closed
3 years ago
1
fibonacci(0) corner case
#27
webartifex
opened
4 years ago
3
Playing Cards Exercises in Chapter 11
#26
webartifex
opened
4 years ago
0
Check all project internal links
#25
webartifex
opened
4 years ago
0
Use shorter words
#24
webartifex
opened
4 years ago
0
Grammar Issue: Chapter 10 Content
#23
yyouss1
opened
4 years ago
0
Grammar Issue: Chapter 8 Content
#22
yyouss1
opened
4 years ago
0
Introduce the term keywords
#21
webartifex
opened
4 years ago
0
indexing is formally called subscription
#20
webartifex
opened
4 years ago
0
Add is and in operators to boolean expressions section
#19
webartifex
opened
4 years ago
0
Chapter 5 - Typo
#18
yyouss1
opened
4 years ago
0
Move built-in constructors to Value section in Chapter 1
#17
webartifex
opened
4 years ago
0
Grammar Error in Chapter 4: Recursion & Looping Exercise
#16
yyouss1
opened
4 years ago
0
Chapter 10 exercises: use complete set of permutations directly
#15
plammens
closed
4 years ago
5
Typos in Chapter 2 Content
#14
yyouss1
opened
4 years ago
3
Introduce the term contiguous array in chapter 07 (lists)
#13
webartifex
opened
4 years ago
0
New exercise for numbers chapter
#12
webartifex
opened
4 years ago
0
Bump bleach from 3.1.0 to 3.1.4
#11
dependabot[bot]
closed
4 years ago
3
Include Youtube Link in jupyter notebook lecture
#10
yyouss1
closed
4 years ago
1
Add link to Deepnote
#9
JanMatas
closed
4 years ago
4
Introduce duck typing before type checking in Chapter 4
#8
webartifex
opened
4 years ago
0
"Case Study" on Duck Typing vs. Goose Typing
#7
webartifex
opened
5 years ago
0
Integrate 3.8 features
#6
webartifex
opened
5 years ago
1
Next