As some of you know i have started programming. What other Languages should i learn? i currently only do vb. But i was wanting to do something like C++
Results 1 to 37 of 37
Thread: Programming?
- 10 Jun. 2011 12:59am #1
Programming?
- 10 Jun. 2011 01:03am #2
Global Moderator Glamorous
- Join Date
- Apr. 2011
- Location
- 192.168.2.1
- Posts
- 990
- Reputation
- 584
- LCash
- 0.38
- Awards
C#
10charrrrz
- 10 Jun. 2011 01:08am #3
- 10 Jun. 2011 01:08am #4
Php or Perl, it will be dramatically different from what you're used to with VB. But it will help prepare you to learn other languages. I posted a few tutorials in the programming section. I'll be sure to post more soon if I know people are using them.
// Signature
- 10 Jun. 2011 01:12am #5
Hi. Go with Python, you won't regret it.
- 10 Jun. 2011 01:13am #6
- 10 Jun. 2011 01:14am #7
- Join Date
- Apr. 2010
- Location
- When freedom is outlawed only outlaws will be free
- Posts
- 5,113
- Reputation
- 195
- LCash
- 1.74
HTML, Python, PHP, Perl, VB, and C#
Don't learn C++ Yet, you'll want to learn C-- or C# First, their much simpler Well, maybe not C--
Just saying.
- 10 Jun. 2011 01:15am #8
Global Moderator Glamorous
- Join Date
- Apr. 2011
- Location
- 192.168.2.1
- Posts
- 990
- Reputation
- 584
- LCash
- 0.48
- Awards
- 10 Jun. 2011 01:16am #9
- 10 Jun. 2011 01:16am #10
Thank you guys for your input in my new spark into the programming. I wanted to widen my Skill in this. In all reality Chad sparked my Interest in programming. So Thank you chad.
EDIT: I am going to start out with C#, php , and some perl.
- 10 Jun. 2011 01:16am #11
- 10 Jun. 2011 01:17am #12
- 10 Jun. 2011 01:18am #13
Python. You can contribute to the development of the official LG programs with all the cool kids. And, by cool kids I mean just me. As it currently stands, I'm stuck with a bunch of .NET fangirls who refuse to code in anything else.
- 10 Jun. 2011 01:19am #14
- 10 Jun. 2011 01:22am #15
Hey, I'm starting in python, i'd like some recognition :p
- 10 Jun. 2011 01:27am #16
- 10 Jun. 2011 01:27am #17
I've done quite a bit of work with Mono, but the annoying aspect of it is that it isn't native to most systems. I wasn't really having a go at .NET, but more your refusal to code in anything else :p Either way, use what you're familiar with. I have no real issues with you guys using .NET.
Python is a great language, but the language you should use depends on circumstance. If you're only out to make simple programs for Gaiaonline, you'll probably find .NET the easiest solution.
- 10 Jun. 2011 01:32am #18
Installing Iron python now..................................
---------- Post added at 052 PM ---------- Previous post was at 051 PM ----------
I am going to make a couple nice bots am i able to make a dumpster dive bot and a account creator in python? those are going to be my first goals. ANd yes just simple programs like a refresher you would find VERY easy in .net
- 10 Jun. 2011 01:33am #19
We'll be using 2.7 for our official development, so you'll probably want to download that version.
- 10 Jun. 2011 01:34am #20
- 10 Jun. 2011 01:37am #21
Why not upgrade to 3.1?
- 10 Jun. 2011 01:39am #22
- 10 Jun. 2011 01:39am #23
A lot of the existing Python libraries aren't forward compatible. If you upgrade to 3 you'll find yourself in a situation where, a lot of the resources you would have had at your disposal in 2.7 aren't available.
i.e. a lot of the GUI libraries aren't properly available for Python 3.
- 10 Jun. 2011 01:42am #24
Disco is neat.
- 10 Jun. 2011 01:43am #25
Building using Visual Studio 2010
Open IronPython.sln in Visual Studio 2010 and build (from menu: Build->Build Solution). Set IronPythonConsole as your startup project in the Solution Explorer.
LOST X_X
- 10 Jun. 2011 01:44am #26
Why are you doing all of that? Python 2.7.1 Release Download the Windows installer if you're on Windows.
- 10 Jun. 2011 01:45am #27
I'm gonna learn python, and use it to make completely unnecessary things.
Disco is neat.
- 10 Jun. 2011 01:46am #28
- Age
- 97
- Join Date
- Nov. 2009
- Location
- In the computer
- Posts
- 11,186
- Reputation
- 1029
- LCash
- 1.18
- Awards
- 10 Jun. 2011 01:51am #29
Uhh wait am I on 3.1 or 3.2? Either way I can downgrade when I get home and have more time to devote.
- 10 Jun. 2011 01:52am #30
- 10 Jun. 2011 02:20am #31
Monster, you just said you are using ironpython. Don't.
- 10 Jun. 2011 02:35am #32
do python, its a good but easy language. also most school use it now so if you decide to take a programming course later it would really help.
- 10 Jun. 2011 03:01am #33
- 10 Jun. 2011 03:33am #34
- 10 Jun. 2011 04:33am #35
- 10 Jun. 2011 04:49am #36
Well that's a perfectly valid reason to shun a language, a slightly different syntax style. /sarcasm
- 10 Jun. 2011 05:49pm #37
Python's syntax is pretty typical. But let's put it this way, if Python has a 'slightly different syntax', what does that make Perl's syntax?