Which Technology Should You Learn According to Your Profile?

Julian Herrera
The Startup
Published in
3 min readSep 19, 2020

--

Based on Stack Overflow user’s tags, utilize Network Analysis and Python to find out which technologies you should learn to complement your tech-profile.

The road to learn and develop the skills necessary to insert yourself in the technology and IT field is pretty extensive and the set of tools available to learn is broad. It can become a really confusing task, mostly if your background is not related with Computer Science and you’re not a tech-savvy.

Network Analysis and Python allow us to facilitate the task of identifying which languages, frameworks and tools we should focus on in our path to proficiency and job insertion.

1. Definition of network

A Networks is a collection of connected objects which technically are called Nodes or Vertices. The connection between these nodes is made through Edges which are usually drawn as lines in the network. With these graphic visualizations we can represent all sorts of systems from the real world, with applications in fields such as finance, statistics, biology, sociology and computer science, among others.

--

--