请问HN:开始使用大型语言模型辅助编程的最佳方法是什么?
目前,我通过网页提示使用Perplexity或ChatGPT来完成一些小的编码任务,但有时我也会使用Ollama。比如编写一个Shell脚本来执行某个任务,或者一个小的Python函数。我想提升到一个新的水平,但不知道从哪里开始。
请问有哪些好的入门资源?你们使用哪些工具来完成工作?
一些背景信息:我主要使用Python和Snowflake + MySQL进行数据工程。我使用Pycharm作为我的开发环境,但如果有更好的选择,我也愿意考虑更换。
查看原文
Currently, I use Perplexity or ChatGPT via the web prompt for small coding tasks, but sometimes I'll use Ollama. Stuff like writing a shell script perform some task, or maybe a small Python function. I'd like to get to the next level, but I don't know where to start.<p>What are some good places to get started? What are the tools you use to get work done?<p>Some background: I mainly do data engineering using Python and Snowflake + MySQL. I use Pycharm as my dev environment, but I'd be open to changing that if there's a better option.