WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

MoinDalvs/Python_for_Data_Science

Repository files navigation

Python_for_Data_Science

1.Python Basics function

Variables in Python

Indexing

Arithmetic Operations

Boolean Operations

Sequence

  • List
  • Slicing
  • Tuple
  • Slicing
  • String

Comprehension

User Defined Functions

For Loops

  • Sequence are Iterable
  • if elif and else Condition

Function

List Methods

  • Adding into the list
  • Insert is used to replace number of a particular index number
  • Removing elements from a list
  • Replace
  • Repitition Operation
  • Sort a list