Live data from Hacker News

Ask HN: What startups use C and Python?

news.ycombinator.com

11–20 of 62 posts

Re: Ask HN: What startups use C and Python?

#13
post #8

I know that Google is using C and Python. The first version of Google was written in Python. Today the webserver and the web page are written in C, for performance reasons. But internally they still use a lot of Python.

Google is too large for me .. at least for now. :) I'm looking for a place where I can work on an entire (or at least a large portion) product.

Re: Ask HN: What startups use C and Python?

#14

Orvant has lots of Python under the hood. It allows us to move quickly. There are very few things we actually need to use C or C++ for. The main reason we'd use C is to write Python bindings for a C library. :) https://www.orvant.com/

Orvant looks really cool! Are you hiring, by chance?

Re: Ask HN: What startups use C and Python?

#16

Orvant has lots of Python under the hood. It allows us to move quickly. There are very few things we actually need to use C or C++ for. The main reason we'd use C is to write Python bindings for a C library. :) https://www.orvant.com/

Orvant looks really cool! Are you hiring, by chance?

We are not actively hiring right now. Though if you think what we do is interesting I encourage you to send your contact info and resume to support@orvant.com

Re: Ask HN: What startups use C and Python?

#18
post #6

The company I work for uses C and PHP mainly , but as our platform is Gentoo that also makes us users of python. I also write most of the utility scripts I use in python. http://sevone.com

SevOne's careers page says that a Bachelor's degree is a requirement. How strict is SevOne (or any other company, for that matter) on this requirement? Do you know of any software engineers that don't have a degree?

Loads of software engineers don't have a degree.

Re: Ask HN: What startups use C and Python?

#19
The server side code of http://www.cyclinganalytics.com/ is almost entirely Python with a small amount of C.

There's one particular bit of data processing that gets a couple of orders of magnitude speedup by writing the code in C rather than Python. It involves lots of loops and indexes, and it's possible there's a faster way to do it in Python, but I couldn't think of one.

Re: Ask HN: What startups use C and Python?

#20
post #8

I know that Google is using C and Python. The first version of Google was written in Python. Today the webserver and the web page are written in C, for performance reasons. But internally they still use a lot of Python.

So far I have only seen C++ from Google, never C. Are you referring to anything specific from them?
Post reply on HN