Posts

Showing posts from June, 2018

Introduction to Python

Image
 It is an interpreted high-level programming language for general purpose programming. Python features a dynamic type system and automatic memory management. It supports multiple programming paradigms including object-oriented programming, imperative, functional and procedural and has a large and comprehensive standard library. like Django, beautiful soup etc. So the main question arises why python when there are several other languages to learn and work on? Why python? Python is simply a much cooler language. It is very easy to code. Anyone can learn python syntax within a day. It's easy to read. Being a high-level language one can easily understand the code simply by reading it.  Being an Open source language one can download it not only for free, but its source code is available to public this, means you can edit it, change, it use it and distribute it too. There are various modules according to user needs. That is it exhibits a huge amount o...

The First Step Towards the "PYTHON"

Image
Try downloading python from the site below mentioned (i will recommend you to download the latest version of it,i.e., python3.6 ) : https://www.python.org/downloads/ After downloading go through the .exe and try to install the python and go through custom setting and install the pip as well it will further help to add up the additional modules like bs4 and many other                                                                             Or Download the anaconda python, use the superior jupyter (i have started with this one because it helps me to make my e-notebook)                                                             ...