git revert
print(‘Hello World’)
(helloworld.py)
uncommitted changes can be lost
Slide 18
Slide 18 text
bob alice
2. git clone proj
1. git init
Slide 19
Slide 19 text
bob alice
3. git add code.py
4. git commit
4. git pull
Slide 20
Slide 20 text
bob alice
server
Slide 21
Slide 21 text
Django
web framework for
perfectionists with deadlines
Slide 22
Slide 22 text
ORM
templates
caching
unit tests
Slide 23
Slide 23 text
easy_install django
to install Django
Slide 24
Slide 24 text
https://github.com/
victorneo/osstwitter-oct19
clone this project
Slide 25
Slide 25 text
explore
git, rails, django, node.js
meet
rails brigade, pugs etc
have fun
Slide 26
Slide 26 text
Django
http://djangoproject.com/
Python User Group SG
https://groups.google.com/forum/#!forum/pythonsg
(we are nice people!)
http://book.git-scm.com/
Git community book