Rapid prototyping for Technical Product Manager

Hi dear community
I am a technical product manager that wants to learn faster prototyping by using Django and Python.
Which educational direction or course maybe do you think I need to follow for this?

Example or prototyping:
When user needs to get have an access permission, then she goes to some website submits request, and on the other side person receives a notification to grant or reject the request. The mechanism in the middle automatically grants access once the approval has been given.

I want to help my engg team by building the prototype beforehand and showing to stakeholders.

I believe Django could be a perfect tool for this.

Thanks

1 Like

I don’t have a formal course to recommend however would suggest getting hands on with some youtube tutorials (coding with mosh is a great one) as well as reading the Django documentation.

Happy Prototyping :grinning:

1 Like

Django isn’t really a prototyping tool.

Once you’ve built enough to demo the functionality of your idea, you’ve effectively implemented it.

Regardless, for anyone looking to learn Django, my recommendations are to start with the Official Django Tutorial and the Django Girls Tutorial . Once you’ve worked your way through them, look for additional resources in the “Educational” section on the Awesome Django page.

1 Like