|
|
|
|
|
by gus_massa
83 days ago
|
|
I'm using only Gemini from Google Search. It's like a enhanced version of Stack Overflow. In the last few days it helped me to write code in Python, in spite my Python level is very low. (I never remember if I have to write mylist.sort, mylist.sorted or mylist.sorted() or sort(mylist) or whatever.) Note that most of the times the hard part is not about typing the code, but understanding the problem from a crappy requirement list and splinting the problem in parts the computer can eat. So, at least don't feel alone, there are at least two of us. PS: My wife is using it for more complicated projects. |
|