Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #76975 > unrolled thread
| Started by | Amirouche Boubekki <amirouche.boubekki@gmail.com> |
|---|---|
| First post | 2014-08-25 13:16 +0200 |
| Last post | 2014-08-25 13:16 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Python vs C++ Amirouche Boubekki <amirouche.boubekki@gmail.com> - 2014-08-25 13:16 +0200
| From | Amirouche Boubekki <amirouche.boubekki@gmail.com> |
|---|---|
| Date | 2014-08-25 13:16 +0200 |
| Subject | Re: Python vs C++ |
| Message-ID | <mailman.13412.1408965891.18130.python-list@python.org> |
[Multipart message — attachments visible in raw view] — view raw
2014-08-25 12:52 GMT+02:00 Amirouche Boubekki <amirouche.boubekki@gmail.com> : > Héllo, > > > 2014-08-21 14:54 GMT+02:00 David Palao <dpalao.python@gmail.com>: > > Why to use C++ instead of python? >> >> It is not ranting against C++. I was/am looking for small-medium >> projects to exercise my C++ skills. But I'm interested in a "genuine" >> C++ project: some task where C++ is really THE language (and where >> python is actually a bad ab initio choice). >> > > - You can try to write a game or a game engine. > - online book about writing game illustrated in C++ > http://gameprogrammingpatterns.com/ > - voxels are all the rage, but the only framework I know that is not > minecraft-like is still closed source http://www.voxelquest.com/ > - I am a big fan of Final Fantasy games, it seems to be an easy game > experience to code > > - Contribute to valve opengl debugger, becarful awesomeness ahead, > https://github.com/ValveSoftware/vogl > - Contribute to one of the C++ graphical framework: Ogre, blender, Qt > - Not rigorously a game: contribute to blender: it's written in C, C++ and > Python. > - make new graphical devices easy to use from Python, I'm thinking about > occulus rift and http://hello.vxbx.net/ > - Contribute to Inkscape > - Contribute to scikit.learn I think they use Cython and C++ to improve > performance. > > Regarding games I like this book: http://fabiensanglard.net/ > Back in the days of my C++ I liked http://yosefk.com/c++fqa/ Also they are a few graph database written in C++ that might need some love: - https://www.arangodb.org/ - https://github.com/google/cayley Peace and prosperity
Back to top | Article view | comp.lang.python
csiph-web