![]() |
Need Guidance - Printable Version +- Python Forum (https://python-forum.io) +-- Forum: General (https://python-forum.io/forum-1.html) +--- Forum: News and Discussions (https://python-forum.io/forum-31.html) +--- Thread: Need Guidance (/thread-40918.html) |
Need Guidance - mridrees - Oct-13-2023 Hy Python Community, Hope Everyone is good I am bachelor's Student and learning Python this year I request everyone that please provide me best Python Project to implement my Knowledge Thank YOU!!!! RE: Need Guidance - gulshan212 - Oct-21-2023 Well, first of all, I would like to say that if you are looking to learn Python, then there are many resources for that, such as YouTube videos, websites, and online communities. for example, https://python-forum.io/ is one of them; online and offline courses and many more. If talk about the project in my search, I found this post where the author listed 15 Python projects with source code that you must try to learn it. Thanks RE: Need Guidance - MasCain - Oct-23-2023 (Oct-21-2023, 11:04 AM)gulshan212 Wrote: Well, first of all, I would like to say that if you are looking to learn Python, then there are many resources for that, such as YouTube videos, websites, and online communities. for example, https://python-forum.io/ is one of them; online and offline courses and many more. If talk about the project in my search, I found this post where the author listed 15 Python projects with source code that you must try to learn it.It’s strange to recommend this forum if a person is already asking a question here. As for the question itself, could the OP clarify what kind of knowledge you want to implement? For now, your query looks like if I asked what I should cook to realize all my expertise in cooking. RE: Need Guidance - DPaul - Oct-23-2023 (Oct-13-2023, 02:53 PM)mridrees Wrote: I request everyone that please provide me best Python Project to implement my KnowledgeOK, as the academic year only just started ... Write a program to convert Roman numbers (canonic style) to arabic numbers. If that is too easy, try the reverse, numbers to Roman. (Be practical, between 1 and 2500, not millions) Paul RE: Need Guidance - MasCain - Oct-23-2023 (Oct-23-2023, 09:32 AM)DPaul Wrote: OK, as the academic year only just started ...I didn't think about it.. |