Skip to content

Instantly share code, notes, and snippets.

View niphadkarneha's full-sized avatar
🌈

Neha niphadkarneha

🌈
View GitHub Profile
@niphadkarneha
niphadkarneha / imagerecognition.ipynb
Created November 22, 2019 17:23
ImageRecognition.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
# Python program to printout possible combination of words or letters given by user.
import itertools
s = input("Input a word or any random string: ")
#Changing the number in the bracket will print list of words with that length.
#To use the length of the input, type in (s, len(s))
t=list(itertools.permutations(s, 3))
for i in range(0,len(t)):
print(''.join(t[i]))
@niphadkarneha
niphadkarneha / DA0101EN-Review-Data-Wrangling.ipynb
Created June 26, 2019 01:00
Created on Cognitive Class Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@niphadkarneha
niphadkarneha / PY0101EN-4-2-WriteFile.ipynb
Created June 21, 2019 20:30
Created on Cognitive Class Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@niphadkarneha
niphadkarneha / PY0101EN-3-1-Conditions.ipynb
Created June 21, 2019 18:08
Created on Cognitive Class Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@niphadkarneha
niphadkarneha / PY0101EN-2-1-Tuples.ipynb
Created June 21, 2019 17:47
Created on Cognitive Class Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@niphadkarneha
niphadkarneha / PY0101EN-1-1-Types.ipynb
Created June 17, 2019 03:06
Created on Cognitive Class Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@niphadkarneha
niphadkarneha / PY0101EN-1-1-Types.ipynb
Created June 17, 2019 03:04
Created on Cognitive Class Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@niphadkarneha
niphadkarneha / .block
Last active April 9, 2019 00:54
HW4 Line Chart
license: mit
@niphadkarneha
niphadkarneha / .block
Last active March 27, 2019 21:43
UFO sightings - interactive line / scatter plot
license: mit