Skip to content

Commit 6404c2c

Browse files
committed
Add new materials on Python Package Development - most likely materials for next year
1 parent 06b2c07 commit 6404c2c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,13 @@ I am a huge believer in learning by doing, and there are a lot of opportunities
127127
* [BIDS: Python Bootcamp: Test Driven Development]
128128
* [Software Carpentry: Testing]
129129

130+
* **Building Packages In Python (Next Year?)**
131+
132+
* [Using cookiecutter to set up a project]
133+
* [Creating a clean Pytyon development environment]
134+
* [How to generate beautiful technical documentation]
135+
* [Five steps to add the bling factor your Python package]
136+
130137

131138
## Reference
132139

@@ -186,6 +193,12 @@ I am a huge believer in learning by doing, and there are a lot of opportunities
186193
[Testing For Scientist]:http://tjelvarolsson.com/blog/test-driven-develpment-for-scientists/
187194
[Automation And Make]:http://swcarpentry.github.io/make-novice/
188195

196+
[Using cookiecutter to set up a project]:http://tjelvarolsson.com/blog/using-cookiecutter-a-passive-code-generator/
197+
[Creating a clean Pytyon development environment]:http://tjelvarolsson.com/blog/begginers-guide-creating-clean-python-development-environments/
198+
[How to generate beautiful technical documentation]:http://tjelvarolsson.com/blog/how-to-generate-beautiful-technical-documentation/
199+
[Five steps to add the bling factor your Python package]:http://tjelvarolsson.com/blog/five-steps-to-add-the-bling-factor-to-your-python-package/
200+
201+
189202
[Python Tutor Visualizer]:http://www.pythontutor.com/visualize.html#mode=edit
190203
[Python For Data Analysis]:http://www3.canisius.edu/~yany/python/Python4DataAnalysis.pdf
191204
[Stanford CS 41: Python]:http://stanfordpython.com/

0 commit comments

Comments
 (0)