Posts

Showing posts with the label basic

CHAPTER 1 :" PYTHON "(MODULES, COMMENTS, PIP)

Image
 CHAPTER 1  MODULES, COMMENTS, PIP   MODULES:                                 A module is a file containing code written by somebody else which can be imported and used in our programme. Types of modules: Build in modules: preinstalled in python  External modules: need to install using pip.               Pip is the package manager for python you can use pip to install a module on your system.  PIP : COMMENTS:                                 Comments are used to write something which the programmer dose not want to execute. Types of comments: Single line comment written using # (hash) multi line comments written using (" 123")

BASIC'S OF PYTHON 1

Image
  PYTHON  WHAT IS PROGRAMMING?  Just like the language we use like Hindi, english or telugu to communicate . Python is a language for us and Computer to Communicate . Programming is a way to instruct  the Computer to perform various tasks.   WHAT IS PYTHON?   Python is a simple and easy to understand language which feels like reading simple English. This Pseudo code nature of python makes it easy to learn and understandable by beginners Features of python : Easy to understand = less development time  Free and open source  High level language  Portable - Works on Linux/windows/Mac not to mention (its fun to work)                                                                                 ...