Added QA
This commit is contained in:
21
README.md
21
README.md
@@ -86,3 +86,24 @@ Bryan Van de ven, Peter Wang, and Mark Wiebe.
|
|||||||
I'd also like to thank the thousands of students who have taken this
|
I'd also like to thank the thousands of students who have taken this
|
||||||
course and contributed to its success with their feedback and
|
course and contributed to its success with their feedback and
|
||||||
discussion.
|
discussion.
|
||||||
|
|
||||||
|
## Questions and Answers
|
||||||
|
|
||||||
|
### Q: How is this course licensed?
|
||||||
|
|
||||||
|
Practical Python Programming is licensed under a Creative Commons Attribution ShareAlike 4.0 International License.
|
||||||
|
|
||||||
|
### Q: May I use this material to teach my own Python course?
|
||||||
|
|
||||||
|
Yes, as long as appropriate attribution is given.
|
||||||
|
|
||||||
|
### Q: May I make derivative works?
|
||||||
|
|
||||||
|
Yes, as long as such works carry the same license terms and provide attribution.
|
||||||
|
|
||||||
|
### Q: Do you accept contributions?
|
||||||
|
|
||||||
|
Bug reports are appreciated and may be filed through the [issue
|
||||||
|
tracker](https://github.com/dabeaz-course/practical-python/issues).
|
||||||
|
Pull requests are not accepted except by invitation. Please file an
|
||||||
|
issue first.
|
||||||
|
|||||||
@@ -39,13 +39,13 @@
|
|||||||
{{ content }}
|
{{ content }}
|
||||||
|
|
||||||
<footer class="site-footer">
|
<footer class="site-footer">
|
||||||
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.
|
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
|
||||||
<br/>
|
<br/>
|
||||||
Copyright (C) 2007-2020, <a href="https://dabeaz.com">David Beazley</a>
|
Copyright (C) 2007-2020, <a href="https://dabeaz.com">David Beazley</a>
|
||||||
{% if site.github.is_project_page %}
|
{% if site.github.is_project_page %}
|
||||||
<span class="site-footer-owner"><a href="{{ site.github.repository_url }}">{{ site.github.repository_name }}</a> is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a>.</span>
|
<span class="site-footer-owner">Fork me on <a href="{{ site.github.repository_url }}">GitHub</a></span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a>.</span>
|
<!-- <span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a>.</span> -->
|
||||||
</footer>
|
</footer>
|
||||||
</main>
|
</main>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
Reference in New Issue
Block a user