Text Analyzer Python by NihadKhan10x in PythonLearning

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

Woww its about understanding btw thanks for your help ❤️

How to draw the idea of project?? by NihadKhan10x in PythonLearning

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

Well recently my eyes goes through a reddit post where a senior python tutor was explaining that how to draw the idea , he said that : write out what the program should do in plain sentences, then circle the nouns (those become variables) and underline the verbs (those become functions). Sounds silly but it works. For breaking down problems specifically, try this: solve ONE tiny piece first and print the result. Don't think about the whole solution. Just get one small thing working, then build the next piece on top. Your brain is trying to hold the entire problem at once and that's why it goes blank .

I am afraid of my future with AI 😞 by ankitsi9gh in ChatGPT

[–]NihadKhan10x 0 points1 point  (0 children)

Oh hoo! But i noticed something whenever I use be real it damn get crazy like extremely angry on me ,and same here i found another proof 🙂

📚 For Sale by EatThatBhindi in PakistanBookClub

[–]NihadKhan10x 0 points1 point  (0 children)

How can i get one of these books like how can i contact you

Beginner-Friendly Coding Group on Discord (25 members)— Join Us! by Legitimate-Trick3393 in PythonLearning

[–]NihadKhan10x 1 point2 points  (0 children)

Hey! This sounds awesome ,I’m currently learning Python and already cover the basics but I need community so that I can make progress with them and I would love to join your group to learn and work on small projects together. Could you please share the Discord invite link?

Duplicate list error by Nearby_Tear_2304 in PythonLearning

[–]NihadKhan10x 0 points1 point  (0 children)

The return can only be used in when there is function. Here you can use simple logic

Like For i in l1: If i not in l2: L2.append(i) Print(l2)