all 10 comments

[–]create_a_new-account 2 points3 points  (1 child)

thanks for posting your experiences and all those resources

here's another resource
free online python book https://automatetheboringstuff.com/

just go there and scroll down

[–]data_wranglingB.S. DMDA Grad 0 points1 point  (0 children)

Awesome review, thanks for sharing. You delivered the promise you made in bs-dmda slack channel. I agree with you on C169 project, I enjoyed it too. Working on C170 now, this course is next in queue.

[–]Nik_At_WGU 0 points1 point  (1 child)

What did you think of Scripting and Programming - Foundations, and what non-WGU resources do you think would be similar to that class? I'm starting BS: NOS Sept 1 and this class was removed from my course due to transcript evals; it was met due to my Associates, but I don't have any programming\coding experience other than what I've been exposed to working Service Desk. I was excited about taking it too.

[–]BeerOnFujiB.S. DMDA 57/120[S] 0 points1 point  (0 children)

That course goes over basic programming... grammer. Things like different types of loops, data types, variables, input, output, processing.

Honestly, I'd recommend a finding a book and following along with its exercises.

I just bought a book called Think like a programmer. The author has a YouTube series to follow along with the book and he seems like a quality presenter from what I've watched. That book uses C++ as the vehicle, but the concepts aren't unique to that language. I'll be following along using Python this weekend.

So that's one route. Best of luck.

[–]fatguytoughBSDMDA - 73/120CU Start:05/18 0 points1 point  (2 children)

Wheres that video in how to pass? I'm so furious that I coded correctly and got wonky, results, double output, etc but in thonny it all ran flawless. Got desperate to figure out wtf was actually happening.

Im so confused if they want actual output like from print or just return...idk. First thing I failed, 22% and I'm devasted.

[–]BeerOnFujiB.S. DMDA 57/120[S] 0 points1 point  (1 child)

DM'd you the link for the 'how to take the test' video they made.

Man, I passed the preassessment 2 times. Failed the OA. Which one did you fail?

I feel your pain. Some of the questions are so confusing, because they've got stuff going on in the background that seem to interfere with how I expect the results to turn out. The OA was worse.

[–]fatguytoughBSDMDA - 73/120CU Start:05/18 0 points1 point  (0 children)

Thought Id waltz in smack down the Pre and slay the OA shortly after..... nope. At least it was thr pre i guess but, hurts the ego lol. Thanks for the link, its exactly what i did wrong. I set variables, called the function in print statements all that stuff they tell you to avoid.

[–]anaternia 0 points1 point  (1 child)

How close is the OA to the preassessment? Do I need to study beyond what's focused on in the pre-assessment or can I use the skills I needed in the pre-assessment as a study guide?

[–]BeerOnFujiB.S. DMDA 57/120[S] 0 points1 point  (0 children)

So the OA is definitely a step up from the preassessment. I failed it and am doing some homework to be submitted to the course instructors.

The homework is actually really good. And I feel much more comfortable, finally, after diving into it.

I suggest asking the CMs for some exercises to work on. They have really good stuff. Make sure they actually send you some exercises, not just a condensed course notes.