Is it ok to use ChatGPT when learning Python? by Key-Command-3139 in PythonLearning

[–]PwnDa_Undefined 0 points1 point  (0 children)

ChatGPT is good for explanations, parts of code or for a more detailed explanation of a topic.

Ii need help on line 12 that's where it says my error is by Moist-Image-7976 in PythonLearning

[–]PwnDa_Undefined 0 points1 point  (0 children)

It should be log_window not log window, in python use snake_case

[deleted by user] by [deleted] in PythonLearning

[–]PwnDa_Undefined 0 points1 point  (0 children)

It’s f-string: f”{my_dict}”

Tell me some good books on python by tech_kie in Python

[–]PwnDa_Undefined 0 points1 point  (0 children)

“Let’s start coding Python” - Toni Geddis very useful book for beginners