1 Respuesta
+ 1
Depends on the AI.
You can make a psuedo AI of sorts by making python print options then wait for a user input then use that input variable to decide what the script automates or make it print text back and make someone to talk to. All with basic python knowledge and maybe an import os to control aspects of the computer.
Or you can learn the python course and move onto advanced things like machine learning or advanced artificial intelligence.
I would recommend getting comfortable with basic python first before installing additional modules or pips.