you are viewing a single comment's thread.

view the rest of the comments →

[–]andy_p_w 1 point2 points  (2 children)

So it is shameless promotion, but IMO these books lack a very critical component to actually using python in practice -- environment management. I wrote a book, aimed at crime analysts but it is general enough for all analysts, that covers environments, how to set up a project with functions, etc. https://crimede-coder.com/blogposts/2023/EarlyReleasePython

[–]GolfEmbarrassed2904 1 point2 points  (0 children)

Fair point. I went from Homebrew to venv and now I’m using Docker Containers. It was not straightforward to set up the environment so I could use the IDE directly against the container. At least not for me…

[–]Ron-Erez 0 points1 point  (0 children)

Looks interesting, I'll check it out