diff options
Diffstat (limited to 'projects_blog/Python-Dialogue-R.html')
-rw-r--r-- | projects_blog/Python-Dialogue-R.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/projects_blog/Python-Dialogue-R.html b/projects_blog/Python-Dialogue-R.html index f94da22..189aaf4 100644 --- a/projects_blog/Python-Dialogue-R.html +++ b/projects_blog/Python-Dialogue-R.html @@ -46,12 +46,15 @@ <h2 id="what-i-learned">What I Learned</h2> <ul class="projects-blog">In adding features to this project, I learned: - <li></li> + <li>Unit Testing in Python and Test-Driven-Development</li> + <li>Using Git and GitHub to track a project</li> + <li>How to use sockets to communicate between different programs</li> + <li>Using the Subprocess and Threading modules in Python</li> </ul> <h2 id="next-steps">Next Steps</h2> <p> - + The current development branch is handle_vectors </p> <p> |