Come iniziare

Sei nuovo di Django? O dello sviluppo web in generale? Bene, sei arrivato nel posto giusto: leggi questo materiale per essere operativo in breve tempo.

Vedi anche

Se non conosci Python, potresti voler cominciare con un’idea di com’è il linguaggio. Django è 100% Python, quindi se ti trovi minimamente bene con Python, probabilmente otterrai molto di più da Django.

Se sei nuovo riguardo lo sviluppo in generale, tu potresti iniziare con questo list of Python resources for non-programmers

If you already know a few other languages and want to get up to speed with Python quickly, we recommend referring the official Python documentation, which provides comprehensive and authoritative information about the language, as well as links to other resources such as a list of books about Python.

Back to Top