PDA

View Full Version : What i've been doing.



Cascade
11-07-2013, 06:56 PM
Hey folks, I figured I would let you in on what I have been doing. For years I have been off and on with programming and such, but now I am going full force into it. So, I am currently teaching myself Python with the help of online classes and my dad. One of my goals is to get an internship so I can get real world. So, I am working on getting an internship in the tech world so I can further my knowledge not only in coding, but also in marketing and business. I do not plan on going to college (Cue gasps of horror and disgust) because I think I could be far ahead of the competition if I work my butt off, teach myself, do a lot of networking, and get internships. Yes, I realize that a degree looks good on a resume, but I know that if I work hard enough I can achieve my goals.

Well that's pretty much it for now. If you want to keep up on what i'm doing you are welcome to follow me on twitter @BradleyYoungjr. I might start a blog in the future so i'll let you guys know when/if that happens.

Cheers and if you don't have anything nice to type, don't. Stay thirsty my friends.

DocDoBig
11-07-2013, 07:53 PM
Nice!

Believe me or not, I am becoming a Programmer, too. Well, literally everybody in my family is working in the IT business so I thought I'd step in their foot steps.

At the moment I am on an IT college where I have a 3 years apprenticeship as programmer, though I'm only 1 month on it I learned more than in 6 months elsewhere.

Currently I am learning C# and basic Assembler. I still haven't figured the whole lesson plan for the next 3 years but I believe we will learn more languages.

Yes I had something to type. ;) Take care

programmed
11-07-2013, 08:57 PM
Thats great that you've found what you would like to do in life. I also have been doing programming. For the past 4 years as one of my hobbies I'm doing and learning programming and a some coding, video game design, computer arts, and website designing. I also don't plan to go to college but to use my skills to create apps and games when i have the time and as soon as I turn 18 I will be able to release my games I work on in my spare time.

Cascade
11-07-2013, 09:27 PM
Nice!

Believe me or not, I am becoming a Programmer, too. Well, literally everybody in my family is working in the IT business so I thought I'd step in their foot steps.

At the moment I am on an IT college where I have a 3 years apprenticeship as programmer, though I'm only 1 month on it I learned more than in 6 months elsewhere.

Currently I am learning C# and basic Assembler. I still haven't figured the whole lesson plan for the next 3 years but I believe we will learn more languages.

Yes I had something to type. ;) Take care

Sounds awesome! Yeah, my dad is an awesome programmer so i'm going to try to carry on the baton. Really useful to have him if I ever get stuck on anything.

Argyros
11-07-2013, 09:38 PM
Nice!

Believe me or not, I am becoming a Programmer, too. Well, literally everybody in my family is working in the IT business so I thought I'd step in their foot steps.

At the moment I am on an IT college where I have a 3 years apprenticeship as programmer, though I'm only 1 month on it I learned more than in 6 months elsewhere.

Currently I am learning C# and basic Assembler. I still haven't figured the whole lesson plan for the next 3 years but I believe we will learn more languages.

Yes I had something to type. ;) Take care

Sounds awesome! Yeah, my dad is an awesome programmer so i'm going to try to carry on the baton. Really useful to have him if I ever get stuck on anything.

I have tryed learning some programming in my free time. I'm definitely not in a programming enviroment, which is difficult. Anything I can bring up on the web, I.e. learning programs/tools, is useful. I don't plan on making a career out it by any means, but I'm glad some people like y'all are though. ^^

Cascade
11-08-2013, 10:21 AM
I have tryed learning some programming in my free time. I'm definitely not in a programming enviroment, which is difficult. Anything I can bring up on the web, I.e. learning programs/tools, is useful. I don't plan on making a career out it by any means, but I'm glad some people like y'all are though. ^^

You should try codecademy.com, it's pretty straight-forward and if you get stuck there are forums that can help you.

Rare
11-09-2013, 05:36 PM
Just a tip for all you young programmers out there. Learn the concepts of programming. Do not focus on specific languages. To be honest, picking up a languages is rather easy. Learning the concepts and fundamentals of programming will take you very far.

When I interview people, I generally don't even ask them about specific languages except to know their experience. I will ask them to explain to me or write pseudo code.

Best of luck

Cascade
11-09-2013, 05:37 PM
Just a tip for all you young programmers out there. Learn the concepts of programming. Do not focus on specific languages. To be honest, picking up a languages is rather easy. Learning the concepts and fundamentals of programming will take you very far.

When I interview people, I generally don't even ask them about specific languages except to know their experience. I will ask them to explain to me or write pseudo code.

Best of luck

Thanks for the wisdom, appreciate it.

DocDoBig
11-09-2013, 07:59 PM
Just a tip for all you young programmers out there. Learn the concepts of programming. Do not focus on specific languages. To be honest, picking up a languages is rather easy. Learning the concepts and fundamentals of programming will take you very far.

When I interview people, I generally don't even ask them about specific languages except to know their experience. I will ask them to explain to me or write pseudo code.

Best of luck

Oh, well that's true, there's about 200+ languages. Isn't it a good way to start of with C and/or Java?

Schnitzel
11-12-2013, 12:32 AM
Just a tip for all you young programmers out there. Learn the concepts of programming. Do not focus on specific languages. To be honest, picking up a languages is rather easy. Learning the concepts and fundamentals of programming will take you very far.

When I interview people, I generally don't even ask them about specific languages except to know their experience. I will ask them to explain to me or write pseudo code.

Best of luck

Oh, well that's true, there's about 200+ languages. Isn't it a good way to start of with C and/or Java?
200+?!
Oh gawd..I learning programming (Java) I don't think my brain gonna memorize all 200+ codes...

Cascade
11-12-2013, 12:54 PM
200+?!
Oh gawd..I learning programming (Java) I don't think my brain gonna memorize all 200+ codes...

There are plenty of languages, but there is only a select few that actually get used a lot.

Forum
11-12-2013, 04:17 PM
Personally I'm learning python language in my GCSE Computer Science course. We sometimes get homeworks and I could give you a couple of them to challenge your self and perfect it..

.. I revise on code academy because it is very informative.

DocDoBig
11-12-2013, 04:34 PM
200+?!
Oh gawd..I learning programming (Java) I don't think my brain gonna memorize all 200+ codes...

Yup. Around 250. http://en.wikipedia.org/wiki/List_of_programming_languages

No worry, most of them have similarities in coding while others are complete different.
Just do what Aed says and you will be fine. Java is quite good for the beginning. :)

Cascade
11-12-2013, 04:54 PM
Personally I'm learning python language in my GCSE Computer Science course. We sometimes get homeworks and I could give you a couple of them to challenge your self and perfect it..

.. I revise on code academy because it is very informative.

That would be cool, PM me one when you can.