Skip to main content

Posts

How to start coding with Python? A beginner guide to start coding with Python.

  ­­Programming in simple way is telling computer what we want from him or what we want to computer to perform. But as computer is a machine it do not understand our language. So, to make computers understand what we want them to do certain piece of instructions are written which is generally called “Code”. People who write code are called Coders/ Programmers. Languages in which these codes are written are called Programming Languages. The biggest advantage of programming is that you literally can build everything you want. With programming you can build complex applications like an Chat application, an E-Commerce website, Food ordering website etc. But only few people know about coding. Many people thinks as coding is very hard to learn so, they never learn it. If you decided to start learning to code with Python then I must say you had great choice because python is most easy well as beginner friendly language. Python is also most popular and in demand programming language ...
Recent posts

What is Machine Learning and how to get started with Machine Learning?

“ COMPUTERS ARE ABLE TO SEE, HEAR AND LEARN. WELCOME TO THE FUTURE ” –   DAVE WATERS   In this article we will go through what is machine learning and what are the steps to learn machine learning So let's get started! Now the terms - Machine learning and AI artificial intelligence is closely related And it's not wrong to say that the abstraction level of between these two words is fairly thin line and they can be   used Interchangeably. Let's talk about machine learning and AI. Now machine learning and AI   are branches of computer science. They are closely related, but according to me, what my personal thought is machine learning is closely related to data mining rather than AI. AI is completely a different thing But what you think of machine learning is closely related to data mining And you have been already using it quite a lot. Now, you might be thinking where We are already using machine learning? Now although you have just heard the term machine le...

What is Ansible? Where it is used and what are Inventories and Playbooks?

  In this article we are going to talk about ansible. Ansible is one of the most popular tool and especially very popular in the community of DevOps. Today i am going to demystify what ansible is, what is the problem that it's trying to solve and will give you the most easiest understandable explanation of what ansible is, what problem it solves and where you can use it.   Before we understand what ansible is we need to understand what is the problem that ansible is trying to solve, so we are going to take that now and also let me mention one more thing that ansible is more popular not in the software developer or software engineer community but moreover in the production engineer community. There are different sets of challenges that are handled by the production engineer people who takes your software or your web application and move it on to the production environment the virtual machine   like AWS, Google cloud or whatever your favorite cloud provider is and there are...

Mathematics required for Programming/ Software Development

  This is the most frequently asked query by students that do I need to be good at math in order to be a software developer and I really want to break down what skills of math you need to know in order to be a software developer or a programmer and what skills you don't need to have as far as math. Okay let's get started how much math do I actually need to know in order to become a programmer do I need to be good at math to become a programmer these are some of the most common questions I've been getting asked recently and I think it's because it's this perception that in order to be a programmer you have to be really good at math and I'm gonna give you the quick and short answer right now. The answer is “NO” you do not need to be a math expert  you do not need to be a pro in math in order to become a programmer.  Math and programming have for a long time now have this misunderstood relationship where a lot of people think in order to be a good programmer you ne...

How to learn Python fast?

We all know that python is one of the best beginner-friendly programming language that can really help you kick-start your career as a programmer. So today i will go through how you can learn python as fast as possible. In this article we will be discussing 10 really good tips for how you can learn python fast and how you can grow as an effective programmer If this is your first programming language it can be a bit overwhelming at the start, so you might have an idea of where you want to start but you may lack a complete structure on how to actually achieve your goal. There are different ways to learn a language and everyone has their own method for achieving the same result.  1.Understand the why :   Why should you learn python and why python the right language for you to actually learn. So python can be used in lots of different   fields like Machine learning, Data science, Web development, Game development and lots of other things, so figuring out why you are actually...

How to stay Motivated while learning to Code.

  In this article we are   going to talk about how to keep yourself motivated while learning to code. Many students have gone through this situation when they are learning to code, at some point they feel like its not working out anymore, I should stop this. I heard from many students that   I have been learning this thing for a month and   I am not understanding, i learned this and then i forget what I learned   and I am just giving up or I am quitting, sometimes people end up quitting and i just want to tell you what to expect and why software development could be perceived as something that's hard. In reality nothing new is supposed to be easy. So if you think it's hard of course anything new is hard what you don't know is hard but i want to give you a perspective as to what you can expect that process to feel like when you're learning. Let's say   you have been learning to code for three months where should you be after three months how should it feel a...

WHAT IS FULL-STACK DEVELOPER AND HOW TO BECOME A FULL-STACK DEVELOPER??

  Full stack web development is one of the  most popular developer occupations today  but there remain some confusion about  what a full stack web   developer is  and how different Front-end development from back-end web development  in this article we'll go through exactly  what a full stack web developer we'll also look at  how to become a full stack web developer. WHAT IS FRONT-END WEB- DEVELOPMENT Before we dive straight into   full stack web development we  first need to understand the two main  fields that   make up a full stack web  developers i.e front-end web  development and back-end web development.  Front-end web development involves the  actual presentation of your website, in  other words how the information on your  website is laid out both in browsers and  on mobile devices. Becoming   a Full-stack developer requires to have knowledge in HTML CSS and JAVASCRIPT....