This website works better with JavaScript.
Explore
Help
Sign In
jab2870
/
Git-Presentation
Watch
1
Star
0
Fork
You've already forked Git-Presentation
0
Code
Issues
Pull Requests
Releases
2
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13
Commits
1
Branch
2
Tags
273 KiB
Tag:
Branch:
Tree:
ed5b4c7949
master
Final
FirstDraft
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'ed5b4c7949'
${ noResults }
Git-Presentation
/
code-examples
/
python-start.py
8 lines
93 B
Raw
Normal View
History
Unescape
Escape
Adds references and branches slides Mostly adds slides about references and branches. Also tweaked python start code and re-aranged / tweaked some existing slides
4 years ago
#!/usr/bin/env python
A lot of work on the presentation The shell auto-image now runs code and turns the output into an image that is embedded into the document The prompt is configurable in /bin/prompt The first draft is done up until the references section
4 years ago
Adds references and branches slides Mostly adds slides about references and branches. Also tweaked python start code and re-aranged / tweaked some existing slides
4 years ago
def
main
(
)
:
print
(
"
Hello
"
)
if
__name__
==
"
__main__
"
:
main
(
)