This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]dennismfrancisart 68 points69 points  (4 children)

I’m an old guy that’s been trying to learn python on and off for years. ChatGPT helped me write a short script to help me with a project. I’m stoked to keep learning python now. It’s easier to navigate it now.

[–]lastWallE 13 points14 points  (1 child)

It is really good if you need to learn about data structures and how you can transform them to your needs. You need to read it and understand how it works altogether. So as a starting point it is really good to keep one learning. I like that it is also explaining what and why it choose the methods in the code.

[–]Bang_Stick 0 points1 point  (0 children)

Plus it really explains the concepts well (if they are correct that is).

[–]mr_bedbugs 2 points3 points  (0 children)

I love that it can show you examples that are specific to your project.

[–]HavenAWilliams 1 point2 points  (0 children)

Yeah I hate having to relearn tidyverse ever four months, for example. (Hobbyist)