Skip to content

Commit 8e8cc54

Browse files
committed
working on some new topics
1 parent 8bb7a1c commit 8e8cc54

File tree

75 files changed

+325
-70
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+325
-70
lines changed

about-author.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

all.html

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8491,6 +8491,33 @@ <h3>Debugging resources</h3>
84918491
<p><a href="https://pythonconquerstheuniverse.wordpress.com/2009/09/10/debugging-in-python/">Debugging in Python</a>
84928492
elaborates on what pdb does and how it can be used.</p>
84938493
</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+
<a href="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>
8507+
</li>
8508+
<li>
8509+
<p><a href="http://dangrover.com/blog/2016/04/20/bots-wont-replace-apps.html">Bots won't replace apps</a>
8510+
is a fantastic piece by WeChat's product manager on how text-based bots
8511+
alone typically do not provide a good user experience. Instead, chat
8512+
apps with automated responses, user data and basic web browser
8513+
functionality are what has allowed bot concepts to bloom in Asian markets.
8514+
There's a lot of good information in this post to unpack.</p>
8515+
</li>
8516+
<li>
8517+
<p><a href="https://medium.com/@julianmartinez/how-to-write-a-slack-bot-with-python-code-examples-4ed354407b98">How to write a Slack bot in Python</a>
8518+
is a solid code tutorial for building your first bot on the Slack
8519+
platform.</p>
8520+
</li>
84948521
</ul>
84958522
<h1>What "full stack" means</h1>
84968523
<p>The terms "full stack" and "Full Stack Python" are ambiguous but I am using

apache-http-server.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

api-creation.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

api-integration.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

application-dependencies.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

application-programming-interfaces.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

best-python-resources.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

best-python-videos.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

bots.html

Lines changed: 172 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)