Python Forum
Where can I find Python training with reading, lecture, labs and assignments? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Where can I find Python training with reading, lecture, labs and assignments? (/thread-38488.html)



Where can I find Python training with reading, lecture, labs and assignments? - davidorlow - Oct-19-2022

Ok, I'm having a really hard time finding this. I paid a few hundred dollars to take an EdX course. It has mostly the way you'd learn in college, but there are no code assignments. All you do in the course is write small little snippets of code to complete the code they started. I need to have it work like I learned in college. I need to read a chapter in a book. Then watch a lecture that covers what I just read. Then maybe some quizes to test me on that knowlege. Then give me a few assignments after each section where I need to write a Python script from scratch and use what I just learned in the last chapter. Is there anything like this?


RE: Where can I find Python training with reading, lecture, labs and assignments? - ibreeden - Oct-20-2022

Try this: https://www.w3schools.com/python/. W3schools is perhaps not the best, but it helps you on the way very quickly.


RE: Where can I find Python training with reading, lecture, labs and assignments? - rob101 - Oct-20-2022

I agree with ibreeden. The w3schools site is very good; it's one of my "go-to" sites.

Also, https://realpython.com/ has both paid for and free to view content, with some very good explainers.