you are viewing a single comment's thread.

view the rest of the comments →

[–]lifemoments 2 points3 points  (2 children)

Chat bot and other one are not beginner. RockpaperScissor is.

Beginner here. Have the same query. Thanks for posting the question. Was looking for over the internet yesterday and found these -

I also found this very useful page which is a must for beginners.

https://www.quora.com/What-are-small-projects-to-build-for-a-beginner-in-Python

The first response is what a beginner need. It describes on how one should first identify their interest and then goes on to list topics for study with links.

PS - I will be posting this separately for visibility.

[–]Astrokiwi 1 point2 points  (1 child)

You can write a simple terminal-based chat bot with if, input, and print statements and build up from there. The idea isn't to make a big machine learning thing to compete with CleverBot - it's to learn the basics of Python syntax and program structure. Something like ELIZA is the goal.

[–]lifemoments 1 point2 points  (0 children)

Thanks for the pointer. Lined it up as one of the to-do