Skip to content

Latest commit

 

History

History
 
 

chatgpt-mentor

ChatGPT: Your Personal Python Coding Mentor

This repository holds the code used in the Real Python ChatGPT: Your Personal Python Coding Mentor tutorial, along with a few additional files.

Run the Scripts

All example scripts should run on any Python version >=3.6 by executing the files with the interpreter:

$ python filename.py

To play with the different implementations of FizzBuzz, you can load the files interactively into a REPL using the -i flag.

Prompts

The repository also contains an additional file called prompts.md that lists all the prompts used in the tutorial. If you want to try them in your own ChatGPT conversations, then you can copy the prompts from that file.

Author

License

Distributed under the MIT license. See LICENSE for more information.