fluentpython / example-code

Example code for the book Fluent Python, 1st Edition (O'Reilly, 2015)
http://bit.ly/fluentpy
MIT License
5.56k stars 2.18k forks source link

Update vector_v5.py #23

Closed alpnn closed 3 years ago

alpnn commented 6 years ago

Should consider "typecode" in init and frombytes

ramalho commented 3 years ago

Thanks! This is a good suggestion, @alpnn. I will leave the code as is in this repository, but I may add the change you suggest to examples in Fluent Python, Second Edition.