Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@hamolicious You learn a language because it holds a key to one of your problems. Languages are tools not board games.
-
@BarakaShuzuko @BarakaShuzuko well part of the reason I was going to do c++ is because it is so much faster than python which was my biggest problem with python development
-
@hamolicious Okay bro, I thought you wanted to learn it just for fun. Hope no offense taken?
-
C0D4681465yPython is slow... then use it in a cluster of containers to increase processing speed.
Before jumping up to c/c++ what do these low level languages solve besides speed issues to your problems?
Do you know any thing else other then python? -
@C0D4 I've done (besides form python) some Processing and c# a long time ago, besides that, not much... c++ doesn't solve other problems other than my boredom and speed
-
If you want to play with something speedier than Python but still used in a lot of places(some similar in terms of web development for example) I would recommend Go or cpp. I actually recommend learning new langs for fun, academic purposes can be fun :D if you want a cool challenge try Clojure as well
-
-pthread4405y@hamolicious try cython or use PyPy for speed improvement. You may also wanna consider freezing your python code. Learn how to do some operations efficiently on python.
Related Rants
-
xjose97x19Just saw a variable in C named like this: long time_ago; //in a galaxy far away I laughed no stop.
-
Unskipp24So this happened last night... Gf: my favorite bra is not fitting me anymore Me: get a new one ? Gf: but it ...
-
JMoodyFWD48My "Coding Standards" for my dev team 1.) Every developer thinks or have thought their shit don't stink. If y...
So I got Python under the belt, been messing around with it for quite a while (2-3 years now :p) and I am bored of it now,
What is a pretty fun programing language that's somewhat challenging to get around?
I was planning on learning c++ next since it sounds like fun but please do suggest your favourites
question
c++
suggestions
languages