Jump to content

Where's the best place to start programming?

echoac

I want to learn languages such as java. Where would be a good place to start? Any links will be very helpful. Thanks.

Link to comment
Share on other sites

Link to post
Share on other sites

get eclipse and start learning. good luck

Rigs I've Built

The Striker i5 4590 @ 3.7 ||  MSI GTX 980 Armor X2 || Corsair RMX 750 || Team Elite Plus 8 GB || Define S || MSI Z97S SLI Krait

The Office PC i3 4160 @ 3.6 || Intel 4600 || EVGA 500B || G.Skill 8 GB || Cooler Master N200 || ASRock H97M Pro4

The Friend PC G3258 @ 4.3 || Sapphire R9 280X Tri-X || EVGA 600B || 8 GB Dell Ram || Cooler Master N200 || ASRock H97M- iTX/ac

The Mom Gaming PC A10-7890K @ 4.4 || iGPU + ASUS R7 250 ||  8 GB Klevv DDR3-2800 Mhz

 

 

Link to comment
Share on other sites

Link to post
Share on other sites

Start of with Java and follow along on Youtube tutorials. Java is a good starting point for learning object oriented programming, which is what pretty much all modern software is built on. If you are just looking to write scripts, try Javascript or python

AMD FX8350  2x ASUS Radeon R9 270X 4GB  ASUS Sabertooth 990FX  -  Crucial Ballistix Sport DDR3 16GB

Link to comment
Share on other sites

Link to post
Share on other sites

Code Academy is not bad.

Windows 10 likes to spy on you. Protect your Data! Run GNU/Linux!
That One Privacy Guy's VPN Comparison Chart.

Spoiler
Spoiler

|ARCH LINUX| |CPU i5 4690k @ 4.7GHz| |GPU: Asus Strix 390x| |Mobo: Asus Sabertooth Z97 Mk 2| |RAM: Corsair Veangence Pro 16gb (2x8gb) @2133mhz| |CPU Cooler: Corsair H100i| |PSU: 750w EVGA Supernova 80+ Gold| |Case: Phanteks Enthoo Evolv ATX(Silver)| |K/B: Pok3r w/ Cherry MX Blues|

Spoiler

|Samsung 250GB 840 EVO: Arch Linux installation.| |Seagate Barracuda 2TB: Mostly Games and stuff related to that. Music and most Media as well.| |Seagate NAS 4TB: Anime and Anime Art-Whoring.| |Seagate 1TB 2.5" SSHD: Arch install on my Thinkpad X220.| |Samsung OEM Lenovo SSD: Windows 8.1 cause I need to play JRPGs some how.|

Spoiler

|Cans: Sennheiser HD 558(Modded)| |Earbuds: Shure SE215| I'm working on expanding this.

 

Link to comment
Share on other sites

Link to post
Share on other sites

get eclipse and start learning. good luck

Or you could use GCC and Notepad++, instead of the most difficult to use IDE ever made.

Link to comment
Share on other sites

Link to post
Share on other sites

Or you could use GCC and Notepad++, instead of the most difficult to use IDE ever made.

eclipse is a piece of cake to learn. its intuative and a big switch over from bluej which was terrible.

Rigs I've Built

The Striker i5 4590 @ 3.7 ||  MSI GTX 980 Armor X2 || Corsair RMX 750 || Team Elite Plus 8 GB || Define S || MSI Z97S SLI Krait

The Office PC i3 4160 @ 3.6 || Intel 4600 || EVGA 500B || G.Skill 8 GB || Cooler Master N200 || ASRock H97M Pro4

The Friend PC G3258 @ 4.3 || Sapphire R9 280X Tri-X || EVGA 600B || 8 GB Dell Ram || Cooler Master N200 || ASRock H97M- iTX/ac

The Mom Gaming PC A10-7890K @ 4.4 || iGPU + ASUS R7 250 ||  8 GB Klevv DDR3-2800 Mhz

 

 

Link to comment
Share on other sites

Link to post
Share on other sites

eclipse is a piece of cake to learn. its intuative and a big switch over from bluej which was terrible.

I at one point had error messages covering all the code in my project and I couldn't figure out how to get it to tell me what the problem was. The code compiled fine, Eclipse just complained a lot.

 

Eclipse just feels to me like everything is done in a really unintuitive way. Going to it from Visual Studio 2010, was really hard for me.

Link to comment
Share on other sites

Link to post
Share on other sites

Python is an easy programming language to start with. You can learn using this website or this pdf. I have used both.


 


If you're looking for the best general purpose language to program in, that would probably be C++. It's a general purpose object oriented low level programming language, but it's not gonna be easy for a beginner, so it wouldn't recommend it for a complete beginner.


 


Seriously tho, please just look at previous threads asking this same question.


CPU: AMD FX-6300 4GHz @ 1.3 volts | CPU Cooler: Cooler Master Hyper 212 EVO | RAM: 8GB DDR3

Motherboard: Gigabyte 970A-DS3P | GPU: EVGA GTX 960 SSC | SSD: 250GB Samsung 850 EVO

HDD: 1TB WD Caviar Green | Case: Fractal Design Core 2500 | OS: Windows 10 Home

Link to comment
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

×