DEV Community

Sam Sonter
Sam Sonter

Posted on

any tips on how to transform from basic python to Django... pls.

Top comments (4)

Collapse
 
terabytetiger profile image
Tyler V.

If you add the #help tag and a description of where you think you're getting stuck, it will assist people in providing relevant guidance ๐Ÿ˜Š

Welcome to DEV!

Collapse
 
asapsonter profile image
Sam Sonter

Thanks Tyler

Collapse
 
carlosm27 profile image
Carlos Armando Marcano Vargas

Hey Sam, I recommend you to use the Django tutorial in Django documentation, it is a step by step tutorial of how to install Django, a virtual enviroment and how to make your first Django app.

Collapse
 
asapsonter profile image
Sam Sonter

Thanks carlos