Codementor Events

Why I Chose Python

Published Jan 04, 2018
Why I Chose Python

Hey, I've been developing using Python for a while now. In this post, I'm gonna go over why Python over other languages. (This is mostly personal opinion and my lack of experience with other languages).

Previous Experiences
I've tried PHP and Java before, but, what makes Python so much better?

Why Python is great
Python is a very dynamic language. It's great for creating dynamic scripts, it allows for so much customization, and there are so many options, so many good things, other languages don't have, or some features that other languages do have that work differently with Python.

Same features as other languages
This is a quite new feature, f-strings, f"{test}" will be equal to the variable test. In JavaScript, this would be `${test}`. You can pass functions in Python, like this: def blablabla(): pass; awesomefunc(blablabla). In JavaScript, it would look more like this: awesomeFunc(function(){})

What do you like more so far? Python? Good.

Why I like it
Well, Python is a pretty easy language to learn, and it's used for so many things. If you need a library, there's a big chance there is already one at PyPi. It has a great package system and Python is one of the most used languages. A lot of big companies use it, so learning Python is always a good thing when applying for a job.

Discover and read more posts from Jori van Ee
get started