Skip to main content

What Is The Most Preferred Coding Language ?


I can code in 9 different programming language, Does that help? Does this increase my chances of getting hike? How did I learn? How do I switch on/off mode for different languages? 

Programming languages are about compatibility of the system, about the legacy of the utility and comfort of programmer. Be it either of these in picture, its important to know what you are doing and have logic in mind. Like any other spoken language, computer languages are about communication in the easiest possible way.

My personal favorite is Python. Its free, its mature, its flexible, its fast, its easy to learn and most importantly its a popular language in demand. 
  • Simple: Python is a readable and understandable language. 
  • Free: This programming technology is free and open. 
  • Compatible: Python offers compatibility with various platforms. 
  • Object-oriented: Python supports procedure-oriented and object-oriented programming. 
  • Libraries: There are a lot of libraries for Python. As a result, the developers can manage documentation, databases, web browsers, perform unit testing, and so on. Additionally, Python can be used for many tasks, e.g. web and desktop apps development, complex calculation systems, life support management systems, Internet of Things, games, and more.

So, is it possible for me to stick with my language of choice always? No! I have to adapt the language of choice of my customers. But I can always code in python and then convert it into desired language seamlessly and that is the benefit of knowing different languages. I also like coding in MATLAB, though it feels a bit primitive as compared to python with universe to explore for free but it was the first language I chose to code it, super easy and super readable.

I know this was a bit of biased article but trust me my intention was to ensure that you understand language doesn't matter, mathematical aptitude and logical thinking does!


Happy Coding! 😃


Comments

  1. Innomatics Research Labs is collaborated with JAIN (Deemed-to-be University) and offering the Online MBA in Artificial Intelligence & Business Intelligence Program. It is a sublime program of getting an MBA degree from one of the best renowned university – JAIN University and an IBM certification program in Data Science, Artificial Intelligence, and Business Intelligence from Innomatics Research Labs in collaboration with Royal Society London.
    Online MBA in Data Science
    Online MBA in Business Analytics
    Online MBA in Business Intelligence

    ReplyDelete

Post a Comment

Popular posts from this blog

Data Is the New Oil : From Lenses Of Oil & Gas Industry

Yes, times are difficult but that's what opportunity seekers make the best out of. This pandemic has resulted in a lot of unexpected changes. Most of us don't have a plan anymore because it seems hard to believe when and how our lives would resume. What will the new normal be? Is it ever getting back to the same? Will I ever be able to live my good old life again? How will demand for skills change in near future? What shall we do to maximize the gain from this slow-paced life? With so many questions in their mind, I had an opportunity to talk to a wonderful group of audience in a webinar organized by EAGE RGPIT SC . When I asked them "What is in your mind?"  This was their response. People are worried about their careers. With fancy data lingos, everyone is seeking to learn more about them and trying to prepare for a secured tomorrow. Data science has become more and more popular over the last decade. Being a data scientist is now a software engineer of yesterday. Eve

Shell.AI Residency Program India

This is to call for applications to " AI Residency Program "   recently launched by Shell India. This  a 2-year, full-time, immersive programme, which allows data scientists, AI engineers and computational scientists to gain experience working on a variety of AI projects across all Shell businesses. Recently, Shell India has launched its own, specialized and global programme – bringing digitization – in India to newer heights. Join us, and make history through influencing the future of energy. Along with this, we are also conducting a  hackathon for sustainable and affordable energy  which gives the winners a direct entry to interviews for Shell AI Residency Program.  PS: Jobs will only be offered to people with relevant experience as mentioned in the page while hackathon is open to everyone. Participate and be a part of Journey to a cleaner and more sustainable tomorrow. 

pip install xgboost

I have tried a million ways over years to by-pass all the certs/securities but never had a one right way to do this, xgboost is a very popular ml algorithm but been hard to install. This time finally I made it happen. I downloaded the wheel file directly and installed it to make this happen right. I also have a video for this but this article shows step by step process on how to do it right. Here is how: Open command window from start menu in windows: Fig1: Open Command Window Go to the website to find unofficial binaries 👉 here , find the desired .whl file, in this case, we are looking for xgboost, and download the compatible version with your machine and python: Fig2: The Unofficial Binaries Locate the downloaded file on your machine: Fig3: Locate the Files Install from cmd using pip: Fig4: Install the file  And you are done, you can also follow these steps from my video here: