diff options
author | TinWoodman92 <chrhodgden@gmail.com> | 2023-12-23 17:03:18 -0600 |
---|---|---|
committer | TinWoodman92 <chrhodgden@gmail.com> | 2023-12-23 17:03:18 -0600 |
commit | 65bbab497286176eed85769fa17a6268baef4c5a (patch) | |
tree | 2350376c05eb6b3fcdffe897010b3b3154595050 /projects_blog | |
parent | 515edcf279b6e463fcee34bf99a5096bebf1cc77 (diff) |
Added some content. Still in progress.
Diffstat (limited to 'projects_blog')
-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> |