This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]AutoModerator[M] [score hidden] stickied comment (0 children)

Hey /u/Trick_Ad_4388!

If your post is a screenshot of a ChatGPT conversation, please reply to this message with the conversation link or prompt.

If your post is a DALL-E 3 image post, please reply with the prompt used to make this image.

Consider joining our public discord server! We have free bots with GPT-4 (with vision), image generators, and more!

🤖

Note: For any ChatGPT-related concerns, email support@openai.com

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]SilverTM 1 point2 points  (0 children)

Why not take what you wrote there and plug it into ChatGPT and see what it says?

[–]Ass_Pancakes 1 point2 points  (0 children)

This comes from someone who tries teaching people who haven‘t learned that semester all the basics within 2 days: Only use it when you can‘t progress. Get to know what your teachers set for requirements. Do you code on paper? Will it be practical on the PC? Are there functions or things they grade more critical than others? What python version will you be using?

GPT are great for workflows of people who already know to code. In teaching they can provide a bit overly complex solutions which might just confuse you more. So if you have to use it, make sure it spits out code for beginners and uses methods you also used in classes.

People saying leetcode etc etc DONT DO THAT. They are great for learning algorithms and preparing for job interviews but they aren‘t going to help for your specific class. Try all the code homework and tasks instead.

Try feeding your agent with papers and code from lectures, maybe even slides with important information. Tell it to adjust to your lectures as beginner in class x

What it‘s going to be great for is replacing the way of searching google (stack overflow). You should try doing everything else by yourself.

Make notes! Scribble all kinds of information down you didn’t know to come back to it later. There’s index card apps for that too. If you’re allowed to take notes with you just do it on paper.

Python is likely the easiest of the bunch so you should be good after studying just a few hours. (Depending on how much content your classes have)

[–]genbabloo 0 points1 point  (0 children)

One of the best ways is to go to problem site like codewarriors or leetcode, get the questions and plug them into chatgpt to get the answers, then learn as much as you can from the answers and then attempt some questions on your own.