Ask HN: What startups use C and Python?
21–30 of 62 posts
Re: Ask HN: What startups use C and Python?
#22Re: Ask HN: What startups use C and Python?
#23The 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?
#24The 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?
Don't let this stop you. Every. If you honestly think you have the skills for the job after reading the description, seek it out. Let them determine if you are right for the position.
Don't be the no in your life.
Re: Ask HN: What startups use C and Python?
#25Re: Ask HN: What startups use C and Python?
#26Our machine learning code is in C and accessed from Python via Cython.
Re: Ask HN: What startups use C and Python?
#27I 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?
Re: Ask HN: What startups use C and Python?
#28Repustate.com Our machine learning code is in C and accessed from Python via Cython.
Re: Ask HN: What startups use C and Python?
#29Re: Ask HN: What startups use C and Python?
#30Kontagent uses both.