Jump to content

java or C# are close enough to english and basic logic that you'll pick it up in no time but it will be tough without a clear project to guide you

Primary System

  • CPU
    Ryzen R6 5700X
  • Motherboard
    MSI B350M mortar arctic
  • RAM
    32GB Corsair RGB 3600MT/s CAS18
  • GPU
    Zotac RTX 3070 OC
  • Case
    kind of a mess
  • Storage
    WD black NVMe SSD 500GB & 1TB samsung Sata ssd & x 1TB WD blue & x 3TB Seagate
  • PSU
    corsair RM750X white
  • Display(s)
    1440p 21:9 100Hz
Link to comment
https://linustechtips.com/topic/798254-n00b-help/#findComment-10044538
Share on other sites

Link to post
Share on other sites

what kind of project? i mean what if i want to do things more based in gaming or if you are in support of it like maybe social media hacking? currently the only thing ive been able to do is be a script kitty by making a facebook fishing site to see what i was capable of but i copied it off youtube but i am also interested in games maybe like a mod or something

Link to comment
https://linustechtips.com/topic/798254-n00b-help/#findComment-10044555
Share on other sites

Link to post
Share on other sites

4 hours ago, charrst said:

I've read that a lot of schools are starting students with JavaScript instead of Java. Supposedly it is easier for students to pick up on because they don't have to learn about methods/functions, classes, etc. until later on, allowing them to focus on the code.

java literally throws OOP in your face until you're sick, at least what the literature was like here in the UK.

 

i totally understand this change for a beginner. No new person to programming is going to learn about contructs when they can't even print to the screen, add numbers or even get data from the user.

4 hours ago, Alvaro_avalos said:

so i dont know the first thing about programming and i want to learn a language and just really get in to the world of it but i dont know where to start also any suggestions for what language?

that fully depends on what you want to make later on. Desktop applications c# / java, web based php/javascript, command line python/ bash

                     ¸„»°'´¸„»°'´ Vorticalbox `'°«„¸`'°«„¸
`'°«„¸¸„»°'´¸„»°'´`'°«„¸Scientia Potentia est  ¸„»°'´`'°«„¸`'°«„¸¸„»°'´

Link to comment
https://linustechtips.com/topic/798254-n00b-help/#findComment-10045321
Share on other sites

Link to post
Share on other sites

1 hour ago, vorticalbox said:

java literally throws OOP in your face until you're sick, at least what the literature was like here in the UK.

 

i totally understand this change for a beginner. No new person to programming is going to learn about contructs when they can't even print to the screen, add numbers or even get data from the user.

that fully depends on what you want to make later on. Desktop applications c# / java, web based php/javascript, command line python/ bash

i would like to do web based stuff like the phishing i mentioned earlier but actually make my own scripts

Link to comment
https://linustechtips.com/topic/798254-n00b-help/#findComment-10045438
Share on other sites

Link to post
Share on other sites

As is usually the case, I suggest you start with Python. This looks like the best resource for learning Python but it's not what I used when I learned it so I can't really evaluate it from experience. https://inventwithpython.com/

 

Also following a tutorial series might get boring and you'd mainly be developing a functional mental model of how the language works so try to go off on your own path here and there and if you run into issues chances are a google search will help you.

Link to comment
https://linustechtips.com/topic/798254-n00b-help/#findComment-10045587
Share on other sites

Link to post
Share on other sites

3 hours ago, Alvaro_avalos said:

i would like to do web based stuff like the phishing i mentioned earlier but actually make my own scripts

making. Facebook clone that saves their login is very simple, make a page look like Facebook, php for catching the forms data. 

 

I'm currently working on tool to scrape data from web sites using JavaScript in greasemonkey. 

                     ¸„»°'´¸„»°'´ Vorticalbox `'°«„¸`'°«„¸
`'°«„¸¸„»°'´¸„»°'´`'°«„¸Scientia Potentia est  ¸„»°'´`'°«„¸`'°«„¸¸„»°'´

Link to comment
https://linustechtips.com/topic/798254-n00b-help/#findComment-10045949
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×