This forum is in archive mode. You will not be able to post new content.

Author Topic: New to Programming  (Read 3824 times)

0 Members and 1 Guest are viewing this topic.

Offline Cynet

  • /dev/null
  • *
  • Posts: 16
  • Cookies: -9
    • View Profile
New to Programming
« on: February 24, 2012, 12:32:53 AM »
Hey there Evilzone members,
i have been interested in learning to Code for several months now.
The only problem is, i don't know what to start with...from java to C++ im an aspiring Coder + Hacker, i am very deep into Computing and can easily spend many hours online.
Can anyone point me into the right direction with coding?
>What Program
>What Guides
etc etc

Cheers Guys
Tim
I didn't do it, that program did.

Offline petermlm

  • Knight
  • **
  • Posts: 226
  • Cookies: 7
  • Information is Power
    • View Profile
    • Security Check
Re: New to Programming
« Reply #1 on: February 24, 2012, 12:52:55 AM »
To learn how to code you should search for a tutorial in Google. Try searching for a tutorial on Java, since you pointed that language out.

From there just keep exploring what you can!

Good luck!

Offline Cynet

  • /dev/null
  • *
  • Posts: 16
  • Cookies: -9
    • View Profile
Re: New to Programming
« Reply #2 on: February 24, 2012, 01:12:10 PM »
Thanks for the useful replies guys, il check out VBscript, see where that leads me.
Many Thanks
I didn't do it, that program did.

Infinityexists

  • Guest
Re: New to Programming
« Reply #3 on: February 24, 2012, 02:57:26 PM »
Thanks for the useful replies guys, il check out VBscript, see where that leads me.
Many Thanks

since you've decided to go for VBScript I'd like to recommend you the book

"Wrox VBScript Programmers Reference"

This is the book i used to learn VBscript , this is perfect for the dummies.

After start learning VBScript do let me know if you've found it interesting or not



Offline atsuktuvas

  • Peasant
  • *
  • Posts: 120
  • Cookies: 20
    • View Profile
Re: New to Programming
« Reply #4 on: February 24, 2012, 03:14:07 PM »
I just can't resist suggesting Python. :D

vbscript is ok, but just incase you won't like it, I strongly endorse and recommend Python. It is very easy yet very powerful and versatile.

incase you decide to go with Python, I recommend the book Think Python. It will not only teach you Python, but also programming. Good luck with what ever language you decide to learn first.

Link to the Think Python book.

Offline Cynet

  • /dev/null
  • *
  • Posts: 16
  • Cookies: -9
    • View Profile
Re: New to Programming
« Reply #5 on: February 24, 2012, 04:56:15 PM »
I'm still debating on what coding language to start first of all, with VBscript, i went for the download and it was over 6.7gb of HDD space. I have heard a few reports of Python and it does seem quite interesting, maybe if i say what i want to do in the future in Coding will help pick a winner.

I want to be able to create application programs, mods for games, Backdoor cheats for games "removing walls etc" and also to be able to tweak some things on my computer perhaps or to make programs do tasks on my behalf.

Thank you for the ongoing suggestions

Tim 8)

I didn't do it, that program did.

Offline techb

  • Soy Sauce Feeler
  • Global Moderator
  • King
  • *
  • Posts: 2350
  • Cookies: 345
  • Aliens do in fact wear hats.
    • View Profile
    • github
Re: New to Programming
« Reply #6 on: February 24, 2012, 07:12:19 PM »
+1 for python. I choose python over vbs for cross platform reasons.


You shouldn't need to download VBScript if your on a windows machine.


All in all, I always tell beginners it doesn't matter what language you choose first because you will need to learn more than one language anyway. Your end goal should be to code what ever you want in any language and know when to use one language over another.


If your only after local app dev; c/++, java, python is for you.


If your after hacking; c/++, python, ruby, pearl, php is for you.
>>>import this
-----------------------------

Offline Deque

  • P.I.N.N.
  • Global Moderator
  • Overlord
  • *
  • Posts: 1203
  • Cookies: 518
  • Programmer, Malware Analyst
    • View Profile
Re: New to Programming
« Reply #7 on: February 24, 2012, 07:16:27 PM »
Quote
also when you are in coding in VBscript you don't really need to Initialize a variable before using it but this is not the case in Java (each variable should have been initialized before you can use it)

Doesn't make sense and is wrong unless you are talking about declaration and not initialization.

Java example without explicit initialization:

Code: [Select]
public class Example {

    private static int uninitialized;
   
    public static void main(String[] args) {
        System.out.println(uninitialized);
    }

}

Offline lucid

  • #Underground
  • Titan
  • **
  • Posts: 2683
  • Cookies: 243
  • psychonaut
    • View Profile
Re: New to Programming
« Reply #8 on: February 24, 2012, 08:00:41 PM »
I just can't resist suggesting Python. :D

vbscript is ok, but just incase you won't like it, I strongly endorse and recommend Python. It is very easy yet very powerful and versatile.

incase you decide to go with Python, I recommend the book Think Python. It will not only teach you Python, but also programming. Good luck with what ever language you decide to learn first.

Link to the Think Python book.

I tend to agree with you on Python I love its syntax.

Great link by the way +1
"Hacking is at least as much about ideas as about computers and technology. We use our skills to open doors that should never have been shut. We open these doors not only for our own benefit but for the benefit of others, too." - Brian the Hacker

Quote
15:04  @Phage : I'm bored of Python

AnTiHer0

  • Guest
Re: New to Programming
« Reply #9 on: February 24, 2012, 08:23:21 PM »
Ruby , python or php would be my suggestions.  I enjoyed ruby as my first language, but with every language it takes a while to code your own hacks.

Offline petermlm

  • Knight
  • **
  • Posts: 226
  • Cookies: 7
  • Information is Power
    • View Profile
    • Security Check
Re: New to Programming
« Reply #10 on: February 24, 2012, 11:05:35 PM »
Ruby , python or php would be my suggestions.  I enjoyed ruby as my first language, but with every language it takes a while to code your own hacks.

I wouldn't really advise PHP for first time programming but I totally agree with Ruby and especially Python.

But I have got to say PHP is very important if one wants to learn about security.

Offline Cynet

  • /dev/null
  • *
  • Posts: 16
  • Cookies: -9
    • View Profile
Re: New to Programming
« Reply #11 on: February 25, 2012, 12:20:37 AM »
Thank You for the MASSIVE help guys, and i mean Massive...you've all given me a piece of a fan, to blow away the smoke that was clouding my knowledge. I think i will go for Python then, Thank you for the information, links and suggestions.

Tim
I didn't do it, that program did.

Offline petermlm

  • Knight
  • **
  • Posts: 226
  • Cookies: 7
  • Information is Power
    • View Profile
    • Security Check
Re: New to Programming
« Reply #12 on: February 25, 2012, 12:25:04 AM »
Thank You for the MASSIVE help guys, and i mean Massive...you've all given me a piece of a fan, to blow away the smoke that was clouding my knowledge. I think i will go for Python then, Thank you for the information, links and suggestions.

Tim

Your welcome and remember:

"Nothing is particularly hard if you divide it into small jobs", by Henry Ford.

This concept of divide and conquer is very and I mean very important when programming.

Good luck!

Offline atsuktuvas

  • Peasant
  • *
  • Posts: 120
  • Cookies: 20
    • View Profile
Re: New to Programming
« Reply #13 on: February 25, 2012, 12:36:14 AM »
Good luck with learning Python. Spend lots of time practicing. Use the book I recommended above.

We will wait to see some of your code :)

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: New to Programming
« Reply #14 on: February 25, 2012, 12:18:28 PM »
Don't forget to check our project written in Python: http://evilzone.org/evilzone-releases/d0xbase/

 



Want to be here? Contact Ande, Factionwars or Kulverstukas on the forum or at IRC.