Please enable JavaScript.
Coggle requires JavaScript to display documents.
Analytics, Top Library, BA for start up, PYTHON, Data Collection, Data,…
Analytics
DM
-
-
-
-
-
-
-
Chat bots
NLP(NLTK, standford Library)
-
-
-
-
-
-
-
-
-
-
-
-
Data
-
-
-
-
standford library , NLTK, scikit
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
PYTHON
Tools
Why Python
-
-
-
-
-
Types/Operators
-
-
-
-
-
-
Indexing/Slicing
Index 0, s='amit', s[0], s[1:3]
LIST: L=[1, 2, 3 ,4], l[2]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
For i in range(1,7):
Print i, i**2
-
-
-
-
-
-
-
5 sets of data( 1, 2,1000,3,4)
-