mdipierro / nlib

The book "Annotated Algorithms in Python" and the nlib.py library
1.33k stars 115 forks source link

Python 3 support #5

Open chadgh opened 8 years ago

chadgh commented 8 years ago

It would be great to have python 3 supported. If it isn't a high priority for you and you don't know of any major issues with porting it to support python 3, I wouldn't mind helping with that.

mdipierro commented 7 years ago

please do. thank you. make changes to the tex, not the nlib, since the latter is auto-generated from the book.

avinassh commented 7 years ago

This issue was opened more than a year ago. Can I take this up? @mdipierro

chadgh commented 7 years ago

@avinassh Go for it. I unfortunately haven't done anything with this yet. Sorry.

mdipierro commented 7 years ago

yes. Thank you!

avinassh commented 7 years ago

Great. I will get started asap.

Any instructions on building the tex file? and also, the whole book is in a single tex file, wouldn't it be better to split it chapter wise?

mdipierro commented 7 years ago

I have code that takes the book and spits out and tests the nlib.py. I would rather keep it as it is. :-)

avinassh commented 7 years ago

Sure. No problem!

Can you give me instructions on building the book and also testing the code? I already MacTex installed and running.

mdipierro commented 7 years ago

building the book is just "pdflatex book_numerical.tex". I usually run it 3 times to make sure citations show up correctly. I will commit the code for the testing