• 0

Python Vs Delphi.


Question

Well i've always wanted to learn one of the two.... i've done some research and they both seem an equal challenge, both having ups and downs.

So i'm wondering a few things....

- which should i learn... learning a new language isn't just a pick and choose, it's a major thing to undertake and choose to spend time on.

- which is faster to write and which produces the most powerful applications?

- what compilers / IDE's / Text editors do you reccomend?

- any recommended tutorials to get me started?

Thanks a million.

Link to comment
https://www.neowin.net/forum/topic/628912-python-vs-delphi/
Share on other sites

17 answers to this question

Recommended Posts

  • 0

Lots of debates about whether Java is a good idea to be teaching it for anything other than fundamentals considering the advantages of functional languages like Lisp.

They say its tough to look at a problem without a bias towards a functional solution or a procedural solution.

Java is taught at my university. Along with Python, C++, Lisp, and Scheme...

No Delphi though... not that i've heard of.

  • 0

I doubt any form of Object Pascal, including Delphi, is taught, so I would recommend Python. Incidentally, Python is my favorite language. Great for number crunching when you need to play with large integers. Also, Google appears to be using Python for their support pages ('answer.py' is one such filename that I noticed the other day). ^_^

Another one you might consider is Ruby. Both of those seem to be emerging as major players. Ruby is difficult for me to use, however. All of the blocks and procs and such confuse me. I understood them after going through a couple of tutorials and doing some practice exercises...two months ago. :p I did with Python, and I retained a lot of it. In fact, I recently started getting back into it. It isn't difficult in the least! Then again, each person has her/his own preference, and each person retains different amounts of different concepts in different ways. I'm biased toward Python because it is easier for me, but Ruby has a lot of power. For those reasons, I can't recommend one more than another, but I can recommend that you consider looking at each, if you wanted to see something other than Python.

  • 0

If you're interested in building native (win32) desktop applications then Delphi is great. You can download Turbo Delphi for free at http://www.turboexplorer.com/ (be sure to download it for Win32, not the .NET version).

I learnt to use it using the built in help documentation many years ago (Delphi 2, it's up to version 11 (2007) now). I can't suggest any books or anything but there is loads of information and tutorials on the Internet about every single aspect of it.

As for Python, I don't know much about it. Isn't it more of a scripting language, more at home on the Web, or being embedded in an application (like a Delphi application) to allow it scripting capabilities? I'd say it compares more to something like PHP, while Delphi compares more to C++/C#.

edit: just did some looking around and I Python is more multi-purpose than I thought, but doesn't compare with the RAD (rapid application development) aspects of Delphi.

Edited by virtorio
  • 0
  Internet said:
I don't want to learn java... it's slow while being run + the vm has limits

can anyone just answer my question =(

Fine go Delphi 2008 (fastest to write and most powerful when compared to php)

you can do Delphi Win32 or Delphi .net using Delphi 2008.

you can buy the IDE from CodeGear.com or you could use Turboexplorer which is free, but lacks the features that Delphi has.

if you google delphi tutorials, you will find a heap of them. Delphi was very popular 4 years ago and there are still lots of sites around.

if you want my opinion, I think Delphi is dying (hope it isnt... but just get that feeling) :(

MS is just too hard to standup to and is squezzing codegear out so all you will have left is VisualStudio.

If you want to get a head start, as someone said, see what your uni teaches. :)

  • 0

Personally, I would go with Delphi if you were making GUI applications -- it has a brilliant Win32 form designer. Delphi has two versions, both in the same IDE -- there is a .net version and native version. If I was working with it, I would always go with the native version for pure speed. However, the .net version might be more flexible. Python is good for scripting basic applications, but not so good for graphical user interfaces.

  • 0

Sorry to resurrect a almost dead topic , as my first post. But because I have been working with Delphi for many years and I am working now with python I thought I could help the original poster and any future poster with similar question. Ok let us start

1) DELPHI is an amazing Enviroment. Yeap that is so great about delphi that is an environment, that is both an excellent IDE and a very good, easy and powerful language. There is no IDE out there like DELPHI. That is a fact. DELPHI AND DELPHI .NET WIN.

2) DELPHI is much faster than Python , cause it is made on assembly. Python is made on C++ and uses a VM and it is interpeted which slows it down quite a bit. That slow down shows ONLY when you do some CPU intense work , like 3d graphics, audio processing etc. For the rest python will be fast enough for you. DELPHI AND DELPHI .NET WIN.

3) DELPHI .NET is vere powerful because it uses the .NET libraries that are common for all .NET programming languages like C# , VB.NET etc. But Python is the most powerful because it can use directly with no extra coding JAVA libraries (jython) .NET libraries (ironpython) and C++ and C libraries with some extra coding (there are however tools like SWIG that can do this automatically. PYTHON WINS.

4) Python is alot more compact , but very close to DELPHI , both language are very easy to use. However python requires less code to be written even when taking into account the amazing DELPHI IDE. PYTHON WINS.

6) DELPHI .NET is much more difficult to use than DELPHI or python cause is tied to .NET framework. While the python libraries follow the a pythonic approach , which requires them to be easy to use, powerful and compact . PYTHON WINS.

7) PYTHON is a constantly evolving language , alot more than Delphi and DELPHI .NET. That is one of appeal of open source. PYTHON WINS.

8) PYTHON is the most cross platform. DELPHI had Kylix for Linux which is abandoned while the MONO does not support DELPHI .NET. That means there is currently no way to run DELPHI on LINUX or MACOS. On the other hand Python not only runs but also is highly popular in MACOS and LINUX. PYTHON WINS.

In the end Python won me over, because of being cross platform and better language that required less coding. Delphi has an excellent IDE but IDE can get you so far.

Regarding IDE , well you wont find an equally good IDE in Python especially for designing GUI. But there loads of IDES and loads of GUI platforms while Delphi has only two VLC and .NET FORMS both are not cross platform. While python has loads and almost all cross platform.

The biggest deal is CROSS PLATFORM , if you only care for WINDOWS then both are equally good.

Do not worry about speed of execution with python there many ways to improve this and in practice is rarely a problem. Worth mentioning that Python integrates flawlessly with C++ and C , and even .NET (ironpython) and JAVA (jython). So that means that Python can done anything those languages can do and even use their libraries with little to no effort. Another huge advantage.

Edited by kilon
  • 0

It's nice to see I'm not the only Delphi developer around here (Y). In house development for my company is still (for the most part) done in Delphi 6. It's either that or .Net.

I don't know if Delphi has a future compared to Python, it's not a "cool" language nowadays, but I certainly don't regret working with it for the past 5 years.

  • 0
  Internet said:
I don't want to learn java... it's slow while being run + the vm has limits

can anyone just answer my question =(

Not the way you want it. If you're looking for a job, you'll want to learn more than one language, and definitely one that there's a demand for. Python is usually used for scripting, I haven't seen a lot of chatter about Delphi (Pascal) for a long time. I've never used Pascal except in high school classes. Java and C# are being used in a lot of enterprise work, so they're a good bet. :)

EDIT: Whoops, we made a zombie. OP has been inactive for quite a while... :o

  • 0
  Ricardo Gil said:
It's nice to see I'm not the only Delphi developer around here (Y). In house development for my company is still (for the most part) done in Delphi 6. It's either that or .Net.

I don't know if Delphi has a future compared to Python, it's not a "cool" language nowadays, but I certainly don't regret working with it for the past 5 years.

Nope you are definitely not. I was surprised that Python is so scarcely mentioned here, I was in UBUNTU forums and there it was all python ,python , python lol.

By the way I have to clarify that the DELPHI dying will highly depend. It is true that the VLC library is no longer developed at the same rate as it was in the past.

However DELPHI .NET is far from dead, afterall it is all .NET inside and that means that will be around for a very long time as .NET has become extremely popular in WINDOWS.

But EVEN the old DELPHI is not dead in the absolute sense, for example take a look at lazarus, it gives DELPHI a breath of fresh air. I have not mentioned it before since is not TECHNICALLY DELHI as it uses FreePascal but is as close to being a clone as it will ever be.

http://www.lazarus.freepascal.org/

Oh by the way the initial poster wondered where he should start for learning. Well in case o python the central python website has all the help one may need.

Which is pretty much anything, documentation , tutorials, third party libraries , mailing lists , wiki etc. etc.

Ah and another surprise it is possible to integrate Python in DELPHI and LAZARUS. SO many choices so little time ;)

http://membres.lycos.fr/marat/delphi/python.htm

http://mmm-experts.com/Products.aspx?ProductId=3

  • 0
  GreyWolfSC said:
Not the way you want it. If you're looking for a job, you'll want to learn more than one language, and definitely one that there's a demand for. Python is usually used for scripting, I haven't seen a lot of chatter about Delphi (Pascal) for a long time. I've never used Pascal except in high school classes. Java and C# are being used in a lot of enterprise work, so they're a good bet. :)

EDIT: Whoops, we made a zombie. OP has been inactive for quite a while... :o

You can find about language popularity here ( if this matter to you)

http://www.tiobe.com/index.php/content/pap...tpci/index.html

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Camtasia screen recorder now has a free version that works in your browser by Aditya Tiwari TechSmith, the minds behind Camtasia, has announced an online version of its popular screen recording and video editing tool. The web-based version, called Camtasia Online, is now available through popular web browsers like Google Chrome and Safari. Camtasia Online is essentially a stripped-down version of its desktop counterpart. It is designed to let you screen record, customize, share, and collaborate on high-quality videos without needing to download any software or purchase a subscription. Screen recording tools are often used to create step-by-step walkthroughs and tutorials, personalized feedback or coaching, and showcase a product or service. Camtasia has been around since 2002 and is primarily accessible through paid offerings. The screen recorder has over 34 million users globally. TechSmith offers a free trial of the desktop version, but the exported files automatically include a watermark. That's not the case with its modern counterpart, according to the company, which doesn't require any subscription. Note that while the online screen recorder is free to use, you still need a TechSmith account to use it. "While this first release focuses on streamlined creation, it will continue to grow in capability, and users can move projects into the Camtasia desktop editor for more advanced editing when needed,” TechSmith's CTO, Tony Lambert, said in an emailed statement. The web-based version allows you to create 1080p short clips (Scenes) of up to 5 minutes in length, with options to record a specific app, window, or the entire screen. It can record the screen, camera, and microphone on separate layers for more flexibility during editing. You can record multiple scenes and export them as a single video file. Camtasia Online offers a variety of visual effects and backgrounds, and the ability to pick a custom size and position on the screen. For instance, you can place the screen recording in the top-left or bottom-right corner of the screen, depending on your preference. Camtasia Online comes with more than 85 pre-defined "looks" to match your preference, its maker said. You can remove the background, add borders, drop shadows, make corners round, add reflections, and more, before and after recording a scene. You can also trim a video after recording with support for reversible changes. The online screen recorder also lets you collaborate with other users by sending invitation links. You can either give them access to the entire project or just a single scene. You can also preview the scenes before exporting them or re-record if something doesn't feel right. TechSmith also offers integration with Camtasia 2025's desktop version, allowing you to utilize additional features such as transitions, annotations, and dynamic captions. You can click on the Export button to download the project and use it in the desktop editor. Overall, Camtasia Online could be a suitable option for quick screen recording sessions and a viable choice for beginners. However, one downside is that it can be a bit tricky to download the video file directly through your browser. First, click on the "Export to Screencast" option in Export settings, which opens TechSmith's online hosting service. Then, make sure you're signed in to your TechSmith account, and click on More > Download to download the video file to your device.
    • Intel is pretty consistent about dropping a new CPU every year, typically in Q3. The fact that we are starting to get more information now implies they are on track.
    • TerraMaster D4 SSD review: Palm-sized DAS with up to 32TB of storage over USB4 by Steven Parker TerraMaster is back with another disk enclosure. I was offered the chance to take a look at their new D4 SSD, which is a palm-sized DAS that supports four M.2 SSDs ahead of its launch, today, on June 17. This follows our review of the all SATA D9-320 that we did last month, and the D5 Hybrid and D8 Hybrid, both of which are essentially multi-disk (HDD and SSD) enclosures for external backup, or to expand the capacity of a NAS. Here are the full specs of it: TerraMaster D4 SSD Dimensions: 138 x 60 x 140 mm Weight: 419g (with 3x M.2 SSDs) Power: 24W (100V to 240V AC) 50/60 HZ, Single Frequency System Fan: 50 x 50 x 10mm x3 Max Noise Level: 19 dB(A) using M.2 SSDs in standby mode; Test environment noise: 17.3dB(A); Test distance: 1m Compatible Disk Types: PCIe NVMe M.2 2280 SSD Reading Speed (max.) Writing Speed (max.) 3257 MB/s (Samsung 990 Pro 4TB x4 RAID0; 1600MB/s 4TB x1 3192 MB/s (Samsung 990 Pro 4TB x4 RAID0; 1500MB/s 4TB x1 Power Consumption: 15.0 W (Fully loaded Seagate 2TB M.2 SSDs in read/write state) 6.0 W (Fully loaded Seagate 2TB M.2 SSDs in hibernation) Raw Capacity: 32TB (8TB SSD x4) RAIDs Supported: SINGLE DISK Power saving: Hibernation Ports: USB4 40Gbps DC IN 12V Barrelport (MSRP) Price: $299.99 First, I should mention that TerraMaster only put SINGLE DISK support in the RAID specification, however unlike the D9-320 9-bay HDD enclosure, I was surprised to see that it actually supports both Striped and Spanned volumes in Windows 11, so you can get RAID1 in Windows 11 with this if you wanted, or simply combine all of the available drives into a single volume spanning the size of all drives combined. Technically, they are correct with the only SINGLE disk support, that is, if you plan to connect it to a NAS. Because it connects over USB, this means you will only be able to create usbshares, not storage pools. However, it is a nice surprise that Windows supports more functions with this D4 SSD than a NAS offers, which may also result in how you decide to use it. Also, for some reason, they have put that it weighs 600 grams. I think this is the package weight, because I weighed the D4 SSD after putting in three SSDs, and it came to 419 grams, which is really light! What's in the box D4 SSD device USB Type-C cable (C to C) 0.8m Power adapter Quick installation guide Limited warranty notice Bag of 2x M.2 screws I should mention that the "Quick Installation Guide" is simply a card with a QR code that links to https://start.terra-master.com. It requests your email and product details, which then opens to a full online User Guide. After getting to the end of the online User Guide (37 pages), which frustratingly encountered really slow page loads at times, there's a link to download a PDF of the User Manual. Design The design of the D4 SSD matches that of the F8 SSD Plus that I reviewed last year; in fact, it shares almost the same dimensions, but is 3.7cm shorter than its full NAS SSD counterpart, which is another example of how TerraMaster disk enclosures closely match their NAS sibling. It is essentially a metal frame with what I would call a matte black plastic cover. It is a bit of a dust and fingerprint magnet, too, but a quick wipe, and it's all gone, unlike what you would see with a glossy plastic exterior. It has a slightly textured feel to it and definitely feels premium, but also not in such a way that it would easily slip out of your hand. On the front, the D4 SSD is completely bare aside from a small sticker with D4 SSD printed on it; both sides are the same, with the TERRAMASTER logo stamped in the center. Unlike the D5-, D8 Hybrid, and NAS' in the same class (2- and 4-bay,) the logos do not double as ventilation on the D4 SSD. Around the back is a pretty bare affair with regulatory information stamped on it, then you have the Type C USB4 port and barrel power port input along with the screw that once removed, lets you slide off the cover to access the internals and manage the M.2 SSDs. Top Bottom The top uses the full surface area aside from the power button to assist with ventilation, and on the bottom, there are two 50 x 50 x 10mm intake fans that are very quiet. Installation Well, like the D9-320, there's hardly anything to it. Take off the screw around the back and screw in your PCIe NVMe M.2 2280 SSDs. They run at a (combined) max speed of USB4 (40 Gbps). TerraMaster includes a screw on each M2 connector, so need to go hunting, there are also two "backup screws" included in the box. For our review, we used two MP44Q 4TB NVMe SSDs ($224.99 on Amazon or Newegg) that TEAMGROUP supplied us with, and a 2TB Rocket 4 Plus ($219.99 on Newegg) that Sabrent sent to us. They are all PCIe 4.0 x4 drives. TerraMaster also uploaded a video to YouTube that shows how to install the storage options. Usage First, a bit of background on the capabilities of the D4 SSD. The ASMedia ASM2464PDX chip offers four lanes at PCIe 4.0 x 1; however, you can only expect to see up to 3257 MB/s speeds, and that will need to be in a RAID configuration; it basically translates to speeds you would expect from a traditional PCIe 3.0 SSD. This drops to around half that speed if the disks are being used independently in SINGLE disk mode. Here is how TerraMaster breaks it down: Unlike the D9-320 that we recently tested, it is not possible to daisy chain the D4 SSD with multiple units. As of writing, TerraMaster is not offering it in any other sizes (so, there is no D8 SSD option). RAID Happily, you can create a Striped or Spanned Volume of the disks in Windows, but be aware that it will only combine the total size of the smallest-sized SSD (so if you have 2TB + 4TB + 4TB, a volume of 3x 2TB will be created). In TOS 6 the same is true with the default TRAID setting, which is basically TerraMaster's own flavor of RAID5. Creating a storage pool on the D4 SSD in TOS 6 Creating a 3.71TB Storage pool (using two 4TB SSDs in TRAID) took around three hours to synchronize. On the official website, it is suggested that you download TPC Backupper, which is not included in the box, on a USB or onboard storage in the D8 Hybrid. There's a card that also instructs to download TPC Backupper. Still, I find that a bit of a shame because even most Razer or Logitech keyboards and mice include the setup program for Synapse or Logitech Options when you connect these devices to your Windows PC. Upon installing TPC Backupper by AOMEI a web page automatically opens in the default browser, thanking for a successful installation of what is actually a rebranded version of the free AOMEI Backupper Standard, and it "helpfully" suggests upgrading to a paid version for more features. The nag to upgrade to a paid version of the software seems a bit desperate if you ask me. I decided to emulate a daily backup that I usually do with the excellent SyncFolder, which basically backs up my Documents and Pictures folders from my main PC to my NAS Cloud drive. For this, I used the TPC Backupper app that I mentioned earlier. D4 SSD attached to local PC, local disk backup to D4 SSD over USB The process took a little under ten minutes to back up 34,979 files in 2,213 folders totaling 35,7GB into an .afi image file on a Striped volume. Restoring to the same local SSD only took 2m30s, which is impressive. D9-320 attached to local PC, backup to NAS over network Next, I backed up the same Documents and Pictures folders from the Striped volume in the D4 SSD to my Cloud backup over the network, and this took 11m20s. Restoring to the D4 SSD took just under three minutes, which is only half a minute longer than restoring the same data locally. Local PC backup over LAN to D4 SSD attached to NAS over USB Lastly, I ran the backup with the D4 SSD attached directly to my TerraMaster F4-424 Max over USB, so this meant copying the Documents and Pictures folder from my local PC over my LAN to the D4 SSD. The process took 14m33s to back up 34,979 files in 2,213 folders totaling 35,7GB into an .afi image file on the Simple volume, which is a little longer over the network than with the D4 SSD attached via USB to my local PC. Restoring the data locally over the network only took 1m30s, which was a minute quicker than restoring from the D4 SSD when attached locally, for some reason. Drive speed Striped volume Simple volume However, back to the drive setup, I ran CrystalDiskMark 8.0.5 in Windows 11 24H2 with the D4 SSD attached to that PC. I included both RAID and SINGLE disk mode, and the results definitely align with TerraMaster's drive speed claims, mentioned earlier in this review. I tried to measure the noise, but it did not register over the (roughly) 50dB of ambient noise of my work-from-home office. We will have to take TerraMaster's word for the claim about noise levels being as low as 19 dB. The Cooler Master NR200P Max towers above the TerraMaster D4 SSD Conclusion TerraMaster markets the D4 SSD as "specifically designed for media creation and video production applications," but also says that it "serves as an ideal external storage expansion solution for Mac mini and can be used as a Mac OS boot drive." Sorry, but I do not have a Mac mini to test this claim. TerraMaster also claims that this would suit gamers, for its "seamless experience indistinguishable from running on a local drive, with truly zero-latency performance." So it really has several use case applications depending on your wishes, and affordability to populate with up to four (large) SSDs. It looks premium, but it is what it is, essentially a plastic shell of a DAS. But it does not feel cheap either, the bottom intake fans are quiet, and overall, it is a nice-looking device that will not take up much room anywhere you place it. The added bonus here is RAID support, unlike with the D9-320 in Windows. However, do not expect RAID support on any NAS other than TerraMaster's own TOS 6 because you cannot create a storage pool over USB (at least in Synology DSM). Say you had a few one- or two-terabyte SSDs lying around, you could stick them all in and create a striped volume for anything up to 8TB for a really large storage volume in Windows. If I had any complaints at all, it would be how it does not really fully support 3rd party NAS' for creating a storage pool, but that would probably require an eSATA port. Secondly, I would have preferred to have seen a toolless method for installing and managing the SSDs. Most modern motherboards now use the toolless method of a clip or latch for M.2 SSDs, and given that the D4 SSD only supports 2280-sized SSDs, I don't feel this is a huge ask. You can purchase the TerraMaster D4 SSD for $299.99 from today (June 17) on the official website. As an Amazon Associate, we earn from qualifying purchases.
    • they are breaking stuff on purpose in the classic outlook to say look go over there! it's odd how since new outlook appeared old outlook as broke a LOT more then it used to
  • Recent Achievements

    • Experienced
      dismuter went up a rank
      Experienced
    • One Month Later
      mevinyavin earned a badge
      One Month Later
    • Week One Done
      rozermack875 earned a badge
      Week One Done
    • Week One Done
      oneworldtechnologies earned a badge
      Week One Done
    • Veteran
      matthiew went up a rank
      Veteran
  • Popular Contributors

    1. 1
      +primortal
      685
    2. 2
      ATLien_0
      266
    3. 3
      Michael Scrip
      206
    4. 4
      +FloatingFatMan
      185
    5. 5
      Steven P.
      142
  • Tell a friend

    Love Neowin? Tell a friend!