I've started learning Python and Django, so I'll list some helpful pages.

I will update it from time to time.

Unique rules, etc.

What are two lines free?

-[Python] Learn the coding conventions (PEP8) and write Python-like code --YoheiM .NET

Blank line rule for ʻimport`

-How to use Python, import (from, as, recommended style of PEP8, notes, etc.) | note.nkmk.me

What are the three dots of ʻimport`?

-Specify upper directory / subdirectory by relative import of Python | note.nkmk.me

static method, class method

-About Python class-Qiita

self, cls -I was curious about self and cls + @staticmethod --AWS / PHP / Python a little memo

How to implement a batch

--Create a custom Django command and run it from the command line --Qiita => It was especially helpful! </ font>

test

-[Django] Summary of automated testing --Qiita -Python Django Tutorial (7) --Qiita => It was especially helpful! </ font>

CRUD test

-[Django --Database and Testing | django Tutorial](https://riptutorial.com/en/django/example/5356/%E3%83%87%E3%83%BC%E3%82%BF%E3%83 % 99% E3% 83% BC% E3% 82% B9% E3% 81% A8% E3% 83% 86% E3% 82% B9% E3% 83% 88)

ORM -Summary of Django database operations --Qiita

Other

Recommended Posts