Welcome to The Forum

Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies to existing threads

I'd Like To Learn From Real People


7sebs7
 Share

Recommended Posts

I know there are hundreds of sites and books and things to learn all of this code but i would like to learn C++, Python, Pearl, HTML

i know ive been told to start with html b/c its the easiest to most people

I would like to learn from an actual person. Sure you can reference me to a site or 2 for reference but i would like to be able to ask 1001 questions and you not to think of me like,

"oh fuck, this asshole is asking ANOTHER FUCKING QUESTION?!?!?!"

 

 

if you want to know my background knowledge of coding

1) new notepad

2) SHUTDOWN /r /t -0

3) Ctrl+S

4) all files

5) label "restart.bat"

 

and then for my next trick.....

 

1) Windows Key + R

2) type "cmd"

3) enter

4) type "color 5b"

5) woooo its shiny

 

...thats about it.

 

and my father is THE "I.T." person for several companies

i can edit sourcemods but so can 3rd graders who know basic 1-10 numbers.

  • Like 1
Link to comment
Share on other sites

Depending on how motivated you are, I would recommend you to choose between two languages to start with. If you want to learn a complete cross-platform OOP language there is Python that you can explore. Because of its syntax, Python is a relatively easy language to begin with and it will teach you the basics of OOP. If you want to learn the hard way you can start with C++. After mastering C++, you will be able to easily learn any other OOP language (Java and C# to name the most popular ones).

 

To learn a language, find yourself a project that motivates you and learn the language through its development. And btw HTML is not a programming language. It’s just a markup language. If you want to learn web stuff, learn Javascript and HTML will be its complement.

 

If Google/StackOverflow do not answer any of your questions you can ask it to me and I'll try to answer you the best I can.

 

Have fun with your new passion!

  • Like 1
Link to comment
Share on other sites

Contrary to above, my opinion to start an OOP language would be to choose Java, just because it scales well with a lot of programs and it is very practical and even used very much to this day. Although I'm not disagreeing with above, I do believe Python is a great language to learn due to the nature of the syntax. And if you want to advance yourself even more, I would suggest C as it probably will be the closest you will get to a low level programming language, and will learn a lot about coding through that.

 

  • Like 1
Link to comment
Share on other sites

To learn a language, find yourself a project that motivates you and learn the language through its development. And btw HTML is not a programming language. It’s just a markup language. If you want to learn web stuff, learn Javascript and HTML will be its complement.

That's the biggest pointer i can give anyone here.

 

was wondering if we could all like skype or TS or something and i could tag along on this learning journey!!

I'd be in on this team win thing.

 

I chose java because it is multi-platform. C++ would have been next choice followed by lua then python.

Link to comment
Share on other sites

I'd be in on this team win thing.

 

I would love to start up a group where we could all learn off one another. I can be reached in a multitude of way's if need be the one I check most is my email rfoster (at) robert-foster (dot) com which you can feel free to message me at anytime.

 

To learn a language, find yourself a project that motivates you and learn the language through its development. And btw HTML is not a programming language. It’s just a markup language. If you want to learn web stuff, learn Javascript and HTML will be its complement.

 

You are entirely correct that HTML is not a programing language, however it is entirely prevalent in out current society and has a multitude of actual programming languages which help make it more suitable Python, Javacript, PHP (HHVM/HACK if you're so inclined to use the modifications Facebook has made).

Link to comment
Share on other sites

  • 4 weeks later...
  • Executive Council

I have pretty extensive experience in JAVA, C++, C#, .NET languages, RoR, HTML, PHP, and automation (batch, PowerShell, BASH, etc) Honestly, I'm not sure how someone could "tag along" in programming. I've found even peer programming to be a difficult way to learn (programming in pairs, sitting next to eachother) Most of my learning has been done through a combination of trail and error, research, and thinking through logic. It is hard to teach the logic behind something except on a basic level, the rest you have to learn to wrap your head around. It is possible to teach the ideas behind a language, the structure, etc, which may be a good place to start, but without feeling your way through real projects, it is hard to just hand you code and expect you to understand it.

  • Like 2
Link to comment
Share on other sites

  • 5 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share