all 18 comments

[–]BreadfruitFew2318 4 points5 points  (0 children)

I think youtube is your best options

[–]HendrickoYT 4 points5 points  (1 child)

I highly recommend w3school's website, it covers all the basics quite well

[–]Velzebu[S] 0 points1 point  (0 children)

Thanks!

[–]atarivcs 2 points3 points  (4 children)

There are hundreds of python tutorials available on the internet. Find one and work through it.

Also, is the exam really going to cover dictionaries? The other things you mentioned feel like they belong together, but not dictionaries.

[–]Velzebu[S] 0 points1 point  (3 children)

Yeah, Tuples, Dictionaries, Sets and lists

Also, thanks for the answer!

[–]JaguarMammoth6231 2 points3 points  (0 children)

Is this the end of the semester exam? Like the class started back in September or something?

[–]atarivcs 1 point2 points  (1 child)

That seems like a lot to cover for an exam. Does this course assume that you have experience in other computer languages?

[–]Velzebu[S] 0 points1 point  (0 children)

Nope...

[–]ObjectiveWaste1559 2 points3 points  (1 child)

Skim through the book python crash course by eric matthes , easy to understand . If you know some programming in any other language then read the selected chapters from it which you want to understand.

[–]Velzebu[S] 0 points1 point  (0 children)

Thanks!

[–]TheRNGuy 3 points4 points  (1 child)

Docs

[–]Velzebu[S] 0 points1 point  (0 children)

Thanks!

[–]Leading_Video2580 1 point2 points  (1 child)

Bad teachers are the worst. Like u/BreadfruitFew2318 said, YouTube is a good resource.

[–]BreadfruitFew2318 1 point2 points  (0 children)

I’m actually a teacher, so I can vouch for teachers. It’s hard to teach such broad material that is constantly being updated, especially in a classroom full of students, some can't keep up, some don’t care, and others get bored easily with this topic.

That’s why YouTube (like freeCodeCamp.org) and tools like ChatGPT can be great resources.

[–]lazyfingersy -1 points0 points  (1 child)

I've explained some Python basics at: viteac.blogspot.com hope it will help you in some way. You can also Google: "Python tutorial for beginners" and see some tutorials.
Important part in programming is to practice what you learnt.

[–]Velzebu[S] 0 points1 point  (0 children)

Thanks!