Originally posted by danielan
View Post
My long term goal as I stated was to transfer into the IT field in the next year or two. My first real goal is getting an A+ certification and working at the helpdesk or something.
Anyways, before I even get into any of that, I want to know if programming is something that I would be interested in. Therefore I decided that I will, as a hobby, teach myself 1 language and if it seems like something I would like to do for a career than I will actually look towards what I need to do to get certified for the position I want.
So after getting into it the past few days I am very amped and extremely interested in it. I have moved past most of the barriers and can write simple programs for myself (very simple) without having to consult documentation when writing or debugging my code. I think this is something I definitely want to pursue.
To answer your questions:
1. I am learning python as a hobby. Once I start pursuing it as a career, my observations about the market are in line with yours so I will be looking into mainly web applications and languages that will help build web/mobile content. Once I get comfy with python, I plan on moving to C#, java etc. As far as I am aware python is not really commercially usefull for anything, however I have chosen it as my hobby project to help assist me in determining if programming something I might like. So far I am very excited.
2. My plan is to enroll in the fall semester in some "intro to programming" type classes. Need to become better associated with what some of these terms mean, need to understand the vocabulary used in programming more.
And I have also decided that while my eventual goal is to learn more about linux etc, for now I would just like to dive into learning some python. I'd like to learn how to make simple programs that assist me with things I want to do, currently I am trying to learn how to interact with excel spreadsheets in particular, if anyone has any experience with this let me know. I will try some more advanced stuff like installing a virtual box and all of that once I learn some more of the basics.
You guys are such a great resource to have, I am so proud of all of the experts we have on here from a variety of fields. The stuff you guys posted has already helped me grasp python a lot better in the past few days and I am well on my way to accomplishing my dream of learning programming.
I am still not really clear on what can actually be made with python, I know it's not used for anything commercial but can I write scripts that automate things on my computer or read/write data to excel spreadsheets and stuff? You know, functional things? I don't really care for making games or fancy GUI's yet, I would just like to know if it is easy or even possible to write programs in python that help automate tasks for you.
Also, can a GUI even be made in python? how does that work, is it literally all coded, and you have to run the program each time to see if you made everything the right size and stuff?
Comment