Ask HN: What startups use C and Python?
37 points| brewerhimself | 13 years ago | reply
EDIT: Bonus points for any companies hiring junior developers!
37 points| brewerhimself | 13 years ago | reply
EDIT: Bonus points for any companies hiring junior developers!
[+] [-] henningpeters|13 years ago|reply
C and Python are in fact our most-used and loved languages.
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?
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.
Btw: we are currently hiring in both areas, send me a mail in case you are interested: [email protected]
If you want to take a look at our app, go here: http://itunes.apple.com/de/app/skoobe-e-books-leihen-statt/i...
[+] [-] rotw|13 years ago|reply
[+] [-] ronnix|13 years ago|reply
[+] [-] brewerhimself|13 years ago|reply
[+] [-] shrughes|13 years ago|reply
[+] [-] greenyoda|13 years ago|reply
[+] [-] rgrieselhuber|13 years ago|reply
[+] [-] dman|13 years ago|reply
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.
[+] [-] m_rcin|13 years ago|reply
Consider interesting, underpaid academic jobs for programmers. There is a good chance that your software will make a bigger difference to the world than in a startup.
[+] [-] davidjohnstone|13 years ago|reply
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.
[+] [-] brewerhimself|13 years ago|reply
[+] [-] danielwozniak|13 years ago|reply
[+] [-] reiz|13 years ago|reply
[+] [-] brewerhimself|13 years ago|reply
[+] [-] fauigerzigerk|13 years ago|reply
[+] [-] danielwozniak|13 years ago|reply
https://www.orvant.com/
[+] [-] brewerhimself|13 years ago|reply
[+] [-] dkhenry|13 years ago|reply
http://sevone.com
[+] [-] brewerhimself|13 years ago|reply
[+] [-] pulletsforever|13 years ago|reply
[+] [-] brewerhimself|13 years ago|reply
[+] [-] waterside81|13 years ago|reply
Our machine learning code is in C and accessed from Python via Cython.
[+] [-] the_cat_kittles|13 years ago|reply
[+] [-] alwild|13 years ago|reply
the core chat/webserver is written in C and accessed via Python. And yes, we are hiring jr devs
[+] [-] jongos|13 years ago|reply
[+] [-] brewerhimself|13 years ago|reply
[+] [-] unknown|13 years ago|reply
[deleted]
[+] [-] projuce|13 years ago|reply
[+] [-] brewerhimself|13 years ago|reply
[+] [-] zhicheng|13 years ago|reply
[+] [-] rikthevik|13 years ago|reply
[+] [-] orionvmjoseph|13 years ago|reply
We do alot of async and evented I/O in Python/C/Cython using Gevent.
Python is just one of those languages that is so easy to extend with native code.
[+] [-] aydo|13 years ago|reply
[+] [-] brewerhimself|13 years ago|reply
[+] [-] octopine|13 years ago|reply
[+] [-] matticakes|13 years ago|reply
[+] [-] brewerhimself|13 years ago|reply