Logo
Home

What programming languages are popular with Intuit devs?

Recently, there has been a lot of discussion online about what languages developers are currently using. For those devs just starting out, the question is which language should they learn first.

At Intuit Developer, we took a look at our own community to see the different programming language trends across 3rd-party developers who are developing against the QuickBooks platform.

Based on our data from the last 6 months, the following pie chart shows the language choices by 3rd-party developers building on the QuickBooks platform.

Screen Shot 2015-01-26 at 9.29.19 PM

  1. Java : Java is one of the most commonly used languages for developing against the QuickBooks platform. With tons of open source libraries/frameworks and huge community support, it is no surprise that Java is one of the most of commonly used language. To help developers enable faster integration with QuickBooks Online, Intuit officially provides a Java SDK with a set of class libraries that make it easier to call QuickBooks APIs, providing access to QuickBooks data.
  2. C Sharp (C#) : Along with Java, C# is one of most prominent used by Intuit developers. C# is a common language to build on the .NET platform primarily for Microsoft products. C# is completely backed by Microsoft and has huge community support. Just like for Java, Intuit provides a C# based .NET SDK to enable developers to more easily integrate with QuickBooks Online.
  3. PHP : PHP is one of the most widely used server-side scripting languages used for web development. There’s a ton of community supported PHP frameworks to enable easier/faster development. Given the wide usage of PHP in the industry, it’s no surprise that PHP is the third most commonly used language for developing on QuickBooks. Similar to Java and C#, there is an official PHP SDK for QBO integration.
  4. Ruby : Ruby is a dynamic, reflective, object-oriented programming language. Ruby is primarily used with the Rails platform (i.e., Ruby on Rails) for web development. Ruby on Rails has been around for a while with enough maturity and a thriving community.  Even though Intuit does not have an officially supported SDK for Ruby, there is an open source library available.
  5. Python : Python, similar to Ruby, is a dynamic, object-oriented programming language. Just like with PHP, there’s a ton of community-supported Python frameworks to enable easier/faster development, including a vibrant community. Even though Intuit does not provide an official integration SDK, Python is one of the top 5 languages used by developers integrating with the QuickBooks platform.
  6. Other : In addition to the above mentioned languages, we see developers using languages like C++, Perl, and ColdFusion (CFML) when integrating with the QuickBooks platform.

To be honest, it’s not really surprising that our developers choose to use these languages, given the penetration of each in the market over the years.

So, which language should you use when you create your QuickBooks Online app integration?

The good news is you have many choices: you can choose any language that can easily consume the REST Service – and that is most of them. For an analogy, think of asking what spoon is best for eating cereal. In all cases, the spoon is a tool to consume the cereal; most spoons will do the trick. In the case of integrating with QuickBooks, developers write code to consume our REST Service, and many programming languages can do that.

However, because some languages are more popular than others, we’ve created SDKs and samples in those languages. We know that most of our base uses Java and .Net (C# or VB), and most of the others use PHP, Ruby, Python, Node, or other JS libraries. So, if someone is partial to Java, .Net, or PHP, we have a great jump start for you with an the SDK and sample code for you to use.

We would love to hear your comments and thoughts on the list above. What are you using? Tell us in the comments section below.


Posted

in

by

Tags:

Comments

7 responses to “What programming languages are popular with Intuit devs?”

  1. kinlane Avatar

    Thanks for sharing the data. Very valuable.

  2. dwayne hinton Avatar

    that’s because you don’t really support php.

  3. Vishal Aggarwal Avatar

    Hello Dwayne,

    Thank you for the comment. Can you clarify on your comment, did you mean PHP support for QBO API or CAD API. At the current moment Intuit officially supports PHP SDK for QuickBooks API but not CAD API.

    Thank you,
    Vishal

  4. Casey Perkins Avatar

    Any possibility for iOS support any time soon?

    Thanks.

  5. Vishal Aggarwal Avatar

    Hello Casey,

    Thank you for the comment. iOS SDK currently is currently on our roadmap and we will definitely providing one in the future. In the mean time can you help us define our Mobile Strategy and take this quick survey(https://www.research.net/s/2D7BKFW).

    Thank you,
    Vishal

  6. Shirish Patel Avatar
    Shirish Patel

    Is there any update on the availability of the iiOS SDK?

  7.  Avatar
    Anonymous

    am satisfied by the explanation, you just filled the gaps in my mind. thanks a lot

Leave a Reply

Your email address will not be published. Required fields are marked *