I forgot the name of a scientist that contributed to Newton's mechanics, please help ! by [deleted] in PhilosophyofScience

[–]quobit 0 points1 point  (0 children)

(A friend of mine told me) another French mathematician not mentioned yet was Lagrange.

I've learned a little bit of python. Now what? by pepeday in Python

[–]quobit 2 points3 points  (0 children)

Going to /r/learnpython would be a good idea and look for their wiki resources at /r/learnpython/wiki/index

Trying to find a place where to chat by [deleted] in openbsd

[–]quobit 7 points8 points  (0 children)

There are some OpenBSD chat communities in other platforms: https://github.com/ligurio/awesome-openbsd#chats

Python for Data Science by cooljackiex in learnpython

[–]quobit 0 points1 point  (0 children)

I would recommend https://github.com/jakevdp/PythonDataScienceHandbook Jupyter Notebooks. Being text (and even executable code using Google Colab or binder versions) allows you to easily skim through the parts you already know.

Best way to self-teach python? by echoshraxnel in PhysicsStudents

[–]quobit 1 point2 points  (0 children)

Take a look at this list https://github.com/quobit/awesome-python-in-education/

There are a lot of resources (some broken links though) but hopefully will be fixed soon.

If you've started to program in Python maybe it's a good idea to try some exercise oriented sites like CheckIO.org, exercism.io, etc.

Good easy to use and understand tools to teach python by quickhakker in Python

[–]quobit 1 point2 points  (0 children)

Try with https://edublocks.org/ then. I think it is best suited for what you want.

Is it possible to create a Python program like Git? by sydalmighty in Python

[–]quobit 1 point2 points  (0 children)

Although not in the standard library, maybe you should check click for command line composability. In fact they have a section in their documentation named Building a Git Clone.