Our server costs ~$56 per month to run. Please consider donating or becoming a Patron to help keep the site running. Help us gain new members by following us on Twitter and liking our page on Facebook!
Current time: January 3, 2025, 4:20 pm

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What is the html code?
#24
RE: What is the html code?
I've taught a few people to program.

It depends on many things, but I'd suggest:

1) Python first. It's as closest to the pseudocode one writes and encourages good style.

Take this course: https://www.edx.org/course/mitx/mitx-6-0...puter-1122

It covers the essentials (data structures, algorithms)

From there we can break into these categories:

- backend (I make/serve/process data for remote clients)

- front end (I present the UI and user experience)

- embedded (I live in a world where I am the hardware)

- high performance (I will learn the dark arts to get all I can)

- research (I care more about the data itself)


Once you got Python down, you'll be able to learn the following in order of difficulty:

- Ruby/Javascript/ActionScript
- Java
- C
- D
- C++
- Scala
- Haskell

I'm tempted to rank C lower. God knows how my C code looks like overly cautious Python, but it is remarkably easy to slide from Python to C if you already know what defines the hardware world.

You Have to know Java if you want to work in Enterprise.

You have to know C++ to do AAA game development. Though that is changing and may migrate to D if C++11 isn't good enough.

I'm a polyglot of programming languages, so they learn the same to me.

But please, start with a language devoted to cleanliness and readability.

It stops a lot of bad habits before they start.

And it encourages you to think first about the logic than the line noise... er syntax.

Oh, and fuck Ruby and Rails. I've run into so many imposters that I am now convinced the community breeds it. #pairwithme really means " I have no idea how to program so help me think".
Slave to the Patriarchy no more
Reply



Messages In This Thread
What is the html code? - by Silver - November 28, 2013 at 2:50 pm
RE: What is the html code? - by Kayenneh - November 28, 2013 at 2:53 pm
RE: What is the html code? - by Silver - November 28, 2013 at 2:55 pm
RE: What is the html code? - by Kayenneh - November 28, 2013 at 2:55 pm
RE: What is the html code? - by downbeatplumb - November 28, 2013 at 3:31 pm
RE: What is the html code? - by max-greece - November 28, 2013 at 3:33 pm
Re: What is the html code? - by NoraBrimstone - November 28, 2013 at 4:03 pm
RE: What is the html code? - by Autumnlicious - December 3, 2013 at 10:31 pm
RE: What is the html code? - by NoraBrimstone - December 4, 2013 at 3:40 am
RE: What is the html code? - by Autumnlicious - December 4, 2013 at 1:34 pm
RE: What is the html code? - by Cyberman - December 3, 2013 at 10:34 pm
RE: What is the html code? - by freedomfromforum - December 4, 2013 at 4:29 am
RE: What is the html code? - by wolf39us - December 4, 2013 at 11:11 am
RE: What is the html code? - by Tiberius - December 5, 2013 at 10:54 am
RE: What is the html code? - by Kayenneh - December 4, 2013 at 2:46 pm
RE: What is the html code? - by wolf39us - December 4, 2013 at 5:34 pm
RE: What is the html code? - by Angrboda - December 4, 2013 at 5:56 pm
RE: What is the html code? - by Autumnlicious - December 4, 2013 at 8:19 pm
RE: What is the html code? - by Optimistic Mysanthrope - December 4, 2013 at 5:49 pm
RE: What is the html code? - by wolf39us - December 4, 2013 at 6:11 pm
RE: What is the html code? - by Angrboda - December 4, 2013 at 6:19 pm
RE: What is the html code? - by wolf39us - December 4, 2013 at 6:41 pm
RE: What is the html code? - by Autumnlicious - December 4, 2013 at 8:17 pm
RE: What is the html code? - by wolf39us - December 4, 2013 at 8:51 pm
RE: What is the html code? - by Autumnlicious - December 4, 2013 at 9:53 pm
RE: What is the html code? - by Angrboda - December 5, 2013 at 3:39 am
RE: What is the html code? - by LastPoet - December 5, 2013 at 6:51 am
RE: What is the html code? - by pocaracas - December 5, 2013 at 7:19 am
RE: What is the html code? - by wolf39us - December 5, 2013 at 7:21 am
RE: What is the html code? - by pocaracas - December 5, 2013 at 7:25 am
RE: What is the html code? - by LastPoet - December 5, 2013 at 7:37 am
RE: What is the html code? - by Fidel_Castronaut - December 5, 2013 at 7:42 am
RE: What is the html code? - by pocaracas - December 5, 2013 at 7:44 am
RE: What is the html code? - by LastPoet - December 5, 2013 at 10:46 am
RE: What is the html code? - by wolf39us - December 5, 2013 at 11:44 am
RE: What is the html code? - by Angrboda - December 5, 2013 at 11:47 am
RE: What is the html code? - by Mystical - January 29, 2014 at 7:02 am

Possibly Related Threads...
Thread Author Replies Views Last Post
  New Code suggestion Joods 30 5750 May 21, 2018 at 7:56 am
Last Post: Edwardo Piet
  Indent code. Pyrrho 4 2332 April 2, 2015 at 11:08 pm
Last Post: Angrboda
  MyBB code for image size? FallentoReason 2 5373 September 21, 2012 at 3:07 am
Last Post: FallentoReason
  BB Code Guide discussion fr0d0 23 10337 December 30, 2009 at 2:39 pm
Last Post: Ashes1995



Users browsing this thread: 1 Guest(s)