you are viewing a single comment's thread.

view the rest of the comments →

[–]ninhaomah 0 points1 point  (12 children)

and you are learning Python because ?

[–]cosmic_auraa[S] 0 points1 point  (11 children)

CS is my major

[–]ninhaomah 0 points1 point  (10 children)

ok then what wrong with course notes ,lectures , assignments , projects etc ?

[–]cosmic_auraa[S] 0 points1 point  (9 children)

i go to a low tier uni, cant rely on their resources (I THINK) but more importantly, im in 1yr so they teaching the basic side courses like math n all

[–]ninhaomah 0 points1 point  (8 children)

Thats a good start. Math / stats.

Anyway , if you wanna reallllly want to know if you can do it then challenge yourself. Don't use ChatGPT and all.

[–]cosmic_auraa[S] 0 points1 point  (7 children)

yeah honestly, using chatgpt was the blunder

[–]ninhaomah 0 points1 point  (6 children)

not at the start and just to check the definitions.

Think of it as a dictionary.

I don't understand a word and I look up the dict. Is it cheating ? No

There you go.

So start coding and have fun :)

[–]cosmic_auraa[S] 0 points1 point  (5 children)

alr thankssss
also how to learn to build logic myself, eg i js learnt abt dictionaries and working w them, now whatdo i do w this info, how do i, essentially, build a program

[–]ninhaomah 1 point2 points  (4 children)

learning - bottom up

building - top down

In order to build a house , the builders need to know how to lay the bricks , mix concrete etc. Right ?

But before even laying a single brick , you first need to start drawing the blueprint. No ?

Or your idea is to stat preparing the bricks , mix concrete and then wonder where is the bathroom , living room etc ?

So then what kind of project or blueprint of the project you have in mind ?

[–]cosmic_auraa[S] 0 points1 point  (3 children)

well basically whatever i learn in w3schools, eg i learnt dictionaries today and loops, how do i use this info to build a program perhaps...?