Follow
Series

Developing MeshTalk - My approach to programming and learning

In this series I will show you my development process, the way I explore and learn, and hopefully end up with a decent working product at the end. MeshTalk

Articles in this series

Don't be afraid to explore

Sep 9, 20212 min read 123 views

Something I always struggle with is getting set in my ways. When you learn to code a certain way, with certain tools, it always seems easier to keep...

Don't be afraid to explore
Learn by contributing - Find a problem and try to help solve it
Adding command line parameters to a python program
Parsing command line parameters and using that data to control your program
Adding your project to GitHub
Creating a text based user interface with Python and Curses