Mentor Needed

Mar 28, 2014 at 6:12pm
Hi,
I live in the pacific northwest. I am teaching myself Python. I would really appreciate it if someone(s) out there might be able to share some insight into a career related to programming (what I need to learn, how I can network, etc.) I currently am employed, I have a degree in an unrelated field. I am teaching myself programming so I can change careers. I am learning Python because it is an interesting challenge, and it is the Latin of programming languages. My hope here is that when I begin to learn other programming languages, they will be easier to learn because everything seems to be based in some way on Python.

Thanks
Mar 29, 2014 at 6:17am
I might be able to help you.

Email me at: sparkyqian@yahoo.ca

Also, are you looking for a mentor in Python? I was a bit confused by your post.
Nevertheless, I will still try to help you.
Mar 31, 2014 at 6:31am
ddrake44 wrote:

My hope here is that when I begin to learn other programming languages, they will be easier to learn because everything seems to be based in some way on Python.


Actually not quite. Every programming language has different techniques of code implementation. In C/Python, source codes are 'compiled' and in languages like Python, source codes are 'interpreted'. So all languages are not based upon each other fully (http://puu.sh/7QuhU.png). Also, in Python, a lot of theory is used even before we get into code. So, as you are already learning Python, it'll no doubr make easier for you to pick up other languages upto some extent since theoretical models of class, function, variable, etc are same in every language. Only language syntax varies.

All the best sir!
Last edited on Mar 31, 2014 at 6:34am
Apr 2, 2014 at 4:52pm
Even though Python is quite popular, don't just study that. Java is also quite popular nowadays. It would help to learn multiple programming languages like Java, C# and Python as well as web-based languages like JavaScript, Html, etc....

If you're a newer programmer and want to start out, your best option would be to look for a code analyst job. What you do is you analyze other people's code and look for bugs, etc...

I hope this helps somehow.

Joe
Apr 2, 2014 at 8:54pm
closed account (N36fSL3A)
Even though Python is quite popular, don't just study that
Why?
Apr 3, 2014 at 4:59am
It's never enough to learn just one language. Even though Python is a good choice for your first language, it's not a good thing to just stop there. Other languages like Java and C# are used extensively as well. In fact, some schools prefer to teach Java before letting you learn Python.

The site here shows the most popular languages:
http://www.tiobe.com/index.php/content/paperinfo/tpci/index.html

All programming languages have their own strengths and specialties.

Joe

Last edited on Apr 3, 2014 at 5:00am
Apr 3, 2014 at 5:49pm
Actually not quite. Every programming language has different techniques of code implementation. In C/Python, source codes are 'compiled' and in languages like Python, source codes are 'interpreted'.
no... there are python compilers and Python interpreters. the difference is which is widely used
Apr 3, 2014 at 5:58pm
also, if you need help, send me a pm and ill pm you my email
Apr 3, 2014 at 7:33pm
closed account (N36fSL3A)
Oh, I read that wrong. I thought you said "Don't learn Python", my mistake.
Topic archived. No new replies allowed.