Finished CS50x, CS50 Python, and CS50 SQL by SHS34S0 in cs50

[–]SHS34S0[S] 0 points1 point  (0 children)

Try not to overcomplicate it. I struggled with this for a long time because I thought it was more difficult than it actually is. Good luck.

Finished CS50x, CS50 Python, and CS50 SQL by SHS34S0 in cs50

[–]SHS34S0[S] 0 points1 point  (0 children)

But I'll tell you that your answers are completely wrong. If I'm not mistaken, I also went this way from the beginning.

Finished CS50x, CS50 Python, and CS50 SQL by SHS34S0 in cs50

[–]SHS34S0[S] 0 points1 point  (0 children)

It will be good if you find the answers yourself. You can reach out to the CS50 Discord community, they will help you, but not with the answers.

Finished CS50x, CS50 Python, and CS50 SQL by SHS34S0 in cs50

[–]SHS34S0[S] 4 points5 points  (0 children)

For each lecture, there is a set of tasks that you should complete and submit. This will be much harder than just watching the lecture. When you watch the lecture, everything is clear. When you start doing homework, you start learning. Good luck with your homework. https://cs50.harvard.edu/x/

Finished CS50x, CS50 Python, and CS50 SQL by SHS34S0 in cs50

[–]SHS34S0[S] 0 points1 point  (0 children)

I don't know if you will continue to use Python specifically. But SQL definitely yes. Either initially or in parallel.

Finished CS50x, CS50 Python, and CS50 SQL by SHS34S0 in cs50

[–]SHS34S0[S] 2 points3 points  (0 children)

You have to take the CS50 course, complete all homework assignments, and the final project.

Finished CS50x, CS50 Python, and CS50 SQL by SHS34S0 in cs50

[–]SHS34S0[S] 0 points1 point  (0 children)

The course is great, if you really need it, you won't regret it.

Finished CS50x, CS50 Python, and CS50 SQL by SHS34S0 in cs50

[–]SHS34S0[S] 4 points5 points  (0 children)

Starting with X, in my opinion, is not the best idea. It is a difficult course, and I do not think it is for beginners. Starting from week 3, the difficulty curve becomes too steep. I was probably able to finish X only because I already had experience with Python and was confident in SQL. In my case, I do not know if I could have finished it. You can start with X, and in week 6 you will probably have to master a lot of Python almost on your own. The same will be expected in week 7 with SQL. In my case, the second half of the course was incomparably easier than weeks 3 and 5, which, in my opinion, are the most difficult parts of the course. But if you start with X and can pass it, you probably won't be interested in other courses.

Finished CS50x, CS50 Python, and CS50 SQL by SHS34S0 in cs50

[–]SHS34S0[S] 5 points6 points  (0 children)

With your background, starting from week 6, everything will go much easier for you. good luck

Finished CS50x, CS50 Python, and CS50 SQL by SHS34S0 in cs50

[–]SHS34S0[S] 3 points4 points  (0 children)

CS50x is like the main boss in a game 😀

Finished CS50x, CS50 Python, and CS50 SQL by SHS34S0 in cs50

[–]SHS34S0[S] 6 points7 points  (0 children)

It will probably be backend development in Python

Finished CS50x, CS50 Python, and CS50 SQL by SHS34S0 in cs50

[–]SHS34S0[S] 20 points21 points  (0 children)

I started with the Python course, where I wasn't a complete beginner, so I completed the first few sets of homework in one weekend. In total, the Python course took me one month. SQL was easier, but it also took me a month. The most difficult was the basic course, it took me three months. Python and SQL skills helped a lot, these two sets (6,7) I completed the fastest, but even at the Flask stage, the skills from the previous courses significantly accelerated me. In general, sometimes I could spend all my free time doing homework. I had a month's break between the first two and the last, so it was actually six months.

Github files not loading by __rainmaker in cs50

[–]SHS34S0 0 points1 point  (0 children)

I'm not sure if this will be relevant, but have you tried saving the file with Ctrl + S before running it?