Turn (almost) any Python command line program into a full GUI application with one line - GitHub - chriskiehl/Gooey: Turn (almost) any Python command line program into a full GUI application with o... (more…)
Read more »
What is Recursion?
If you understand the underlying concept of recursion but struggle to implement it like myself, or you don't even know what it is, then this post if for you.
Recursion is defined as solving a complex problem by breaking the problem... (more…)
Read more »
LinkedIn is the most popular social media platform for people to meet one another in a professional setting. I recommend you to read our article, Why Every Salesperson Should Crawl LinkedIn and How to Automate LinkedIn Sales Prospecting, to illustrate the... (more…)
Read more »
Roadmapper - A Roadmap as Code (Rac) python library - GitHub - csgoh/roadmapper: Roadmapper - A Roadmap as Code (Rac) python library... (more…)
Read more »
Summary: I learn best with toy code that I can play with. This tutorial teaches backpropagation via a very simple toy example, a short python implementation. (more…)
Read more »