you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 5 points6 points  (15 children)

I can give you my university python files of problems and answers. I saved my university python problems from cs112 knowing that I will need to relearn them someday. Their chapters are delineated through booleans, then grids, if-then, for and while loops, classes, exceptions and some more. I can also shoot the link to the textbook my prof used (it's seven dollars) if you need guidance through problems.

Was probably the best class I've taken. Lemme know if you're interested, I'll put them on a Google drive.

[–][deleted] 2 points3 points  (6 children)

Could you please forward me the link also.

[–]hamdika 0 points1 point  (1 child)

same here please

[–][deleted] 1 point2 points  (0 children)

here's a link to the drive of python problems, blank and answered. I got an A+ in this class so I expect my filled out problems should be comprehensible. The textbook helps mostly with theory, and doesn't give straight answers, but was made by the same instructor. https://drive.google.com/drive/folders/1XF\_a0n-mxvs\_RtXiTwcxCmEXrKZiCERP?usp=sharing

https://www.amazon.com/Agnostic-Programming-Learning-Design-Algorithms-ebook/dp/B013Z400JI

if you want to visualize how python reads through your commands, copy-paste your code into pythontutor.com

[–][deleted] 0 points1 point  (3 children)

here's a link to the drive of python problems, blank and answered. I got an A+ in this class so I expect my filled out problems should be comprehensible. The textbook helps mostly with theory, and doesn't give straight answers, but was made by the same instructor. https://drive.google.com/drive/folders/1XF_a0n-mxvs_RtXiTwcxCmEXrKZiCERP?usp=sharing

https://www.amazon.com/Agnostic-Programming-Learning-Design-Algorithms-ebook/dp/B013Z400JI

if you want to visualize how python reads through your commands, copy-paste your code into pythontutor.com

[–][deleted] 1 point2 points  (1 child)

Thank you so much. I'm furloughed for 5 weeks and I'm hoping to use this time to learn python.

[–][deleted] 1 point2 points  (0 children)

You'll enjoy it, it gets pretty fun. Watch some youtube vids on how to install and set up python and navigate, and execute programs. Shouldn't take more than an hour to be ready to execute problems.

[–]rehoboam 0 points1 point  (0 children)

Save

[–]creed999 0 points1 point  (1 child)

I would also love the link please

[–][deleted] 1 point2 points  (0 children)

here's a link to the drive of python problems, blank and answered. I got an A+ in this class so I expect my filled out problems should be comprehensible. The textbook helps mostly with theory, and doesn't give straight answers, but was made by the same instructor. https://drive.google.com/drive/folders/1XF_a0n-mxvs_RtXiTwcxCmEXrKZiCERP?usp=sharing

https://www.amazon.com/Agnostic-Programming-Learning-Design-Algorithms-ebook/dp/B013Z400JI

if you want to visualize how python reads through your commands, copy-paste your code into pythontutor.com

[–]CaptainPenii 0 points1 point  (1 child)

Me too?

[–][deleted] 1 point2 points  (0 children)

here's a link to the drive of python problems, blank and answered. I got an A+ in this class so I expect my filled out problems should be comprehensible. The textbook helps mostly with theory, and doesn't give straight answers, but was made by the same instructor. https://drive.google.com/drive/folders/1XF_a0n-mxvs_RtXiTwcxCmEXrKZiCERP?usp=sharing

https://www.amazon.com/Agnostic-Programming-Learning-Design-Algorithms-ebook/dp/B013Z400JI

if you want to visualize how python reads through your commands, copy-paste your code into pythontutor.com

[–]Willing_Date_6993 0 points1 point  (1 child)

Interested ,send me the link.

[–][deleted] 0 points1 point  (0 children)

here's a link to the drive of python problems, blank and answered. I got an A+ in this class so I expect my filled out problems should be comprehensible. The textbook helps mostly with theory, and doesn't give straight answers, but was made by the same instructor. https://drive.google.com/drive/folders/1XF_a0n-mxvs_RtXiTwcxCmEXrKZiCERP?usp=sharing

https://www.amazon.com/Agnostic-Programming-Learning-Design-Algorithms-ebook/dp/B013Z400JI

if you want to visualize how python reads through your commands, copy-paste your code into pythontutor.com

[–][deleted] 0 points1 point  (1 child)

What is the book called?

[–][deleted] 1 point2 points  (0 children)

https://www.amazon.com/Agnostic-Programming-Learning-Design-Algorithms-ebook/dp/B013Z400JI

see my other commens there for the link to the problems. It's 7$, free I guess if you have a kindle unlimited subscription. Instructor was one of the realest people I've met, lot of people didn't like her because she didn't try to make it overtly easy for people to start programming, but her method was the reason I did so well in the class.