You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p><ahref="https://pythonconquerstheuniverse.wordpress.com/2009/09/10/debugging-in-python/">Debugging in Python</a>
8492
8492
elaborates on what pdb does and how it can be used.</p>
8493
8493
</li>
8494
+
</ul>
8495
+
<h1>Bots</h1>
8496
+
<p>Bots are software programs that combine requests, which are typically
8497
+
provided as text, with contextual data, such as geolocation and payment
8498
+
information, to appropriately handle the request and respond. Bots are
8499
+
often also called "chatbots", "assistants" or "agents."</p>
8500
+
<h2>Bots resources</h2>
8501
+
<ul>
8502
+
<li>
8503
+
<p>The Economist wrote a general piece on
8504
+
<ahref="http://www.economist.com/news/business-and-finance/21696477-market-apps-maturing-now-one-text-based-services-or-chatbots-looks-poised">why bots look like they'll gain adoption in various market segments</a>.
8505
+
The piece doesn't have much technical depth but it's a good overview of
8506
+
how some businesses are looking at the opportunity.</p>
0 commit comments