Skip to content

Instantly share code, notes, and snippets.

View ronilpatel's full-sized avatar

Ronil Patel ronilpatel

  • Nadiad, Gujarat, India
View GitHub Profile
@ronilpatel
ronilpatel / Experiment.py
Last active December 20, 2022 16:15 — forked from k0emt/Experiment.py
Basic Hello world in Python with corresponding unittest
__author__ = 'k0emt'
class Greeter:
def __init__(self):
self.message = 'Hello world'
# print self.message
@ronilpatel
ronilpatel / PY0101EN-4-1-ReadFile.ipynb
Created December 14, 2019 17:50
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.
@ronilpatel
ronilpatel / PY0101EN-1-1-Types.ipynb
Created December 14, 2019 08:48
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.