Posts

Showing posts from February, 2021

Basics of Python

Image
Introduction: - python developed my Guido Van Rossum at  Centrum Wiskunde & Informatica  ( CWI )   in the Netherlands in late 1980's you can learn python very easily compare to other languages because most of the syntax are written in simple English. python is object-oriented programming language. It is open source programming language and widely used in many organizations for Data science projects. you can learn python using google Collab and this is free for everyone. Data types: - Used to identify the type of data which can have specific value or range of values. Ø   Numeric à  Integer                     Float                    Complex Numbers Ø   Dictionary Ø   Boolean Ø   Set Ø   Sequence Type  à Strings     ...