티스토리 뷰

Django

#0. Django?

알 수 없는 사용자 2019. 2. 25. 00:54

Django logo

To be brief(?), Django is a Full-stack web framework built on Python.

간단히 말하자면 장고는 파이썬 기반으로 만들어진 풀스택 웹 프레임워크입니다.


The reason why I use and write about this is actually that I recently started learning Python.

제가 장고를 사용하는 이유와 이 글을 쓰는 이유는 사실 최근에 파이썬을 배우기 시작해서입니다.



2019-02 Source : TIOBE

As you can see, Python is one of the most used programming languages due to its ease of learning, design, and flexibility, making it one of most amazing programming language.

보시는 바와 같이, 파이썬은 학습, 설계, 및 유연성이 뛰어나므로 가장 많이 사용되는 뛰어난 프로그래밍 언어중 하나입니다.


There are reasons for making it one of the most popular choices.

가장 인기있는 언어 중 하나가 되는 이유가 있습니다.

  • Easy to learn (배우기 쉽습니다(문법이 다른 언어에 비해 매우 이해하기 쉬움))
  • Clarity and readability (선명함 및 가독성(문법이 간단하므로 코드가 간결해짐 )
  • Versatile (변하기 쉬운)
  • Fast to write (빠른 쓰기)
Although so much has been said about Python and its advantages, let us now focus on advantages of Django.
파이썬과 장점에 대한 이야기가 있엇지만 이제 장고의 장점에 대해 이야기를 해봅시다.

  • Fast : This has been designed in a way to help the developers make an application as fast as possible
    개발자가 가능한 한 빨리 응용 프로그램을 만들 수 있도록 설계되었습니다.

  • Fully Loaded : It works in a way that includes dozen of extras to help with user authentication, site maps, content administration, RSS feeds and much more such things.
    사용자 인증, 사이트 맵. 컨텐츠 관리, RSS 피드 및 훨씬 더 많은 것들을 돕는 수십 가지 추가 기능을 포함하는 방식으로 작동합니다. (아직은 무슨 소리인지 이해가 안되네요..)

  • Secure : When you are doing it in Django, it is ensured that developers don't commit any mistakes related to security.
    장고에서 작업 할 때 개발자가 보안과 관련한(예를 들어 SQL인젝션, XSS, CSRF 등) 실수를 저지르지 않도록합니다.

  • Scalable : To meet the heaciest traffic demand, the benefits of Django framework can be seen.
    가장 많은 트래픽 요구를 충족시키기 위해 장고의 이점을 볼 수 있습니다.
I wrote down a Django that is Web framework. So next Post is "set up Django development environment in Windows 10".
이번 글에서는 장고 웹 프레임워크에 대해 글을 적어보았습니다. 그래서 다음 글에서는 윈도우 10에서 장고 개발환경 셋팅하는법을 적어보겠습니다.




'Django' 카테고리의 다른 글

#2. create application and its structure  (0) 2019.02.27
#1.1. Project structure  (0) 2019.02.27
#1. Set up Django development envrionment in Windows 10  (0) 2019.02.25
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2025/09   »
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30
글 보관함