Slayed by Python: Onlinedegree.com - Printable Version +- Online Degrees and CLEP and DSST Exam Prep Discussion (https://www.degreeforum.net/mybb) +-- Forum: Main Category (https://www.degreeforum.net/mybb/Forum-Main-Category) +--- Forum: Saylor.org, Straighterline, Study.com, OnlineDegree.com, Sophia.Org Discussion (https://www.degreeforum.net/mybb/Forum-Saylor-org-Straighterline-Study-com-OnlineDegree-com-Sophia-Org-Discussion) +--- Thread: Slayed by Python: Onlinedegree.com (/Thread-Slayed-by-Python-Onlinedegree-com) |
RE: Slayed by Python: Onlinedegree.com - dfrecore - 10-23-2018 (10-23-2018, 10:11 AM)davewill Wrote:(10-22-2018, 06:33 PM)jsh1138 Wrote: I took a C programming course at TESU awhile back and you really do have to write multiple programs before it starts to make sense The programming courses at our CC require lab time. I'm guessing they agree with everyone here that actually programming is the only way to learn...programming. RE: Slayed by Python: Onlinedegree.com - jsh1138 - 10-23-2018 Well I can't speak for everywhere, but when I did that C programming class at TESU, we turned in literally dozens of programs over the course of the term. I mean nothing crazy complicated, but they definitely made you do them. I went through Study.com's C programming course afterwards, just to compare, and it wasn't anything near the same level of programming in terms of writing them. It would show you bits of code and ask about them, but not ask you to write much. I just don't think you could learn it that way, even to the low level that I learned it from the course I took. You basically have to just sit there for hours and write programs and run them and then debug them, over and over. It's very tedious but it just is what it is. I'm planning to do a C+ or C++ course eventually and I hope some of my C learning carries over. RE: Slayed by Python: Onlinedegree.com - Merlin - 10-23-2018 (10-23-2018, 03:47 PM)jsh1138 Wrote: Well I can't speak for everywhere, but when I did that C programming class at TESU, we turned in literally dozens of programs over the course of the term. I mean nothing crazy complicated, but they definitely made you do them. I also took the Study.com C course, and that only requires a single program to be written for a grade. They do provide a coding assignment at the end of each chapter as well, but those aren't graded so I suspect people won't do them. If they don't, I suspect people will find the final programming project challenging. C++ is an extension to C, so a lot of the core will carry over. There will be some unlearning as well since the object-oriented approach requires a slightly different mentality than traditional C programming, but it should be an easy transition. Once you know C & C++, its also easy to transition over to other C++ inspired languages, like Java, Objective-C, and even C#. The Straighterline C++ course isn't too bad. It has several programming assignments. Nothing too complicated, but enough to get your feet wet on the coding side. RE: Slayed by Python: Onlinedegree.com - jsd - 10-23-2018 Code: print("Hello, World!") okay, i'm ready for a developer job! RE: Slayed by Python: Onlinedegree.com - Merlin - 10-23-2018 (10-23-2018, 05:52 PM)jsd Wrote: Hehe. Yep, that is all it takes. RE: Slayed by Python: Onlinedegree.com - armstrongsubero - 10-23-2018 I think people focus too much on language and not enough on data structures and algorithms and actually BUILDING applications. RE: Slayed by Python: Onlinedegree.com - Mab81 - 10-27-2018 I have been to a coding bootcamp and used a ton of free resources to learn to code, and I can honestly say I could have skipped most of them if i had found the Colt Steele courses on Udemy sooner. He has Javascript, Python, SQL and others. They are the best thing since sliced bread and normally on sale for like $11. RE: Slayed by Python: Onlinedegree.com - Ideas - 12-08-2018 (10-21-2018, 11:06 AM)eriehiker Wrote: 68.24% final score on onlinedegree.com python intro. to programming. Bummer. BUMMER! Is it like SL where you can get 100% on the quizzes going into the final? Is the final reasonably like the quizzes? I haven't opened a quiz yet. RE: Slayed by Python: Onlinedegree.com - MNomadic - 12-08-2018 You only get 1 try each on the quizzes. It's possible but not easy. RE: Slayed by Python: Onlinedegree.com - eriehiker - 12-08-2018 It is pretty much like that. There was no way, at least when I took the class, to know my current percentage on the quizzes. |