TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What startups use C and Python?

37 点作者 brewerhimself将近 13 年前
I know Mixpanel uses both of these, but what are some other startups that use both C and Python?<p>EDIT: Bonus points for any companies hiring junior developers!

20 条评论

henningpeters将近 13 年前
Skoobe, a new ebook subscription service based in Munich/Germany.<p>C and Python are in fact our most-used and loved languages.<p>We developed a cross-platform library in C that makes our codebase reusable across multiple platforms, currently we support iOS, Android, Linux and MacOSX. Next: maybe Windows/Windows Phone?<p>Most of our backend services and our web site are running on Python/Tornado. Additionally, we use Python a lot for infrastructure automation on AWS.<p>Btw: we are currently hiring in both areas, send me a mail in case you are interested: hp@skoobe.de<p>If you want to take a look at our app, go here: <a href="http://itunes.apple.com/de/app/skoobe-e-books-leihen-statt/id425361265?mt=8" rel="nofollow">http://itunes.apple.com/de/app/skoobe-e-books-leihen-statt/i...</a>
评论 #4309225 未加载
评论 #4310031 未加载
评论 #4308322 未加载
shrughes将近 13 年前
Don't pigeonhole yourself by languages you want to use. Interestingness of work is not correlated with language very much.
评论 #4308998 未加载
评论 #4308994 未加载
dman将近 13 年前
Enthought - www.enthought.com<p>We are the scipy/numpy folks and use Python/C to solve interesting scientific / engineering problems. I have been writing interesting Python C extensions for the last six months.
评论 #4309137 未加载
davidjohnstone将近 13 年前
The server side code of <a href="http://www.cyclinganalytics.com/" rel="nofollow">http://www.cyclinganalytics.com/</a> is almost entirely Python with a small amount of C.<p>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.
评论 #4310152 未加载
评论 #4308520 未加载
reiz将近 13 年前
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.
评论 #4308400 未加载
评论 #4308480 未加载
danielwozniak将近 13 年前
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. :)<p><a href="https://www.orvant.com/" rel="nofollow">https://www.orvant.com/</a>
评论 #4308405 未加载
dkhenry将近 13 年前
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.<p><a href="http://sevone.com" rel="nofollow">http://sevone.com</a>
评论 #4308335 未加载
pulletsforever将近 13 年前
Nest is using both C (for embedded Linux on the thermostat) and Python (some of the API services) they are also hiring for lots of positions, some are listed at nest.com/careers
评论 #4310181 未加载
waterside81将近 13 年前
Repustate.com<p>Our machine learning code is in C and accessed from Python via Cython.
评论 #4308738 未加载
alwild将近 13 年前
<a href="http://www.needle.com" rel="nofollow">http://www.needle.com</a><p>the core chat/webserver is written in C and accessed via Python. And yes, we are hiring jr devs
jongos将近 13 年前
At metalayer.com we use Python heavily for our web app and some C for backend/scalability stuff. We're also hiring. Would love to chat.
评论 #4310191 未加载
projuce将近 13 年前
I'm pretty sure Spotify is mainly C/C++ in the client and python for the web
brewerhimself将近 13 年前
Just a note: I plan on replying to every comment here. I'm on the tail end of my lunch break right now and don't have the time, but I'll do it first thing when I get home.
zhicheng将近 13 年前
Maybe Youtube does?I heard they were using Python.And if you doing a video share site,you will use ffmpeg or something like that.It's must be written in C。
rikthevik将近 13 年前
I worked for Veridae (veridae.com) doing some really interesting EDA software and we used both very heavily. They got acquired by Tektronix last year.
orionvmjoseph将近 13 年前
OrionVM in Australia.<p>We do alot of async and evented I/O in Python/C/Cython using Gevent.<p>Python is just one of those languages that is so easy to extend with native code.
aydo将近 13 年前
Check out www.omnicloudapp.com - they're hiring devs in Stockholm / the US for disrupting the hosting world.
评论 #4310175 未加载
octopine将近 13 年前
Counsyl uses Python and C. <a href="https://www.counsyl.com" rel="nofollow">https://www.counsyl.com</a>
matticakes将近 13 年前
bitly is overwhelmingly C and Python
评论 #4308409 未加载
endlessvoid94将近 13 年前
Kontagent uses both.
评论 #4308869 未加载