Coursera online courses

comrades, is there any online course that takes from scratch from Html, CSS, JavaScript, JavaScript frameworks (ReactJs, VueJs), Python from scratch to advanced level by doing some kind of real world project. I am new for all those courses but I have the interest to know them in the upcoming 6 month at least.

I love Miguel’s Mega Tutorials (for Python and React). I am enjoying the Python one. He connects all the dots to help create a production ready app from scratch and deploy it (he uses Flask for Python and JavaScript). So imagine all the separate lines of code you are taught in tutorials being brought together to form a complete application! Then for HTML, check out Jonas Schmedtmann course on ‘Killer HTML’ app. To understand Python at its core, I have looked at a combination of 3 sources (all complementing each other) - there’s the Edx (MIT) ‘Introduction to computer Science with python’ which you can do at your own pace, then to really understand Python Data Structures, there is " [Master Data Structures for Optimal Solutions in Python] - by Run T" and the icing on the cake is James Powell’s Python explanations on Youtube. I know everyone has their own preferences, but I hope you can pick something out of these.

1 Like

I am really thankful for your recommendation dear. I will go through it and check his tutorials. your help is invaluable dear. thank you very much. could you put me the link for the video tutorial series. so that I can easily go and start watching the tutorial. Thank you very much in advance

You can enroll on this one which starts on 29th May and its free from MIT:
https://www.edx.org/learn/computer-science/massachusetts-institute-of-technology-introduction-to-computer-science-and-programming-using-python

To be a Python Expert (You want to become an expert in Python:
https://www.youtube.com/watch?v=cKPlPJyQrt4

Python must learn concepts:
https://www.youtube.com/watch?v=mMv6OSuitWw

Killer HTML Website with HTML, CSS, and JavaScript:
https://www.udemy.com/course/design-and-develop-a-killer-website-with-html5-and-css3/?couponCode=KEEPLEARNING

Data structures in Python:
https://www.udemy.com/share/108ulq3@4QA-HuuO9YFfPESoRvDPhoUpGVbiN3GpJhw9c6cKCZ6wNMFs0jKNXZ_3_LipIcKH/

Miguel Grinberg:
https://courses.miguelgrinberg.com/courses/

I hope that this is a good start.

All in one course? No, this doesn’t exist to my knowledge.

Did you check the evangadi.com online course. it starts from html and css3 then it goes to javaScritp, then to ReactJs just by doing real time projects and websites.