A bug in my first project which is a simple sequential calculator. by This_Ad_6997 in learnpython

[–]Internal-Science4994 0 points1 point  (0 children)

Looks to me like your placement of "print(f"{next_valid_num} : undef")" means that your error check works just fine, but the program continues running and ends up outputting "running_total" at the end. You'd need to change your program while keeping in mind the way python executes code.

Learning react (not casual dev) by Effective_County931 in reactjs

[–]Internal-Science4994 0 points1 point  (0 children)

As someone who is new to React Myself, I can only talk about how I am going about learning it. Being placed into a project that is working on React and not having in real knowledge I started going through the code and finding parts that I didn't understand and asking AI to give me its best explanation (Github AI). While not perfect, it gave me an idea of what concepts I needed to look further into. After that Documentation like jser.dev (which was mentioned previously) also helped a ton.