DEV Community

Jason Rees
Jason Rees

Posted on

The complete guide for Python and Django-Part1 Python

Note: In this tutorial, we will be using Python3 instead of Python2. The reason for this choice is that Python2 is slowly getting deprecated from the development world and the developers are developing new libraries strictly for the use with Python3.

Starting with Python3

Content:

1.Installation
2.DataTypes
3.Comparison operators
4.Control flow:
1.IF ELIF and ELSE statements
2.WHILE
3.FOR loop statements
5.Functions
6.Object-Oriented Programming

For more details about this you can read this article as well:-https://codersera.com/blog/python-tutorial-with-django/

Top comments (0)