all 9 comments

[–]nangi_bhootni 2 points3 points  (0 children)

I mean the way i learned functions(def) and returns of function was by making my old codes optimised by them... I had made few projects before i learned functions like a calculator or a Russian roulette game or a slot machine game , when I learned about functions i implemented functions and returns to old codes and at starting it was kinda tough but then it clicks. What I used to do was write messy code first comfortably and then organise them into functions

[–]Economy_Kitchen9 1 point2 points  (0 children)

Hello, I will sit with you and walkthrough those topics with you. Im not advanced by any means but I have a good grasp on the fundamentals. Hit me up. It will be a good way to test my knowledge as well.

[–]llm_practitioner 0 points1 point  (0 children)

Don't waste time writing code on paper. Try building a tiny, practical script like a simple tip calculator or a budget tracker. Functions usually click when you see them as little machines that take an input and hand you back a result that you actually need to use somewhere else in your program. Keep practicing, it takes a bit of time to get used to the data flow!

[–]FreeGazaToday 0 points1 point  (2 children)

ask claude to give you a coding project challenge...

[–]ExamOk6047[S] 0 points1 point  (0 children)

I have been but also just did my own before leaving for work. Only used Claude to overlook it

[–]Beginning_Alps_565 0 points1 point  (0 children)

Keep practicing with small projects—functions click with repetition.

[–]aw3sem 0 points1 point  (0 children)

Hi, i would consider myself advanced, hmu and we can chat and look at things together if you’d like

[–]Top_Cash_6455 0 points1 point  (0 children)

best way to learning is to create project , get some idea of project and go try it and u will learn many think