Learning_Python
Learning_Python copied to clipboard
Source material for Python Like You Mean it
Removed the old, complicated branch structure in favor of the all-master structure
To [here](https://www.pythonlikeyoumeanit.com/Module3_IntroducingNumpy/ArrayTraversal.html) Which is faster: summing a square array along its rows or along its columns?
Link to [this post](https://www.anaconda.com/using-pip-in-a-conda-environment/) or [this post](https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#using-pip-in-an-environment) and provide high-level takeaways for best practices
Add [here](https://www.pythonlikeyoumeanit.com/Module2_EssentialsOfPython/Basic_Objects.html#Formatting-strings)
It's pretty inconvenient to have to scroll back and forth between reading comprehension questions and solutions to match them up when checking solutions. It'd be great if there's a button...
Ensure that links are not broken and that internal links use https and not http. Using the example [provided by hypothesis](https://hypothesis.readthedocs.io/en/latest/stateful.html) ```python from hypothesis.stateful import GenericStateMachine import hypothesis.strategies as st...
Now that the section on [vectorized operations](https://www.pythonlikeyoumeanit.com/Module3_IntroducingNumpy/VectorizedOperations.html) doesn't suck, it'd be good to add a few simple examples of linear algebra functions. The subsection already exists. I'm thinking dot products,...
Thank you so much for your making great learning materials. I am relearning Python with PLYMI now. By the way, the solution of the exercise below seems not to work...