# Looking for a django mentor

**URL:** https://forum.djangoproject.com/t/looking-for-a-django-mentor/3741
**Category:** Using Django
**Created:** [August 3, 2020, 5:23pm UTC](https://forum.djangoproject.com/t/looking-for-a-django-mentor/3741 "2020-08-03T17:23:10Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![arun-unnikrishnan](https://sea2.discourse-cdn.com/flex026/user_avatar/forum.djangoproject.com/arun-unnikrishnan/32/1800_2.png) [@arun-unnikrishnan](https://forum.djangoproject.com/u/arun-unnikrishnan)
#### Post date: [August 3, 2020, 5:23pm UTC](https://forum.djangoproject.com/t/looking-for-a-django-mentor/3741/1 "2020-08-03T17:23:10Z")

</div>

Hi all,

New to the forum and django as well. I have some basic knowledge in python and would like to start web development with django or any other web frameworks. Trying to understand django for the last two weeks and not progressing as expected. Need someone to guide/initiate me in the right direction.

Pls help

---

<div class="post-metadata">

### Author: ![KenWhitesell](https://sea2.discourse-cdn.com/flex026/user_avatar/forum.djangoproject.com/kenwhitesell/32/280_2.png) [@KenWhitesell](https://forum.djangoproject.com/u/KenWhitesell)
#### Post date: [August 3, 2020, 5:45pm UTC](https://forum.djangoproject.com/t/looking-for-a-django-mentor/3741/2 "2020-08-03T17:45:59Z")

</div>

Whenever anyone is looking to get started, I always point them to the [official Django Tutorial](https://docs.djangoproject.com/en/3.0/intro/tutorial01/) and the [Django Girls Tutorial](https://tutorial.djangogirls.org/en/). Both are really good and if you work(\*) through them, you’ll have worked with all the key concepts of what Django has to offer.

(\* Footnote: “work” in this context means to actually type the code as part of the exercises, not to just copy/paste from the text to your editor window. Making yourself type the code forces you to really _look_ at the code being written, and will enhance your understanding of what’s going on. Also, the typo mistakes you will make along the way will help develop your eye for seeing similar mistakes you may make in the future.)

Ken

---

<div class="post-metadata">

### Author: ![arun-unnikrishnan](https://sea2.discourse-cdn.com/flex026/user_avatar/forum.djangoproject.com/arun-unnikrishnan/32/1800_2.png) [@arun-unnikrishnan](https://forum.djangoproject.com/u/arun-unnikrishnan)
#### Post date: [August 4, 2020, 9:22am UTC](https://forum.djangoproject.com/t/looking-for-a-django-mentor/3741/3 "2020-08-04T09:22:25Z")

</div>

Thanks for the message @KenWhitesell

Much appreciated!

---

<div class="post-metadata">

### Author: ![TurtleBuster69](https://sea2.discourse-cdn.com/flex026/user_avatar/forum.djangoproject.com/turtlebuster69/32/1631_2.png) [@TurtleBuster69](https://forum.djangoproject.com/u/TurtleBuster69)
#### Post date: [August 4, 2020, 11:10am UTC](https://forum.djangoproject.com/t/looking-for-a-django-mentor/3741/4 "2020-08-04T11:10:55Z")

</div>

I think the Django Girls Tutorial is outdated. I read the page where it will teach you how to install Django and found out it’s for Django 2.2.4

---

<div class="post-metadata">

### Author: ![KenWhitesell](https://sea2.discourse-cdn.com/flex026/user_avatar/forum.djangoproject.com/kenwhitesell/32/280_2.png) [@KenWhitesell](https://forum.djangoproject.com/u/KenWhitesell)
#### Post date: [August 4, 2020, 12:40pm UTC](https://forum.djangoproject.com/t/looking-for-a-django-mentor/3741/5 "2020-08-04T12:40:36Z")

</div>

Technically Django 2.2 is a “Long Term Support” release. So it’s still valid from that perspective. And, while it should be updated, the core principles it teaches are still valid. I can’t think of anything they teach that has been deprecated as far as 3.1 is concerned. (But that’s just an impression and not an assurance.)

---

<div class="post-metadata">

### Author: ![anon36149362](https://avatars.discourse-cdn.com/v4/letter/a/bc8723/32.png) [@anon36149362](https://forum.djangoproject.com/u/anon36149362)
#### Post date: [August 8, 2020, 1:47am UTC](https://forum.djangoproject.com/t/looking-for-a-django-mentor/3741/6 "2020-08-08T01:47:34Z")

</div>

I found this traversy media youtube video v.helpfull [https://www.youtube.com/watch?v=e1IyzVyrLSU&t=162s](https://www.youtube.com/watch?v=e1IyzVyrLSU&t=162s)
