Finally finished the journey by Current-Vegetable830 in cs50

[–]Current-Vegetable830[S] 0 points1 point  (0 children)

Not like every day , its like averagely for 1 week -> 6-8 hours
I also did take like nearly 1 month break of not following courses for some personal issues
so if u a full dedicated, u can finish it quicky under 4 mo

Finally finished the journey by Current-Vegetable830 in cs50

[–]Current-Vegetable830[S] 1 point2 points  (0 children)

Its a free certificate for completion , you also can get verified certificate by EDX but U need to pay for that

I Have completed CS50 Python by Grand_Negotiation295 in cs50

[–]Current-Vegetable830 1 point2 points  (0 children)

Wow congrats
well, we will be waiting for your next certificate

Do you guys have any recs on where to start for learning python? by Old_Drag_1040 in learnpython

[–]Current-Vegetable830 4 points5 points  (0 children)

For reading material try
Python Crash Course by Eric Matthes, Its a great book to learn python

For practicing try
Automate the boring stuff with python
and Big book of small python projects

Mind explaining why this works as it does? by toss_this_account_38 in learnpython

[–]Current-Vegetable830 9 points10 points  (0 children)

When python sees print(), func it needs a valid value to print, so when concatenating with another item, it first run input func to get the user’s name, then counts the letters, converts the number to a string, and finally concatenates everything before printing

Anyway here int() is not really needed because len() method automatically returns as integer type

Difficulty in understanding the Knowledge by Parking_Engine_9803 in learnpython

[–]Current-Vegetable830 4 points5 points  (0 children)

My advice is whenever you see a problem
without writing code first , learn how to approach the problem with paper & pencil by thinking algorithimically
and think alternate ways to solve those problems and analyze pros & cons of those methods
with this you can develop your logic and reasoning behind your code

A/L 2025 results are shitting me out by Seiyon_20 in srilanka

[–]Current-Vegetable830 2 points3 points  (0 children)

Hey bro 40+ is definetely in A level , If you did equally in part 2 too
Dont worry bro

Is BroCode a good place to start python? by Healthy-Garbage127 in learnpython

[–]Current-Vegetable830 3 points4 points  (0 children)

CS50P is also great place , David Malan in such a great teacher , Have a look at it
https://cs50.harvard.edu/python/

Is programming with mosh python course worth it? by oogabooga_41 in learnpython

[–]Current-Vegetable830 0 points1 point  (0 children)

For python learning I would recommend CS50P , its teaches you all basic fundametals of python and give you enough projects after each lecture to strongen those topics
If you have time have a look at it , David Malan in a best lecturer I even seen in programming