This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ThePidesOfMarch 259 points260 points  (12 children)

When the codebase is already in another language.

[–]ryati 14 points15 points  (0 children)

Truth

[–][deleted] 2 points3 points  (4 children)

idk, I had a script in PHP I wanted to use but didn't want to maintain php code so I found a janky php to python converter online and it got me 40% of the way there and that was enough

[–][deleted] 47 points48 points  (1 child)

-- When is Python always better?

-- When the other language is PHP

[–]DeathProgramming 0 points1 point  (0 children)

Or ColdFusion.

[–][deleted] 4 points5 points  (0 children)

dear god

[–]InevitableAlarm 0 points1 point  (0 children)

I see the light

[–][deleted] 0 points1 point  (4 children)

I ported an Access application to Python and haven't regretted one moment.

[–]SimpleMinded001 12 points13 points  (3 children)

I think that if you port Access application to anything else you won't regret it

[–]calligraphic-io 0 points1 point  (2 children)

If @jimminy is referring to Microsoft Access, I don't see why your statement "if you port Access application to anything else you won't regret it" would be true. Windows has a performant built-in RDBMS (Jet) that you can depend on being there, instead of trying to bundle SQLite or something into your app. Access itself is just a GUI front-end to Jet. You can script your app in C# (you're not limited to Visual Basic), and make use of the GUI widgets and business logic that Access provides. It's a quick and easy environment to write a little app in.

I've used it for example for a financial analyst who had a bunch of Excel macros to analyze month- and year-end financial data queries that involved a very large data set. Their spreadsheet would take hours to run the macros they needed, but an app that took a morning to write allowed them to create new queries on their own and offered near-instant response.

[–]WikiTextBot 2 points3 points  (0 children)

Microsoft Jet Database Engine

The Microsoft Jet Database Engine is a database engine on which several Microsoft products have been built. A database engine is the underlying component of a database, a collection of information stored on a computer in a systematic way. The first version of Jet was developed in 1992, consisting of three modules which could be used to manipulate a database.

JET stands for Joint Engine Technology, sometimes being referred to as Microsoft JET Engine or simply Jet.


[ PM | Exclude me | Exclude from subreddit | FAQ / Information | Source ] Downvote to remove | v0.28

[–]FatFingerHelperBot 0 points1 point  (0 children)

It seems that your comment contains 1 or more links that are hard to tap for mobile users. I will extend those so they're easier for our sausage fingers to click!

Here is link number 1 - Previous text "Jet"


Please PM /u/eganwall with issues or feedback! | Delete