Skip to content

Instantly share code, notes, and snippets.

View prafullkotecha's full-sized avatar
🎯
Focusing

Prafull Kotecha prafullkotecha

🎯
Focusing
View GitHub Profile
from django import forms
from django.contrib.auth.models import User
class UserProfileForm(forms.ModelForm):
class Meta:
model = User
fields = ['first_name', 'last_name', 'email']
@prafullkotecha
prafullkotecha / keybase.md
Created September 18, 2018 20:33
Keybase proof

Keybase proof

I hereby claim:

  • I am prafullkotecha on github.
  • I am prafull (https://keybase.io/prafull) on keybase.
  • I have a public key ASDh9Eu_QwwHTqrAuKf2eMPPvkUbd3qL6JaQf03VGoIPaQo

To claim this, I am signing this object:

@prafullkotecha
prafullkotecha / Exercise-1-python-types.ipynb
Created January 12, 2019 20:52
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.
@prafullkotecha
prafullkotecha / Exercise-2-python-Strings.ipynb
Created January 12, 2019 21:20
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.
@prafullkotecha
prafullkotecha / Exercise-3-python-Tuples.ipynb
Created January 12, 2019 23:57
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.
@prafullkotecha
prafullkotecha / Exercise-4-python-Lists.ipynb
Created January 13, 2019 00:01
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.
@prafullkotecha
prafullkotecha / Exercise-5-python-Dictionaries.ipynb
Created January 13, 2019 00:13
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.
@prafullkotecha
prafullkotecha / Exercise-6-python-Sets.ipynb
Created January 13, 2019 00:29
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.
@prafullkotecha
prafullkotecha / Exercise-7-python-conditions.ipynb
Created January 13, 2019 16:22
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.