Jump to content

What type?

CPU: Intel Core i7 3770 @ 3.91 GHz RAM: G.Skill 4x4GB 2133Mhz DDR3 GPU: AMD HD 7970 3GB SSD: Samsung 840 Evo 500GB PSU: Corsair HX620W  Motherboard: Gigabyte Z68X-UD3H-B3 Case: Phanteks P400 Tempered Glass (Black) Monitor: Dell P2412H, Dell 2012H Keyboard: Razer BlackWidow Ultimate Classic Mouse: Logitech G203 Prodigy HDD: WD Black 3TB

Link to comment
https://linustechtips.com/topic/590021-how-shoud-i-start-coding/#findComment-7680248
Share on other sites

Link to post
Share on other sites

Thread moved to Programming.

"It pays to keep an open mind, but not so open your brain falls out." - Carl Sagan.

"I can explain it to you, but I can't understand it for you" - Edward I. Koch

"I didn't die! I performed a tactical reset!" - Apollolol

Link to comment
https://linustechtips.com/topic/590021-how-shoud-i-start-coding/#findComment-7680263
Share on other sites

Link to post
Share on other sites

1 minute ago, Marij said:

ok no i want to write programs yea im a noob haha

Then write Java. And watch this guys tutorials: 

He has over 60 videos on Java. 

I watched his videos where I was a noob and it was really good. 

This YouTuber also makes other tutorials. Like Perl, Assembly, C++, C# etc

 

Link to comment
https://linustechtips.com/topic/590021-how-shoud-i-start-coding/#findComment-7680383
Share on other sites

Link to post
Share on other sites

4 minutes ago, Telebubbies said:

Then write Java. And watch this guys tutorials: 

He has over 60 videos on Java. 

I watched his videos where I was a noob and it was really good. 

This YouTuber also makes other tutorials. Like Perl, Assembly, C++, C# etc

 

ok

Link to comment
https://linustechtips.com/topic/590021-how-shoud-i-start-coding/#findComment-7680407
Share on other sites

Link to post
Share on other sites

Try codeacademy, their Java and JavaScript tutorials are second to none.

If you want to reply back to me or someone else USE THE QUOTE BUTTON!                                                      
Pascal laptops guide

Link to comment
https://linustechtips.com/topic/590021-how-shoud-i-start-coding/#findComment-7680421
Share on other sites

Link to post
Share on other sites

Okay, so you can't "learn to code", that's a term used pretty much only by non-technical people, it doesn't mean anything else than its definition:

Quote

a set of instructions for a computer

You mentioned HTML, C# and Java.

HTML defines what kind of data there is on websites. CSS defines how the whole website looks like. Those are useful things in web development, but even if you want to go that path, HTML and CSS aren't enough; you need to learn JavaScript, which falls into the programming category.

So basically programming is:

Quote

the act or job of creating computer programs

you are creating them by writing code in a language. All languages are more or less similar, so once you get the basic concept of programming logic, you can easily learn another language's syntax by just learning how it does certain things.

I usually discourage using CodeCademy, but it could be a good thing to do since you know pretty much nothing about programming. Just don't stick with it for too long.

Now, the question for you is which language/technologies to learn. The answer depends on another question - what do you want to do? I'm waiting for your answer on that :)

Link to comment
https://linustechtips.com/topic/590021-how-shoud-i-start-coding/#findComment-7683009
Share on other sites

Link to post
Share on other sites

On ‎5‎/‎1‎/‎2016 at 4:21 AM, Marij said:

Hello i would like to start coding but i dont know where to start can someone suggest me what language shoud i start in and what program shoud i use for writing code.

 

Thank you!

First of all I want to clarify a few things.

 

Places where we edit code and such is called an "Integrated Development Environment" (Or IDE for short).

 

This usually depends on what programming language you are using as IDEs generally work with one or  a few programming languages only.

 

 

I recommend C# . it's a great language for learning the concepts of programming and thinking computationally.

You can use Visual Studio. The latest version if the Community 2015 version which will be fine (it's free for personal use or small professional teams or open source software devs).
 

It only work's on Windows so if you have a Mac then you can try Xamarin Studio. It is nowhere near as good as Visual Studio but it will suffice if running Mac OS X.

 

 

Judge a product on its own merits AND the company that made it.

How to setup MSI Afterburner OSD | How to make your AMD Radeon GPU more efficient with Radeon Chill | (Probably) Why LMG Merch shipping to the EU is expensive

Oneplus 6 (Early 2023 to present) | HP Envy 15" x360 R7 5700U (Mid 2021 to present) | Steam Deck (Late 2022 to present)

 

Mid 2023 AlTech Desktop Refresh - AMD R7 5800X (Mid 2023), XFX Radeon RX 6700XT MBA (Mid 2021), MSI X370 Gaming Pro Carbon (Early 2018), 32GB DDR4-3200 (16GB x2) (Mid 2022

Noctua NH-D15 (Early 2021), Corsair MP510 1.92TB NVMe SSD (Mid 2020), beQuiet Pure Wings 2 140mm x2 & 120mm x1 (Mid 2023),

Link to comment
https://linustechtips.com/topic/590021-how-shoud-i-start-coding/#findComment-7703546
Share on other sites

Link to post
Share on other sites

On 2. 5. 2016 at 0:16 PM, Gachr said:

Okay, so you can't "learn to code", that's a term used pretty much only by non-technical people, it doesn't mean anything else than its definition:

You mentioned HTML, C# and Java.

HTML defines what kind of data there is on websites. CSS defines how the whole website looks like. Those are useful things in web development, but even if you want to go that path, HTML and CSS aren't enough; you need to learn JavaScript, which falls into the programming category.

So basically programming is:

you are creating them by writing code in a language. All languages are more or less similar, so once you get the basic concept of programming logic, you can easily learn another language's syntax by just learning how it does certain things.

I usually discourage using CodeCademy, but it could be a good thing to do since you know pretty much nothing about programming. Just don't stick with it for too long.

Now, the question for you is which language/technologies to learn. The answer depends on another question - what do you want to do? I'm waiting for your answer on that :)

im trying to make programs such a password generator gadets prank programs like screen melter and diffrent kind of programs for windows 

Link to comment
https://linustechtips.com/topic/590021-how-shoud-i-start-coding/#findComment-7715181
Share on other sites

Link to post
Share on other sites

21 hours ago, Marij said:

im trying to make programs such a password generator gadets prank programs like screen melter and diffrent kind of programs for windows 

Then it seems like C# is the perfect choice for you.

Link to comment
https://linustechtips.com/topic/590021-how-shoud-i-start-coding/#findComment-7719214
Share on other sites

Link to post
Share on other sites

'Learn Python the hard way'  is a pretty good resource. I'd suggest starting there but it can be a bit boring so I suggest skipping exercises you find dull. It includes a setup guide. Basically get notepad++, Python 2.7 is what learn Python the hard way uses, but the differences are pretty minor, and learn the basics of ppwershell. 

Link to comment
https://linustechtips.com/topic/590021-how-shoud-i-start-coding/#findComment-7721132
Share on other sites

Link to post
Share on other sites

On 8-5-2016 at 9:52 PM, Marij said:

im trying to make programs such a password generator gadets prank programs like screen melter and diffrent kind of programs for windows 

Hahahahahaha, to do that youust have years of programming Experience. When i was beginning, i thougt i can Make An OS, but the reallity is that you need lots of code (and coffee)

 

Start with HTML and css, and than pich at least 4 languages to see that programming in Different languages isn't Different, exept for style and some keywords. After that, pick one First language to learn in detail

 

- Read this http://www.techrepublic.com/blog/software-engineer/10-tips-to-go-from-a-beginner-to-an-intermediate-developer/

- Begin with hello world

- Making an calculator, en every Time you lean More, try to Make your calculator netter with your New knowledge. (Begin with a Program that calculaties 1+6 or something like this)

- search for programmongexersiczes for the language you Are using and try them

 

An book about the programming language you Are using can help

Link to comment
https://linustechtips.com/topic/590021-how-shoud-i-start-coding/#findComment-7722312
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

×