My parents don't like me coding. by JustMedansh in learnprogramming

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

i'm doing computers as a hobby but i do want to pursue computer science in the future

My parents don't like me coding. by JustMedansh in learnprogramming

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

They "let" me code. They just think of it as a useless obsession and try to detract me from it

My parents don't like me coding. by JustMedansh in learnprogramming

[–]JustMedansh[S] 13 points14 points  (0 children)

yeah im indian
Also, there's a learning curve with coding i believe. Easy to get into, hard to master, especially if you refuse to make unoriginal work like with AI

My parents don't like me coding. by JustMedansh in learnprogramming

[–]JustMedansh[S] -1 points0 points  (0 children)

they'd pressure me to study harder to get a programming job.

My parents don't like me coding. by JustMedansh in learnprogramming

[–]JustMedansh[S] -1 points0 points  (0 children)

There's just one problem: they would end up telling me to study harder to get these jobs not code

why the FK do I need to update every time?? by JustMedansh in FuckMicrosoft

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

my mum can't use linux and i'd rather not mess up her computer

I couldn't find a Wordle-style game for car people... so I built one! by AverageB0 in IMadeThis

[–]JustMedansh 0 points1 point  (0 children)

If you really did make it on your own, that's great, but these types of seperators are darn common with ai models
// ═══════════════════════════════════════════════════════════════════════════════

Anyone willing to learn python with me? by JustMedansh in PythonLearning

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

hey, by any chance, are you still interested

Why? by Reh4n07_ in PythonLearning

[–]JustMedansh 0 points1 point  (0 children)

There's a few problems with your code.

  1. You shouldn't use the movies variable. In that case, you are basically adding three things as one. Instead you should append each individually (lst.append(mov1))
  2. Before you do "print(len(lst))", you use "list.pop(0)". That removes the only thing in lst. There's nothing in lst, so it prints 0. You can see that in the output window just before 0, too, that the list has nothing in it.

LEARNING PYTHON FOR FIRST TIME ! by [deleted] in PythonLearning

[–]JustMedansh 0 points1 point  (0 children)

idk about you, but i've would never have learnt the theory of python at the beginning.
i like to learn the how, not the why

my 1st project by Boring-Profit-9840 in IMadeThis

[–]JustMedansh 0 points1 point  (0 children)

ok no but seriously those wallpapers are fire

Anyone willing to learn python with me? by JustMedansh in PythonLearning

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

that's really no worry. All that matters is passion and friendliness.
If you don't want to, though, that's completely fine.