How can i learn coding?

menas

menas

𝕯𝖝𝕯 π–ˆπ–—π–Šπ–œ π•Έπ–†π–˜π–™π–Šπ–—
Joined
May 16, 2024
Posts
2,946
Reputation
9,000
title, i want to learn coding but i think i have severe adhd and all that stuff :feelscry:

@Jason Voorhees @warmth @lifeless @Zagro @PsychoH
 
  • +1
Reactions: lifeless, Neucher, Alias! and 8 others
title, i want to learn coding but i think i have severe adhd and all that stuff :feelscry:

@Jason Voorhees @warmth @lifeless @Zagro @PsychoH
It’s should be harder when you can’t focus tho that shit takes a lil while, you should just begin with tutorials online
 
  • +1
  • So Sad
Reactions: eyewideshut, BitterschΓΆn, loyolaxavvierretard and 2 others
meth
 
  • +1
  • JFL
Reactions: eyewideshut, BitterschΓΆn, loyolaxavvierretard and 3 others
You don't have to learn coding for a job in IT tho. Plenty of jobs where there is 0 coding involved
 
  • +1
Reactions: menas, eyewideshut, BitterschΓΆn and 3 others
title, i want to learn coding but i think i have severe adhd and all that stuff :feelscry:

@Jason Voorhees @warmth @lifeless @Zagro @PsychoH
I already sent it in the discord under β€˜resources’.
 
  • +1
Reactions: menas, eyewideshut, BitterschΓΆn and 2 others
What exactly do you want to learn ?

Python ?

Scripting in Lua ?

Web dev ?

Java ?

MATLAB ?

VBA ?
 
  • +1
Reactions: menas, BitterschΓΆn, Basedman420 and 3 others
  • +1
  • WTF
  • Hmm...
Reactions: Depresso, menas, imontheloose and 3 others
  • +1
Reactions: Depresso, menas, Jason Voorhees and 3 others
  • +1
Reactions: menas, eyewideshut, Zagro and 1 other person
It is important for simulations in Mech Engg
MATLAB is outdated and overpriced for what it offers. Most companies have already moved onto open source libraries. Unless you are working on very old legacy systems learning MATLAB is pointless. It used to be the industry standard like 20 year ago now now.
 
  • +1
Reactions: RXnd, Zagro, menas and 1 other person
python mogs but it's slow :feelscry:
Raw Python code is slow but no one uses it for heavy computation. The eavy lifting is done by libraries like NumPy, SciPy, TensorFlow, etc.These libraries are actually written in C/C++ under the hood so when you call them it's basically running compiled code at C-speed. You also get the easy Python syntax on top. There's a reason why MATLAB has been systematically beinf phased out.
 
  • +1
  • Love it
Reactions: Neucher, RXnd, Zagro and 2 others
Nigga said Matlab 🀣 πŸ’€
Bro, don't hate on us engineering students. Sure, we use it and then beg our first job to pay for the license for all 300 staff, but it's fucking cool. :feelshehe:
 
  • +1
Reactions: Neucher, menas, Zagro and 1 other person
I already sent it in the discord under β€˜resources’.
as i said i have adhd :feelscry:
You don't have to learn coding for a job in IT tho. Plenty of jobs where there is 0 coding involved
i don't want a job in IT i want to learn coding.
What exactly do you want to learn ?

Python ?

Scripting in Lua ?

Web dev ?

Java ?

MATLAB ?

VBA ?
python i guess


@Jonas2k7 @chadisbeingmade @Vermilioncore
 
  • +1
Reactions: Neucher, Jonas2k7, Zagro and 3 others
  • +1
Reactions: Neucher, Zagro and loyolaxavvierretard
Okay I'll just list down resources for languages

PYTHON = MOOC OFFERED BY HELSINKI UNIVERSITY, BOOK TITLED "AUTOMATE THE BORING STUFF WITH PYTHON" AND "FULL STACK PYTHON". READ THE DOCS

JAVA = MOOC HELSINKI JAVA COURSE IS THE BEST AT STRUCTURE AND PRACTICE. AFTER THAT YOU CAN DIVE INTO WHATEVER YOU WANT TO MASTER, SPRINGBOOT OR OTHER STUFF LIKE THAT. READ THE DOCS

I RECOMMEND STARTING WITH EITHER OF THESE LANGUAGES. OR YOU CAN PICK UP A C COURSE IF YOU ARE INTERESTED IN UNDERSTANDING LOW LEVEL CODE

FOR GENERAL PROGRAMMING THEORY TO DIG DEEP READ

"ALGORITHM DESIGN MANUAL" BY STEVEN SKIENA

IF YOU DONT BECOME A GOOD PROGRAMMER AFTER READING THAT BOOK COVER TO COVER, I'LL PAY YOU BACK THE MONEY. IT IS VERY GOOD AT TEACHING BASIC ALGORITHM DESIGN CONCEPTS THAT CAN HELP YOU IN YOUR PROJECTS AT SOME STAGES
 
  • +1
Reactions: Neucher and Zagro
Okay I'll just list down resources for languages

PYTHON = MOOC OFFERED BY HELSINKI UNIVERSITY, BOOK TITLED "AUTOMATE THE BORING STUFF WITH PYTHON" AND "FULL STACK PYTHON". READ THE DOCS

JAVA = MOOC HELSINKI JAVA COURSE IS THE BEST AT STRUCTURE AND PRACTICE. AFTER THAT YOU CAN DIVE INTO WHATEVER YOU WANT TO MASTER, SPRINGBOOT OR OTHER STUFF LIKE THAT. READ THE DOCS

I RECOMMEND STARTING WITH EITHER OF THESE LANGUAGES. OR YOU CAN PICK UP A C COURSE IF YOU ARE INTERESTED IN UNDERSTANDING LOW LEVEL CODE

FOR GENERAL PROGRAMMING THEORY TO DIG DEEP READ

"ALGORITHM DESIGN MANUAL" BY STEVEN SKIENA

IF YOU DONT BECOME A GOOD PROGRAMMER AFTER READING THAT BOOK COVER TO COVER, I'LL PAY YOU BACK THE MONEY. IT IS VERY GOOD AT TEACHING BASIC ALGORITHM DESIGN CONCEPTS THAT CAN HELP YOU IN YOUR PROJECTS AT SOME STAGES
AFTER YOU COMPLETE THE PYTHON COURSE, YOU CAN DO

FLASK

PYTORCH

DJANGO
 
  • +1
Reactions: Neucher
Okay I'll just list down resources for languages

PYTHON = MOOC OFFERED BY HELSINKI UNIVERSITY, BOOK TITLED "AUTOMATE THE BORING STUFF WITH PYTHON" AND "FULL STACK PYTHON". READ THE DOCS

JAVA = MOOC HELSINKI JAVA COURSE IS THE BEST AT STRUCTURE AND PRACTICE. AFTER THAT YOU CAN DIVE INTO WHATEVER YOU WANT TO MASTER, SPRINGBOOT OR OTHER STUFF LIKE THAT. READ THE DOCS

I RECOMMEND STARTING WITH EITHER OF THESE LANGUAGES. OR YOU CAN PICK UP A C COURSE IF YOU ARE INTERESTED IN UNDERSTANDING LOW LEVEL CODE

FOR GENERAL PROGRAMMING THEORY TO DIG DEEP READ

"ALGORITHM DESIGN MANUAL" BY STEVEN SKIENA

IF YOU DONT BECOME A GOOD PROGRAMMER AFTER READING THAT BOOK COVER TO COVER, I'LL PAY YOU BACK THE MONEY. IT IS VERY GOOD AT TEACHING BASIC ALGORITHM DESIGN CONCEPTS THAT CAN HELP YOU IN YOUR PROJECTS AT SOME STAGES
Python is easier to learn
 
  • +1
Reactions: Neucher and loyolaxavvierretard
Python is dynamically typed while Java is statically typed. For that reason I recommended Java too. He can also learn most things with Python but it handwaves a lot of stuff away
Python is easier to learn
 
  • +1
Reactions: Neucher
Python is dynamically typed while Java is statically typed. For that reason I recommended Java too. He can also learn most things with Python but it handwaves a lot of stuff away
Literally so much free shit on YouTube to learn all of this

So many in-depth courses made by Mumbai dwellers that honestly have taught me more than learning it in school
 
  • +1
Reactions: Neucher and loyolaxavvierretard
Literally so much free shit on YouTube to learn all of this

So many in-depth courses made by Mumbai dwellers that honestly have taught me more than learning it in school
For him, I suggested MOOC because it actually makes you write the code and gives you tough problems. If he wants just the concepts and syntax, the docs are enough. The MOOC is very well structurrd too and starts from the very basics without assuming any programming knowledge. Corey Schafer is the best in Youtube though. Helped me learn a lot of stuff
 
  • +1
Reactions: Depresso, Neucher and RXnd
title, i want to learn coding but i think i have severe adhd and all that stuff :feelscry:

@Jason Voorhees @warmth @lifeless @Zagro @PsychoH
ask some Asians for help
 
  • +1
  • JFL
Reactions: menas, Neucher and loyolaxavvierretard
title, i want to learn coding but i think i have severe adhd and all that stuff :feelscry:

@Jason Voorhees @warmth @lifeless @Zagro @PsychoH
Try project work, see if you can get hyper focused
 
  • +1
  • Woah
Reactions: loyolaxavvierretard, menas and Neucher

Similar threads

menas
Replies
17
Views
234
CorinthianLOX
CorinthianLOX
The Homelander
Replies
8
Views
92
RXnd
RXnd
AstroSky
Replies
0
Views
62
AstroSky
AstroSky
HimmyButlerV2
Replies
7
Views
92
It'snotover
It'snotover

Users who are viewing this thread

Back
Top