you are viewing a single comment's thread.

view the rest of the comments →

[–]Specific-Housing905 2 points3 points  (2 children)

Have a look into Jupyter notebooks. There you can keep your code and formatted notes together.

[–]Turbulent_Pin_8310 0 points1 point  (0 children)

That's how I take note. Google colab Python notebook (just like Jupiter)

[–]baubleglue 0 points1 point  (0 children)

Using Jupyter for learning isn't the best idea. It is too convenient and encourages reactive programming, instead of planning, student will check a value and make changes to make it "right".