Login Register






What programming language should I try to learn? filter_list
Author
Message
What programming language should I try to learn? #1
Hello.
I'm pretty bored, since I don't hack much for the moment. I want to come back, into programming a little bit.
What I know this far:
  • Batch
  • A little AutoIt
  • And
  • Much little Python

It shouldn't be a hard language as C. I've tried that, but it didn't make enough sence to me. I thought about learning AutoIt again, since it's ages since I've toughed it. And it makes sence and doesn't need hundreds of apps to compile. What'd you suggest? What's a fun language to know?
If you're cool click this: http://adf.ly/MWQtY

My newly created blog: http://www.learn-basic-hacking.blogspot.dk/

Reply

RE: What programming language should I try to learn? #2
Well if you want I can try giving you lessons on python via skype. (not video lessons, just that way instant messenging is a possibility)
[Image: HJIAwEw.png]

Reply

RE: What programming language should I try to learn? #3
(02-16-2013, 01:51 AM)LoneDevil Wrote: Well if you want I can try giving you lessons on python via skype. (not video lessons, just that way instant messenging is a possibility)

I didn't like Python. :/
I learned the simple "print" commands, but it got a little boring. Sad I forgot to include: The language should be able to make GUIs!
If you're cool click this: http://adf.ly/MWQtY

My newly created blog: http://www.learn-basic-hacking.blogspot.dk/

Reply

RE: What programming language should I try to learn? #4
(02-16-2013, 01:55 AM)BrySi Wrote:
(02-16-2013, 01:51 AM)LoneDevil Wrote: Well if you want I can try giving you lessons on python via skype. (not video lessons, just that way instant messenging is a possibility)

I didn't like Python. :/
I learned the simple "print" commands, but it got a little boring. Sad I forgot to include: The language should be able to make GUIs!

Umm...as far as my understanding goes, python does make GUI's.
[Image: HJIAwEw.png]

Reply

RE: What programming language should I try to learn? #5
Try some web development languages PHP, jQuery, Javascript, etc... You can build a lot of stuff if you know PHP well. You'll just need an environment to run PHP codes. Use XAMPP.
For making tools in EXE, the best would be Visual C++ I guess. Frooxius had once explained to me why Visual C++ would be faster and more efficient than VB.NET or AutoIT or similar languages. And as you'd mentioned in your thread about not wanting more than one program to compile and run your codes, you could use Codeblocks for it or Dev C++ or better would be Visual Studio.
[Image: 2YpkRjy.png]
PM me if you need help.
My pastebin HERE. My URL Shortener HERE.

Reply

RE: What programming language should I try to learn? #6
(02-16-2013, 01:55 AM)BrySi Wrote: I learned the simple "print" commands, but it got a little boring. Sad

anyone can get bored while knowing only print command.learn some other stuff like conditional branching,looping,function etc...i am doing python currently and i must tell you i am having lots of fun with it plus it is one of easiest language too.
[Image: fow57.jpg]

Reply

RE: What programming language should I try to learn? #7
My suggestion would be Python, I am loving this language! It's fun to code and learn. If you plan to learn Python do PM me I got a list of videos in my HDD that teach you the very basics of Python, Will give it to ya then Smile
My Blog: http://www.procurity.wordpress.com
Donations: 1HLjiSbnWMpeQU46eUVCrYdbkrtduX7snG

Reply

RE: What programming language should I try to learn? #8
(02-16-2013, 07:56 AM)Ex094 Wrote: My suggestion would be Python, I am loving this language! It's fun to code and learn. If you plan to learn Python do PM me I got a list of videos in my HDD that teach you the very basics of Python, Will give it to ya then Smile


I totally agree, I love Python and with version 2.7.3 you can install WxPython for some nice GUI development.

Reply

RE: What programming language should I try to learn? #9
Okay there have been a lot of answers. I will try to clear this down as much as possible, but to do this I need you to answer one question. What do you want to make? Which programs are you thinking/whishing to create?

Reply

RE: What programming language should I try to learn? #10
My own pentesting lab. That's why the GUI is extremely important.
If you're cool click this: http://adf.ly/MWQtY

My newly created blog: http://www.learn-basic-hacking.blogspot.dk/

Reply