| Author |
Programming In Delphi |
ThunderHorse
Banned

Posts: 78
Location:
Joined: 21.07.08 Rank: Apprentice Warn Level: 30
|
|
I'm looking to jump into Delphi as soon as possible, but I have very little programming knowledge. I was wondering which language I should learn BEFORE I start Delphi, so I can get a grasp on what it would be like.

Why do people gotta be bitches man? |
|
| Author |
RE: Programming In Delphi |
spyware
Member

Posts: 4190
Location: The Netherlands
Joined: 14.04.07 Rank: God Warn Level: 90
|
|
Start learning Python or Perl, and forget about delphi.

"The chowner of property." - Zeph Widespread intellectual and moral docility may be convenient for leaders in the short term,
but it is suicidal for nations in the long term. - Carl Sagan Since the grid is inescapable, what were the earlier lasers about? Does the corridor have a sense of humor? - Ebert |
|
| Author |
RE: Programming In Delphi |
ThunderHorse
Banned

Posts: 78
Location:
Joined: 21.07.08 Rank: Apprentice Warn Level: 30
|
|
I'm trying to make some money with it, and I heard that a lot of great programs, such as Remote Administration Tools, are coded in Delphi. Are you able to do this with Python or Perl? Also, should I just jump right into Perl or Python, or should I start with an easier language similar to it.

Why do people gotta be bitches man?
Edited by ThunderHorse on 10-04-10 03:44 |
|
| Author |
RE: Programming In Delphi |
ThunderHorse
Banned

Posts: 78
Location:
Joined: 21.07.08 Rank: Apprentice Warn Level: 30
|
|
I'm also not doing this to just make money. I really would like to learn a lot while doing this, but my end goal is being able to code some programs that I would be able to sell, and are good enough to do so.
EDIT: I see, it's interpreted, not compiled so I don't think I will be able to make the programs that I am intending to make with these languages, although I may be wrong.

Why do people gotta be bitches man?
Edited by ThunderHorse on 10-04-10 03:50 |
|
| Author |
RE: Programming In Delphi |
fuser
Member

Posts: 959
Location: in front of a computer (duh)
Joined: 05.04.07 Rank: HBH Guru |
|
|
ThunderHorse wrote:
I'm trying to make some money with it, and I heard that a lot of great programs, such as Remote Administration Tools, are coded in Delphi. Are you able to do this with Python or Perl? Also, should I just jump right into Perl or Python, or should I start with an easier language similar to it.
*facepalm* . Are you kidding me? RATs can be made in Python and Perl, since any kind of programming language can be applied to create it. And Python and Perl are simple enough for someone to learn with ease. There are samples in the HBH code bank for you to get started, and there are many tutorials you can read to make something like this.
Here are some references I can provide for you:
[url]http://heather.cs.ucdavis.edu/~matloff/Python/PyNet.pdf[/url]
http://ilab.cs.byu.edu/python/
http://www.devshed.com/c/a/Python/Sockets-in-Python-Into-the-World-of-Python-Network-Programming/
http://www.sal.ksu.edu/faculty/tim/NPstudy_guide/index.html







Telling modern Internet users to stop whining is like telling them to stop breathing it seems unrealistic and inhumane. Paul Lutus
Edited by fuser on 10-04-10 03:55 |
|
| Author |
RE: Programming In Delphi |
ThunderHorse
Banned

Posts: 78
Location:
Joined: 21.07.08 Rank: Apprentice Warn Level: 30
|
|
Haha, sorry man. I really am new to all of this. Perhaps I shouldn't make hasty assumptions. Thanks for the tips though, I appreciate it. I think I might start with Python and move to Perl. Seems like a good goal to me. 
EDIT: wow, those links are great, I truly appreciate it. It seems that I have quite a bit of reading to do!
EDIT: After reading some information from Google, I have deduced that Delphi is in fact, either dying or dead.

Why do people gotta be bitches man?
Edited by ThunderHorse on 10-04-10 04:01 |
|
| Author |
RE: Programming In Delphi |
ThunderHorse
Banned

Posts: 78
Location:
Joined: 21.07.08 Rank: Apprentice Warn Level: 30
|
|
I heard that language was hard to learn if you don't have much programming experience though.

Why do people gotta be bitches man? |
|
| Author |
RE: Programming In Delphi |
ThunderHorse
Banned

Posts: 78
Location:
Joined: 21.07.08 Rank: Apprentice Warn Level: 30
|
|
I see. Well, from reading your post, I believe I will still get my Python experience that I need, and then move on to C++. I just really would like some experience before I jump into that particular language.

Why do people gotta be bitches man? |
|
| Author |
RE: Programming In Delphi |
ThunderHorse
Banned

Posts: 78
Location:
Joined: 21.07.08 Rank: Apprentice Warn Level: 30
|
|
Oh I see, so I don't write the code in the actual IDE, correct?

Why do people gotta be bitches man? |
|
| Author |
RE: Programming In Delphi |
ThunderHorse
Banned

Posts: 78
Location:
Joined: 21.07.08 Rank: Apprentice Warn Level: 30
|
|
Alright cool, I don't even need to use the IDE then.

Why do people gotta be bitches man? |
|
| Author |
RE: Programming In Delphi |
fuser
Member

Posts: 959
Location: in front of a computer (duh)
Joined: 05.04.07 Rank: HBH Guru |
|
follow this tutorial:
http://www.ehow.com/how_2091641_compile-python-code.html
but I normally prefer to run it from IDE, but each to their own.







Telling modern Internet users to stop whining is like telling them to stop breathing it seems unrealistic and inhumane. Paul Lutus
|
|
| Author |
RE: Programming In Delphi |
ThunderHorse
Banned

Posts: 78
Location:
Joined: 21.07.08 Rank: Apprentice Warn Level: 30
|
|


Why do people gotta be bitches man? |
|
| Author |
RE: Programming In Delphi |
ThunderHorse
Banned

Posts: 78
Location:
Joined: 21.07.08 Rank: Apprentice Warn Level: 30
|
|
Got it! Works great, the output of the code was this;
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\documents and Settings\Kyle>cd Desktop
C:\documents and Settings\Kyle\Desktop>myfile.py
pwd=secret;database=master;uid=sa;server=mpilgrim
SWEET

Why do people gotta be bitches man? |
|
| Author |
RE: Programming In Delphi |
ThunderHorse
Banned

Posts: 78
Location:
Joined: 21.07.08 Rank: Apprentice Warn Level: 30
|
|
LOL, nice.

Why do people gotta be bitches man? |
|
| Author |
RE: Programming In Delphi |
spyware
Member

Posts: 4190
Location: The Netherlands
Joined: 14.04.07 Rank: God Warn Level: 90
|
|
I really dig Summer Madness. It reminds me of the cool side of my pillow.

"The chowner of property." - Zeph Widespread intellectual and moral docility may be convenient for leaders in the short term,
but it is suicidal for nations in the long term. - Carl Sagan Since the grid is inescapable, what were the earlier lasers about? Does the corridor have a sense of humor? - Ebert |
|
| Author |
RE: Programming In Delphi |
ThunderHorse
Banned

Posts: 78
Location:
Joined: 21.07.08 Rank: Apprentice Warn Level: 30
|
|
I've decided to start out with VB, should be easy for me.

Why do people gotta be bitches man? |
|
| Author |
RE: Programming In Delphi |
techb
Member

Posts: 384
Location:
Joined: 15.02.09 Rank: Hacker Level 2 |
|
Yes, very indecisive...
VB is a good language, but your not going to learn true programming with copy/past visual programming. VB is for developers to make apps quick and easy.
I think your going to be disappointing and very frustrated with VB.
I would recommend sticking with python until you know how things work with programming. Once your stable and efficient with python, then move to VB or C++.
But that's just my opinion; it will all be up to your dedication.
|
|
| Author |
RE: Programming In Delphi |
ThunderHorse
Banned

Posts: 78
Location:
Joined: 21.07.08 Rank: Apprentice Warn Level: 30
|
|
Well , I just tend to overthink things, so it's hard for me to understand a programming language. I feel like I have to know what EVERY single term means. So with that being said, which would be easier to learn; Perl or Python

Why do people gotta be bitches man? |
|
| Author |
RE: Programming In Delphi |
ThunderHorse
Banned

Posts: 78
Location:
Joined: 21.07.08 Rank: Apprentice Warn Level: 30
|
|
Ahhhh, I see. Desktop/Web application and game development and more. Interesting.

Why do people gotta be bitches man?
Edited by ThunderHorse on 11-04-10 00:41 |
|
| Author |
RE: Programming In Delphi |
ThunderHorse
Banned

Posts: 78
Location:
Joined: 21.07.08 Rank: Apprentice Warn Level: 30
|
|
What exactly does the above scblockedript do?

Why do people gotta be bitches man? |
|