파이썬 유치원 (유아반)

Ckstmznf (토론 | 기여)님의 2020년 4월 27일 (월) 21:45 판

1 파이썬 유치원

파이썬 유치원은 유튜브 채널 김왼손의 왼손코딩에서 구독자와 함께 진행하는 프로젝트입니다. 프로젝트 기간 동안 스스로 학습하면서 나만의 프로그램을 만들어 봅니다. 파이썬 유치원 1기는 2020년 5월 1일부터 31일까지 한달 동안 진행합니다.

파이썬 유치원에는 강의가 없습니다. 사실 강의만 들어서는 머리에 남는 게 없습니다. 직접 만들어 봐야 합니다. 모든 분야가 그렇겠지만 코딩은 더욱 그렇습니다. 이제 강의는 그만 듣고 직접 만들어 봅시다. 모든 정보는 유튜브와 구글에 있으니까요. 파이썬 유치원에서는 방향과 방법을 함께 고민합니다. 유치원 선생님은 아이가 하고 싶은 대로 자유롭게 두면서 아이가 흥미를 잃지 않게, 다치지 않게 옆에서 도와줍니다. 파이썬 유치원에서의 김왼손은 그런 역할입니다.

파이썬 유치원의 모든 진행 상황은 유튜브 채널 김왼손의 왼손코딩에서 공유합니다. 매주 토요일 저녁 유튜브 라이브에서 어떻게 하고 있는지 함께 살펴보고 어려움이 있다면 함께 고민합니다. 각자의 진행 내용은 제타위키의 파이썬 유치원 문서에서 공유합니다. 진행 내용을 공유하고 서로 의견을 나눌 수 있습니다.

파이썬 유치원 유아반은 파이썬이나 코딩을 배워본 적은 있지만 잘 하지 못하는 분들을 대상으로 합니다.

2 제타위키 사용법

3 유아반 친구들

3.1 김민재

3.1.1 설명

파이참을 이용해 계산기 기능과 디자인, 형태까지 만드는 코드

3.1.2 코드

while True:
    Question = int(input('계산연자를 입력하세요. 1 . +, 2 . -, 3 . *, 4 . / : '))
    # 덧샘식 계산
    if Question == 1:
        plus = int(input('첫번째로 더할수를 입력하세요.'))
        plus2 = int(input('두번째로 더할수를 입력하세요.'))
        print(plus + plus2)
        Question2 = int(input('1.계속, 2.그만 : '))
    # 뺄셈식 계산
    if Question == 2:
        minus = int(input('첫번째로 뺼수를 입력하세요.'))
        minus2 = int(input('두번째로 뺼수를 입력하세요.'))
        print(minus - minus2)
        Question2 = int(input('1.계속, 2.그만 : '))
    # 곱셈식 계산
    if Question == 3:
        times = int(input('첫번째로 곱할수를 입력하세요.'))
        times2 = int(input('두번째로 곱할수를 입력하세요.'))
        print(times * times2)
        Question2 = int(input('1.계속, 2.그만 : '))
    # 나눗셈 계산
    if Question == 4:
        divided = int(input('첫번째로 나눌수를 입력하세요.'))
        divided2 = int(input('두번째로 나눌수를 입력하세요.'))
        print(divided / divided2)
        Question2 = int(input('1.계속, 2.그만 : '))
    #멈추기
    if Question2 == 2:
        break
    #계속하기
    if Question2 == 1:
        continue
    #여기까지 계산기 기능

계속 추가할 예정

3.2 맨탈붕괴

3.2.1 설명

Pygame을 이용해 탐험 게임을 만들어 보고 싶습니다. (더 추가될 예정)

3.2.2 지역

3.2.2.1 쉬움

시작지역

3.2.2.2 중간
3.2.2.3 어려움

3.2.3 상점

상점은 지역마다 1~2개씩 있고, 좀 떨어져 있음. 중간에 방랑상인을 만날 수 있음

3.2.4 무기

바닥에 떨어져 있는 것을 주울 수도 있고, 상점에서도 살 수 있음

3.2.5 자원

숨겨져 있는 곳을 발견해서 랜덤으로 얻음.혹은 특정 몹에게서 얻음.이것들로 상점에서 교환 가능

3.2.6 체크포인트

심각한 부상을 입을 경우,가까이 있는 체크포인트에서 시작 체크포인트는 수동적으로 하며,자원을 소량 얻음

3.2.7 비밀 퀘스트

???

3.2.8 github

https://github.com/animicibal22534/explore/tree/master

3.3 마카

3.3.1 설명

마인크래프트 활용이나 디스코드 봇을만들고싶어요

3.3.2 코드

print('Hello Python!')

3.4 Min-Ku Lee

3.4.1 설명

저는 시내버스 기사인데요, 버스의 배차표를 작성하는 프로그램을 만들고 싶어요.

3.4.1.1 코딩경력

20년전 학교에서 배운게 전부이며 전/현직 직업은 코딩과 관련 없는 직업 (비쥬얼베이직6.0, C, ASP, JSP를 배웠으나 (전혀)기억나지 않음)

3.4.1.2 개요

시내버스 배차 프로그램

3.4.1.3 목적

현재 엑셀로 작성/관리되는 배차표를 자동화하고 DB로 저장함

3.4.1.4 현황

배차표를 팀장이 수기로 작성하여 공지하면, 팀원은 해당 배차표를 확인하고 운행

  • 배차표는 팀장이 엑셀로 작성하고 관리하며 보통 1주일 단위로 배차를 공지함
  • 배차 순번에 따라 운행 횟수가 달라짐(예: 첫차~4번차 = 4바퀴 / 5번차~막차= 3바퀴)
  • 변수(차량고장, 사고 등)가 발생하면 당일 이후 배차를 전부 재 수기로 수정해야 함
  • 기사 입사일 순번으로 고정 차량이 지급되며, 나머지 기사는 스페어 기사임 (예: 차량이 10대/ 기사가 17명일 경우, 위로 10명은 고정차/ 뒤 7명은 임의 차량을 탐)
  • 팀원(기사)은 배차가 곧 월급 및 근무시간(운행횟수)와 직접 연계 됨
  • 따라서, 배차표를 민감하게 생각하고 불만이 많음 (누구는 3바퀴 타고, 나는 4바퀴타고 등)
3.4.1.5 내용

버스와 기사를 매칭해서 일별 배차표 작성

  • Admin(팀장)만 배차표를 작성 할 수 있음.
  • 배차표 열람권한은 팀원만 해도 되고, 전체공개를 해도 무관
  • 일별 차량과 기사를 맵핑하여 일일 배차표를 자동으로 생성하고 작성기간 임의생성 가능(예: 한달 배차 또는 1주일 배차 등)
  • 배차 순번과 차량을 공평하고 공정하게 생성(스페어 기사 고려)
  • 변수 발생에 따른 임의 수정 기능 필요.(임의 수정 시 이후 배차표는 자동생성)
  • Admin의 열람기능 필요.(예: 팀원 별 근무일수, 4바퀴/3바퀴 운행 횟수 등 <- 팀원 불만 해소)

3.4.2 코드

print('Hello Python!')

3.5 white tree

3.5.1 설명

디스코드 봇을 만들고싶어요 음악,알림등 기능이 있는봇

3.5.2 코드

import discord
import asyncio

client = discord.Client()

token = "봇 토큰"

@client.event
async def on_ready():
    print('Logged in as')
    print(client.user.name)
    print(client.user.id)
    print('------')
    await client.change_presence(status=discord.Status.online, activity=discord.Game('정상 작동'))

@client.event
async def on_message(message):
    if message.content.startswith('!test'):
        await message.channel.send('test')

@client.event
async def on_message(message):
    if message.content.startswith("!1"):
        embed = discord.Embed(title="안녕하세요!", description="저는 테스트중인 봇입니다.", color=0x00ff00)
        embed.add_field(name="미완성", value="현제 제작중", inline=True)
        embed.add_field(name="미완성", value="현제 제작중", inline=True)
        await message.channel.send(embed=embed)

client.run(token)

3.6 안기웅

3.6.1 About Me

안녕하세요. 비전공자 딸바보 아빠입니다.
저는 전산쟁이 9년차이고요.
프로그래밍은 깊게 안들어가봤어요.
저는 저희 아기 사진 블로그를 만들고 싶습니다.
현재 장고를 공부하고 있습니다.
제 포트폴리오는 아래와 같습니다.

3.6.2 Django Introduction

  • MVC(Model - View - Controller)
  • MVT(Model - View - Template)
  • Model : models.py
  • View : views.py
  • Template : settings.py
  • URL 정의 : urls.py
  • 로직 정의 : views.py

3.6.3 Django order

  • 프로젝트 생성
  • APP 생성
  • Database 갱신
  • Setting 수정
  • 관리자 생성
  • 부트스트랩 적용({% load static %})

3.6.4 Basic Setting

  • 가상 환경 설정
python -m venv venv
  • django 설치
pip install django
  • django 버전 확인
python -m django --version

3.6.5 Git Setting

  • gitignore 설정

https://developer-ankiwoong.tistory.com/837

  • git 생성

https://github.com/ankiwoong/python_kindergarten

  • git 연결
git remote add orign https https://github.com/ankiwoong/python_kindergarten.git
git remote -v

3.6.6 Project

  • 프로젝트 생성
django-admin startproject anjia .
  • runserver 테스트
python manage.py runserver
  • App 생성
python manage.py startapp blog
  • Settings 수정
ALLOWED_HOSTS = ['192.168.56.101', 'localhost', '127.0.0.1']

INSTALLED_APPS = [
    'django.contrib.admin',
    'django.contrib.auth',
    'django.contrib.contenttypes',
    'django.contrib.sessions',
    'django.contrib.messages',
    'django.contrib.staticfiles',
    'blog',                              # blog app 추가
]

DATABASES = {
    'default': {
        'ENGINE': 'django.db.backends.sqlite3',
        'NAME': os.path.join(BASE_DIR, 'db.sqlite3'),
    }
}

LANGUAGE_CODE = 'ko-kr'         # 언어 : 한국

TIME_ZONE = 'Asia/Seoul'        # 타임존 : 한국 시간(기본 : UTC(세계표준시))
  • 데이터베이스에 변경 필요 사항 추출
python manage.py makemigrations
  • 데이터베이스에 변경사항 반영
python manage.py migrate
  • 관리자 생성
python manage.py createsuperuser
  • Admin 확인
http://127.0.0.1:8000/admin/
  • anjia > urls.py
from django.contrib import admin
from django.urls import path
from django.conf.urls import include
from django.views.generic import RedirectView
from django.conf import settings
from django.conf.urls.static import static

urlpatterns = [
    path('admin/', admin.site.urls),
    # 주소창에 blog를 입력시 blog.urls가 처리
    path('blog/', include('blog.urls')),
    # 기본주소로 처리시 blog로 넘겨준다.
    path('', RedirectView.as_view(url='/blog/', permanent=True)),
] + static(settings.STATIC_URL, document_root=settings.STATIC_ROOT)     # 정적 파일 처리
  • blog > urls.py
from django.urls import path
from blog import views

urlpatterns = [
    # 사이트 명이 입력이 안될시 index라는 것으로 처리 한다.
    # blog > views.py
    path('', views.index, name='index'),
]
  • blog > views.py
from django.shortcuts import render

# Create your views here.

# index 처리


def index(req):
    context = {

    }

    return render(req, 'index.html', context=context)
  • templates > index.html
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>TEST BLOG</title>
  </head>
  <body>
    <h1>Hello My TEST BLOG</h1>
  </body>
</html>
  • Static

anjia > settings.py

# STATIC File
STATICFILES_DIRS = [
    os.path.join(BASE_DIR, 'static'),
]
  • Bootstrap

https://colorlib.com/wp/free-bootstrap-blog-templates/

  • templates > index.html
index.html
<!DOCTYPE html>
<html lang="zxx" class="no-js">
  <head>
    <!-- Mobile Specific Meta -->
    <meta
      name="viewport"
      content="width=device-width, initial-scale=1, shrink-to-fit=no"
    />
    <!-- Favicon-->
    <link rel="shortcut icon" href="img/fav.png" />
    <!-- Author Meta -->
    <meta name="author" content="colorlib" />
    <!-- Meta Description -->
    <meta name="description" content="" />
    <!-- Meta Keyword -->
    <meta name="keywords" content="" />
    <!-- meta character set -->
    <meta charset="UTF-8" />
    <!-- Site Title -->
    <title>Blogger</title>
    {% load static %}
    <link
      href="https://fonts.googleapis.com/css?family=Poppins:100,200,400,300,500,600,700"
      rel="stylesheet"
    />
    <!--
    CSS
    ============================================= -->
    <link rel="stylesheet" href="{% static 'css/linearicons.css' %}" />
    <link rel="stylesheet" href="{% static 'css/font-awesome.min.css' %}" />
    <link rel="stylesheet" href="{% static 'css/bootstrap.css' %}" />
    <link rel="stylesheet" href="{% static 'css/owl.carousel.css' %}" />
    <link rel="stylesheet" href="{% static 'css/main.css' %}" />
  </head>
  <body>
    <!-- Start Header Area -->
    <header class="default-header">
      <nav class="navbar navbar-expand-lg navbar-light">
        <div class="container">
          <a class="navbar-brand" href="index.html">
            <img src="{% static 'img/logo.png' %}" alt="" />
          </a>
          <button
            class="navbar-toggler"
            type="button"
            data-toggle="collapse"
            data-target="#navbarSupportedContent"
            aria-controls="navbarSupportedContent"
            aria-expanded="false"
            aria-label="Toggle navigation"
          >
            <span class="navbar-toggler-icon"></span>
          </button>

          <div
            class="collapse navbar-collapse justify-content-end align-items-center"
            id="navbarSupportedContent"
          >
            <ul class="navbar-nav">
              <li><a href="#home">Home</a></li>
              <li><a href="#news">News</a></li>
              <li><a href="#travel">Travel</a></li>
              <li><a href="#fashion">fashion</a></li>
              <li><a href="#team">team</a></li>
              <!-- Dropdown -->
              <li class="dropdown">
                <a
                  class="dropdown-toggle"
                  href="#"
                  id="navbardrop"
                  data-toggle="dropdown"
                >
                  Pages
                </a>
                <div class="dropdown-menu">
                  <a class="dropdown-item" href="single.html">Single</a>
                  <a class="dropdown-item" href="category.html">Category</a>
                  <a class="dropdown-item" href="search.html">Search</a>
                  <a class="dropdown-item" href="archive.html">Archive</a>
                  <a class="dropdown-item" href="generic.html">Generic</a>
                  <a class="dropdown-item" href="elements.html">Elements</a>
                </div>
              </li>
            </ul>
          </div>
        </div>
      </nav>
    </header>
    <!-- End Header Area -->

    <!-- start banner Area -->
    <section
      class="banner-area relative"
      id="home"
      data-parallax="scroll"
      data-image-src="{% static 'img/header-bg.jpg' %}"
    >
      <div class="overlay-bg overlay"></div>
      <div class="container">
        <div class="row fullscreen">
          <div
            class="banner-content d-flex align-items-center col-lg-12 col-md-12"
          >
            <h1>
              A Discount Toner Cartridge <br />
              Is Better Than Ever.
            </h1>
          </div>
          <div
            class="head-bottom-meta d-flex justify-content-between align-items-end col-lg-12"
          >
            <div class="col-lg-6 flex-row d-flex meta-left no-padding">
              <p><span class="lnr lnr-heart"></span> 15 Likes</p>
              <p><span class="lnr lnr-bubble"></span> 02 Comments</p>
            </div>
            <div
              class="col-lg-6 flex-row d-flex meta-right no-padding justify-content-end"
            >
              <div class="user-meta">
                <h4 class="text-white">Mark wiens</h4>
                <p>12 Dec, 2017 11:21 am</p>
              </div>
              <img
                class="img-fluid user-img"
                src="{% static 'img/user.jpg' %}"
                alt=""
              />
            </div>
          </div>
        </div>
      </div>
    </section>
    <!-- End banner Area -->

    <!-- Start category Area -->
    <section class="category-area section-gap" id="news">
      <div class="container">
        <div class="row d-flex justify-content-center">
          <div class="menu-content pb-70 col-lg-8">
            <div class="title text-center">
              <h1 class="mb-10">Latest News from all categories</h1>
              <p>
                Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
                eiusmod tempor incididunt ut labore et dolore magna aliqua.
              </p>
            </div>
          </div>
        </div>
        <div class="active-cat-carusel">
          <div class="item single-cat">
            <img src="{% static 'img/c1.jpg' %}" alt="" />
            <p class="date">10 Jan 2018</p>
            <h4><a href="#">It S Hurricane Season Visiting Hilton</a></h4>
          </div>
          <div class="item single-cat">
            <img src="{% static 'img/c2.jpg' %}" alt="" />
            <p class="date">10 Jan 2018</p>
            <h4><a href="#">What Makes A Hotel Boutique</a></h4>
          </div>
          <div class="item single-cat">
            <img src="{% static 'img/c3.jpg' %}" alt="" />
            <p class="date">10 Jan 2018</p>
            <h4><a href="#">Les Houches The Hidden Gem Valley</a></h4>
          </div>
        </div>
      </div>
    </section>
    <!-- End category Area -->

    <!-- Start travel Area -->
    <section class="travel-area section-gap" id="travel">
      <div class="container">
        <div class="row d-flex justify-content-center">
          <div class="menu-content pb-70 col-lg-8">
            <div class="title text-center">
              <h1 class="mb-10">Hot topics from Travel Section</h1>
              <p>
                Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
                eiusmod tempor incididunt ut labore et dolore magna aliqua.
              </p>
            </div>
          </div>
        </div>
        <div class="row">
          <div class="col-lg-6 travel-left">
            <div class="single-travel media pb-70">
              <img
                class="img-fluid d-flex mr-3"
                src="{% static 'img/t1.jpg' %}"
                alt=""
              />
              <div class="dates">
                <span>20</span>
                <p>Dec</p>
              </div>
              <div class="media-body align-self-center">
                <h4 class="mt-0">
                  <a href="#">Addiction When Gambling Becomes A Problem</a>
                </h4>
                <p>
                  inappropriate behavior Lorem ipsum dolor sit amet,
                  consectetur.
                </p>
                <div class="meta-bottom d-flex justify-content-between">
                  <p><span class="lnr lnr-heart"></span> 15 Likes</p>
                  <p><span class="lnr lnr-bubble"></span> 02 Comments</p>
                </div>
              </div>
            </div>
            <div class="single-travel media">
              <img
                class="img-fluid d-flex mr-3"
                src="{% static 'img/t3.jpg' %}"
                alt=""
              />
              <div class="dates">
                <span>20</span>
                <p>Dec</p>
              </div>
              <div class="media-body align-self-center">
                <h4 class="mt-0">
                  <a href="#">Addiction When Gambling Becomes A Problem</a>
                </h4>
                <p>
                  inappropriate behavior Lorem ipsum dolor sit amet,
                  consectetur.
                </p>
                <div class="meta-bottom d-flex justify-content-between">
                  <p><span class="lnr lnr-heart"></span> 15 Likes</p>
                  <p><span class="lnr lnr-bubble"></span> 02 Comments</p>
                </div>
              </div>
            </div>
          </div>
          <div class="col-lg-6 travel-right">
            <div class="single-travel media pb-70">
              <img
                class="img-fluid d-flex mr-3"
                src="{% static 'img/t2.jpg' %}"
                alt=""
              />
              <div class="dates">
                <span>20</span>
                <p>Dec</p>
              </div>
              <div class="media-body align-self-center">
                <h4 class="mt-0">
                  <a href="#">Addiction When Gambling Becomes A Problem</a>
                </h4>
                <p>
                  inappropriate behavior Lorem ipsum dolor sit amet,
                  consectetur.
                </p>
                <div class="meta-bottom d-flex justify-content-between">
                  <p><span class="lnr lnr-heart"></span> 15 Likes</p>
                  <p><span class="lnr lnr-bubble"></span> 02 Comments</p>
                </div>
              </div>
            </div>
            <div class="single-travel media">
              <img
                class="img-fluid d-flex mr-3"
                src="{% static 'img/t4.jpg' %}"
                alt=""
              />
              <div class="dates">
                <span>20</span>
                <p>Dec</p>
              </div>
              <div class="media-body align-self-center">
                <h4 class="mt-0">
                  <a href="#">Addiction When Gambling Becomes A Problem</a>
                </h4>
                <p>
                  inappropriate behavior Lorem ipsum dolor sit amet,
                  consectetur.
                </p>
                <div class="meta-bottom d-flex justify-content-between">
                  <p><span class="lnr lnr-heart"></span> 15 Likes</p>
                  <p><span class="lnr lnr-bubble"></span> 02 Comments</p>
                </div>
              </div>
            </div>
          </div>
          <a
            href="#"
            class="primary-btn load-more pbtn-2 text-uppercase mx-auto mt-60"
            >Load More
          </a>
        </div>
      </div>
    </section>
    <!-- End travel Area -->

    <!-- Start fashion Area -->
    <section class="fashion-area section-gap" id="fashion">
      <div class="container">
        <div class="row d-flex justify-content-center">
          <div class="menu-content pb-70 col-lg-8">
            <div class="title text-center">
              <h1 class="mb-10">Fashion News This Week</h1>
              <p>
                Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
                eiusmod tempor incididunt ut labore et dolore magna aliqua.
              </p>
            </div>
          </div>
        </div>
        <div class="row">
          <div class="col-lg-3 col-md-6 single-fashion">
            <img class="img-fluid" src="{% static 'img/f1.jpg' %}" alt="" />
            <p class="date">10 Jan 2018</p>
            <h4><a href="#">Addiction When Gambling Becomes A Problem</a></h4>
            <p>
              inappropriate behavior ipsum dolor sit amet, consectetur.
            </p>
            <div class="meta-bottom d-flex justify-content-between">
              <p><span class="lnr lnr-heart"></span> 15 Likes</p>
              <p><span class="lnr lnr-bubble"></span> 02 Comments</p>
            </div>
          </div>
          <div class="col-lg-3 col-md-6 single-fashion">
            <img class="img-fluid" src="{% static 'img/f2.jpg' %}" alt="" />
            <p class="date">10 Jan 2018</p>
            <h4><a href="#">Addiction When Gambling Becomes A Problem</a></h4>
            <p>
              inappropriate behavior ipsum dolor sit amet, consectetur.
            </p>
            <div class="meta-bottom d-flex justify-content-between">
              <p><span class="lnr lnr-heart"></span> 15 Likes</p>
              <p><span class="lnr lnr-bubble"></span> 02 Comments</p>
            </div>
          </div>
          <div class="col-lg-3 col-md-6 single-fashion">
            <img class="img-fluid" src="{% static 'img/f3.jpg' %}" alt="" />
            <p class="date">10 Jan 2018</p>
            <h4><a href="#">Addiction When Gambling Becomes A Problem</a></h4>
            <p>
              inappropriate behavior ipsum dolor sit amet, consectetur.
            </p>
            <div class="meta-bottom d-flex justify-content-between">
              <p><span class="lnr lnr-heart"></span> 15 Likes</p>
              <p><span class="lnr lnr-bubble"></span> 02 Comments</p>
            </div>
          </div>
          <div class="col-lg-3 col-md-6 single-fashion">
            <img class="img-fluid" src="{% static 'img/f4.jpg' %}" alt="" />
            <p class="date">10 Jan 2018</p>
            <h4><a href="#">Addiction When Gambling Becomes A Problem</a></h4>
            <p>
              inappropriate behavior ipsum dolor sit amet, consectetur.
            </p>
            <div class="meta-bottom d-flex justify-content-between">
              <p><span class="lnr lnr-heart"></span> 15 Likes</p>
              <p><span class="lnr lnr-bubble"></span> 02 Comments</p>
            </div>
          </div>
          <a
            href="#"
            class="primary-btn load-more pbtn-2 text-uppercase mx-auto mt-60"
            >Load More
          </a>
        </div>
      </div>
    </section>
    <!-- End fashion Area -->

    <!-- Start team Area -->
    <section class="team-area section-gap" id="team">
      <div class="container">
        <div class="row d-flex justify-content-center">
          <div class="menu-content pb-70 col-lg-8">
            <div class="title text-center">
              <h1 class="mb-10">About Blogger Team</h1>
              <p>Who are in extremely love with eco friendly system.</p>
            </div>
          </div>
        </div>
        <div class="row justify-content-center d-flex align-items-center">
          <div class="col-lg-6 team-left">
            <p>
              inappropriate behavior is often laughed off as “boys will be
              boys,” women face higher conduct standards especially in the
              workplace. That’s why it’s crucial that, as women, our behavior on
              the job is beyond reproach. inappropriate behavior is often
              laughed off as “boys will be boys,” women face higher conduct
              standards especially in the workplace. That’s why it’s crucial
              that.
            </p>
            <p>
              inappropriate behavior is often laughed off as “boys will be
              boys,” women face higher conduct standards especially in the
              workplace. That’s why it’s crucial that, as women.
            </p>
          </div>
          <div class="col-lg-6 team-right d-flex justify-content-center">
            <div class="row active-team-carusel">
              <div class="single-team">
                <div class="thumb">
                  <img
                    class="img-fluid"
                    src="{% static 'img/team1.jpg' %}"
                    alt=""
                  />
                  <div class="align-items-center justify-content-center d-flex">
                    <a href="#"><i class="fa fa-facebook"></i></a>
                    <a href="#"><i class="fa fa-twitter"></i></a>
                    <a href="#"><i class="fa fa-linkedin"></i></a>
                  </div>
                </div>
                <div class="meta-text mt-30 text-center">
                  <h4>Dora Walker</h4>
                  <p>Senior Core Developer</p>
                </div>
              </div>
              <div class="single-team">
                <div class="thumb">
                  <img
                    class="img-fluid"
                    src="{% static 'img/team2.jpg' %}"
                    alt=""
                  />
                  <div class="align-items-center justify-content-center d-flex">
                    <a href="#"><i class="fa fa-facebook"></i></a>
                    <a href="#"><i class="fa fa-twitter"></i></a>
                    <a href="#"><i class="fa fa-linkedin"></i></a>
                  </div>
                </div>
                <div class="meta-text mt-30 text-center">
                  <h4>Lena Keller</h4>
                  <p>Creative Content Developer</p>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </section>
    <!-- End team Area -->

    <!-- start footer Area -->
    <footer class="footer-area section-gap">
      <div class="container">
        <div class="row">
          <div class="col-lg-3 col-md-12">
            <div class="single-footer-widget">
              <h6>Top Products</h6>
              <ul class="footer-nav">
                <li><a href="#">Managed Website</a></li>
                <li><a href="#">Manage Reputation</a></li>
                <li><a href="#">Power Tools</a></li>
                <li><a href="#">Marketing Service</a></li>
              </ul>
            </div>
          </div>
          <div class="col-lg-6 col-md-12">
            <div class="single-footer-widget newsletter">
              <h6>Newsletter</h6>
              <p>
                You can trust us. we only send promo offers, not a single spam.
              </p>
              <div id="mc_embed_signup">
                <form
                  target="_blank"
                  novalidate="true"
                  action="https://spondonit.us12.list-manage.com/subscribe/post?u=1462626880ade1ac87bd9c93a&amp;id=92a4423d01"
                  method="get"
                  class="form-inline"
                >
                  <div class="form-group row" style="width: 100%;">
                    <div class="col-lg-8 col-md-12">
                      <input
                        name="EMAIL"
                        placeholder="Enter Email"
                        onfocus="this.placeholder = ''"
                        onblur="this.placeholder = 'Enter Email '"
                        required=""
                        type="email"
                      />
                      <div style="position: absolute; left: -5000px;">
                        <input
                          name="b_36c4fd991d266f23781ded980_aefe40901a"
                          tabindex="-1"
                          value=""
                          type="text"
                        />
                      </div>
                    </div>

                    <div class="col-lg-4 col-md-12">
                      <button class="nw-btn primary-btn">
                        Subscribe<span class="lnr lnr-arrow-right"></span>
                      </button>
                    </div>
                  </div>
                  <div class="info"></div>
                </form>
              </div>
            </div>
          </div>
          <div class="col-lg-3 col-md-12">
            <div class="single-footer-widget mail-chimp">
              <h6 class="mb-20">Instragram Feed</h6>
              <ul class="instafeed d-flex flex-wrap">
                <li><img src="{% static 'img/i1.jpg' %}" alt="" /></li>
                <li><img src="{% static 'img/i2.jpg' %}" alt="" /></li>
                <li><img src="{% static 'img/i3.jpg' %}" alt="" /></li>
                <li><img src="{% static 'img/i4.jpg' %}" alt="" /></li>
                <li><img src="{% static 'img/i5.jpg' %}" alt="" /></li>
                <li><img src="{% static 'img/i6.jpg' %}" alt="" /></li>
                <li><img src="{% static 'img/i7.jpg' %}" alt="" /></li>
                <li><img src="{% static 'img/i8.jpg' %}" alt="" /></li>
              </ul>
            </div>
          </div>
        </div>

        <div class="row footer-bottom d-flex justify-content-between">
          <!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
          <p class="col-lg-8 col-sm-12 footer-text">
            Copyright &copy;
            <script>
              document.write(new Date().getFullYear());
            </script>
            All rights reserved | This template is made with
            <i class="fa fa-heart-o" aria-hidden="true"></i> by
            <a href="https://colorlib.com" target="_blank">Colorlib</a>
          </p>
          <!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
          <div class="col-lg-4 col-sm-12 footer-social">
            <a href="#"><i class="fa fa-facebook"></i></a>
            <a href="#"><i class="fa fa-twitter"></i></a>
            <a href="#"><i class="fa fa-dribbble"></i></a>
            <a href="#"><i class="fa fa-behance"></i></a>
          </div>
        </div>
      </div>
    </footer>
    <!-- End footer Area -->

    <script src="{% static 'js/vendor/jquery-2.2.4.min.js' %}"></script>
    <script
      src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js"
      integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4"
      crossorigin="anonymous"
    ></script>
    <script src="{% static 'js/vendor/bootstrap.min.js' %}"></script>
    <script src="{% static 'js/jquery.ajaxchimp.min.js' %}"></script>
    <script src="{% static 'js/parallax.min.js' %}"></script>
    <script src="{% static 'js/owl.carousel.min.js' %}"></script>
    <script src="{% static 'js/jquery.magnific-popup.min.js' %}"></script>
    <script src="{% static 'js/jquery.sticky.js' %}"></script>
    <script src="{% static 'js/main.js' %}"></script>
  </body>
</html>
  • templates > single.html
single.html
<!DOCTYPE html>
<html lang="zxx" class="no-js">
  <head>
    <!-- Mobile Specific Meta -->
    <meta
      name="viewport"
      content="width=device-width, initial-scale=1, shrink-to-fit=no"
    />
    <!-- Favicon-->
    <link rel="shortcut icon" href="img/fav.png" />
    <!-- Author Meta -->
    <meta name="author" content="colorlib" />
    <!-- Meta Description -->
    <meta name="description" content="" />
    <!-- Meta Keyword -->
    <meta name="keywords" content="" />
    <!-- meta character set -->
    <meta charset="UTF-8" />
    <!-- Site Title -->
    <title>Blogger</title>

    {% load static %}
    <link
      href="https://fonts.googleapis.com/css?family=Poppins:100,200,400,300,500,600,700"
      rel="stylesheet"
    />
    <!--
        CSS
        ============================================= -->
    <link rel="stylesheet" href="{% static 'css/linearicons.css' %}" />
    <link rel="stylesheet" href="{% static 'css/font-awesome.min.css' %}" />
    <link rel="stylesheet" href="{% static 'css/bootstrap.css' %}" />
    <link rel="stylesheet" href="{% static 'css/owl.carousel.css' %}" />
    <link rel="stylesheet" href="{% static 'css/main.css' %}" />
  </head>
  <body>
    <!-- Start Header Area -->
    <header class="default-header">
      <nav class="navbar navbar-expand-lg navbar-light">
        <div class="container">
          <a class="navbar-brand" href="index.html">
            <img src="{% static 'img/logo.png' %}" alt="" />
          </a>
          <button
            class="navbar-toggler"
            type="button"
            data-toggle="collapse"
            data-target="#navbarSupportedContent"
            aria-controls="navbarSupportedContent"
            aria-expanded="false"
            aria-label="Toggle navigation"
          >
            <span class="navbar-toggler-icon"></span>
          </button>

          <div
            class="collapse navbar-collapse justify-content-end align-items-center"
            id="navbarSupportedContent"
          >
            <ul class="navbar-nav scrollable-menu">
              <li><a href="#home">Home</a></li>
              <li><a href="#news">News</a></li>
              <li><a href="#travel">Travel</a></li>
              <li><a href="#fashion">fashion</a></li>
              <li><a href="#team">team</a></li>
              <!-- Dropdown -->
              <li class="dropdown">
                <a
                  class="dropdown-toggle"
                  href="#"
                  id="navbardrop"
                  data-toggle="dropdown"
                >
                  Pages
                </a>
                <div class="dropdown-menu">
                  <a class="dropdown-item" href="single.html">Single</a>
                  <a class="dropdown-item" href="category.html">Category</a>
                  <a class="dropdown-item" href="search.html">Search</a>
                  <a class="dropdown-item" href="archive.html">Archive</a>
                  <a class="dropdown-item" href="generic.html">Generic</a>
                  <a class="dropdown-item" href="elements.html">Elements</a>
                </div>
              </li>
            </ul>
          </div>
        </div>
      </nav>
    </header>
    <!-- End Header Area -->

    <!-- Start top-section Area -->
    <section class="top-section-area section-gap">
      <div class="container">
        <div class="row justify-content-between align-items-center d-flex">
          <div class="col-lg-8 top-left">
            <h1 class="text-white mb-20">Post Details</h1>
            <ul>
              <li>
                <a href="index.html">Home</a
                ><span class="lnr lnr-arrow-right"></span>
              </li>
              <li>
                <a href="category.html">Category</a
                ><span class="lnr lnr-arrow-right"></span>
              </li>
              <li><a href="single.html">Fashion</a></li>
            </ul>
          </div>
        </div>
      </div>
    </section>
    <!-- End top-section Area -->

    <!-- Start post Area -->
    <div class="post-wrapper pt-100">
      <!-- Start post Area -->
      <section class="post-area">
        <div class="container">
          <div class="row justify-content-center">
            <div class="col-lg-8">
              <div class="single-page-post">
                <img
                  class="img-fluid"
                  src="{% static 'img/single.jpg' %}"
                  alt=""
                />
                <div class="top-wrapper">
                  <div class="row d-flex justify-content-between">
                    <h2 class="col-lg-8 col-md-12 text-uppercase">
                      A Discount Toner Cartridge Is Better Than Ever
                    </h2>
                    <div
                      class="col-lg-4 col-md-12 right-side d-flex justify-content-end"
                    >
                      <div class="desc">
                        <h2>Mark wiens</h2>
                        <h3>12 Dec ,2017 11:21 am</h3>
                      </div>
                      <div class="user-img">
                        <img src="{% static 'img/user.jpg' %}" alt="" />
                      </div>
                    </div>
                  </div>
                </div>
                <div class="tags">
                  <ul>
                    <li><a href="#">lifestyle</a></li>
                    <li><a href="#">Art</a></li>
                    <li><a href="#">Technology</a></li>
                    <li><a href="#">Fashion</a></li>
                  </ul>
                </div>
                <div class="single-post-content">
                  <p>
                    MCSE boot camps have its supporters and its detractors. Some
                    people do not understand why you should have to spend money
                    on boot camp when you can get the MCSE study materials
                    yourself at a fraction of the camp price. However, who has
                    the willpower to actually sit through a self-imposed MCSE
                    training.
                  </p>
                  <p>
                    MCSE boot camps have its supporters and its detractors. Some
                    people do not understand why you should have to spend money
                    on boot camp when you can get the MCSE study materials
                    yourself at a fraction of the camp price. However, who has
                    the willpower to actually sit through a self-imposed MCSE
                    training. who has the willpower to actually sit through a
                    self-imposed MCSE training.
                  </p>

                  <blockquote>
                    Ea possunt paria non esse. Pudebit te, inquam, illius
                    tabulae, quam Cleanthes sane commode verbis depingere
                    solebat. Urgent tamen et nihil remittunt. An vero displicuit
                    ea, quae tributa est animi virtutibus tanta praestantia?
                    Sint ista Graecorum; Cur igitur, cum de re conveniat, non
                    malumus usitate loqui? Huius ego nunc auctoritatem sequens
                    idem faciam. <cite>Wise Man</cite>
                  </blockquote>

                  <p>
                    MCSE boot camps have its supporters and its detractors. Some
                    people do not understand why you should have to spend money
                    on boot camp when you can get the MCSE study materials
                    yourself at a fraction of the camp price. However, who has
                    the willpower to actually sit through a self-imposed MCSE
                    training.
                  </p>
                  <p>
                    MCSE boot camps have its supporters and its detractors. Some
                    people do not understand why you should have to spend money
                    on boot camp when you can get the MCSE study materials
                    yourself at a fraction of the camp price. However, who has
                    the willpower to actually sit through a self-imposed MCSE
                    training. who has the willpower to actually sit through a
                    self-imposed MCSE training.
                  </p>
                </div>
                <div class="bottom-wrapper">
                  <div class="row">
                    <div class="col-lg-4 single-b-wrap col-md-12">
                      <i class="fa fa-heart-o" aria-hidden="true"></i>
                      lily and 4 people like this
                    </div>
                    <div class="col-lg-4 single-b-wrap col-md-12">
                      <i class="fa fa-comment-o" aria-hidden="true"></i> 06
                      comments
                    </div>
                    <div class="col-lg-4 single-b-wrap col-md-12">
                      <ul class="social-icons">
                        <li>
                          <a href="#"
                            ><i class="fa fa-facebook" aria-hidden="true"></i
                          ></a>
                        </li>
                        <li>
                          <a href="#"
                            ><i class="fa fa-twitter" aria-hidden="true"></i
                          ></a>
                        </li>
                        <li>
                          <a href="#"
                            ><i class="fa fa-dribbble" aria-hidden="true"></i
                          ></a>
                        </li>
                        <li>
                          <a href="#"
                            ><i class="fa fa-behance" aria-hidden="true"></i
                          ></a>
                        </li>
                      </ul>
                    </div>
                  </div>
                </div>

                <!-- Start nav Area -->
                <section class="nav-area pt-50 pb-100">
                  <div class="container">
                    <div class="row justify-content-between">
                      <div
                        class="col-sm-6 nav-left justify-content-start d-flex"
                      >
                        <div class="thumb">
                          <img src="{% static 'img/prev.jpg' %}" alt="" />
                        </div>
                        <div class="details">
                          <p>Prev Post</p>
                          <h4 class="text-uppercase">
                            <a href="#">A Discount Toner</a>
                          </h4>
                        </div>
                      </div>
                      <div
                        class="col-sm-6 nav-right justify-content-end d-flex"
                      >
                        <div class="details">
                          <p>Prev Post</p>
                          <h4 class="text-uppercase">
                            <a href="#">A Discount Toner</a>
                          </h4>
                        </div>
                        <div class="thumb">
                          <img src="{% static 'img/next.jpg' %}" alt="" />
                        </div>
                      </div>
                    </div>
                  </div>
                </section>
                <!-- End nav Area -->

                <!-- Start comment-sec Area -->
                <section class="comment-sec-area pt-80 pb-80">
                  <div class="container">
                    <div class="row flex-column">
                      <h5 class="text-uppercase pb-80">05 Comments</h5>
                      <br />
                      <div class="comment-list">
                        <div
                          class="single-comment justify-content-between d-flex"
                        >
                          <div class="user justify-content-between d-flex">
                            <div class="thumb">
                              <img
                                src="{% static 'img/asset/c1.jpg' %}"
                                alt=""
                              />
                            </div>
                            <div class="desc">
                              <h5><a href="#">Emilly Blunt</a></h5>
                              <p class="date">December 4, 2017 at 3:12 pm</p>
                              <p class="comment">
                                Never say goodbye till the end comes!
                              </p>
                            </div>
                          </div>
                          <div class="reply-btn">
                            <a href="" class="btn-reply text-uppercase"
                              >reply</a
                            >
                          </div>
                        </div>
                      </div>
                      <div class="comment-list left-padding">
                        <div
                          class="single-comment justify-content-between d-flex"
                        >
                          <div class="user justify-content-between d-flex">
                            <div class="thumb">
                              <img
                                src="{% static 'img/asset/c2.jpg' %}"
                                alt=""
                              />
                            </div>
                            <div class="desc">
                              <h5><a href="#">Emilly Blunt</a></h5>
                              <p class="date">December 4, 2017 at 3:12 pm</p>
                              <p class="comment">
                                Never say goodbye till the end comes!
                              </p>
                            </div>
                          </div>
                          <div class="reply-btn">
                            <a href="" class="btn-reply text-uppercase"
                              >reply</a
                            >
                          </div>
                        </div>
                      </div>
                      <div class="comment-list left-padding">
                        <div
                          class="single-comment justify-content-between d-flex"
                        >
                          <div class="user justify-content-between d-flex">
                            <div class="thumb">
                              <img
                                src="{% static 'img/asset/c3.jpg' %}"
                                alt=""
                              />
                            </div>
                            <div class="desc">
                              <h5><a href="#">Emilly Blunt</a></h5>
                              <p class="date">December 4, 2017 at 3:12 pm</p>
                              <p class="comment">
                                Never say goodbye till the end comes!
                              </p>
                            </div>
                          </div>
                          <div class="reply-btn">
                            <a href="" class="btn-reply text-uppercase"
                              >reply</a
                            >
                          </div>
                        </div>
                      </div>
                      <div class="comment-list">
                        <div
                          class="single-comment justify-content-between d-flex"
                        >
                          <div class="user justify-content-between d-flex">
                            <div class="thumb">
                              <img
                                src="{% static 'img/asset/c4.jpg' %}"
                                alt=""
                              />
                            </div>
                            <div class="desc">
                              <h5><a href="#">Emilly Blunt</a></h5>
                              <p class="date">December 4, 2017 at 3:12 pm</p>
                              <p class="comment">
                                Never say goodbye till the end comes!
                              </p>
                            </div>
                          </div>
                          <div class="reply-btn">
                            <a href="" class="btn-reply text-uppercase"
                              >reply</a
                            >
                          </div>
                        </div>
                      </div>
                      <div class="comment-list">
                        <div
                          class="single-comment justify-content-between d-flex"
                        >
                          <div class="user justify-content-between d-flex">
                            <div class="thumb">
                              <img
                                src="{% static 'img/asset/c5.jpg' %}"
                                alt=""
                              />
                            </div>
                            <div class="desc">
                              <h5><a href="#">Emilly Blunt</a></h5>
                              <p class="date">December 4, 2017 at 3:12 pm</p>
                              <p class="comment">
                                Never say goodbye till the end comes!
                              </p>
                            </div>
                          </div>
                          <div class="reply-btn">
                            <a href="" class="btn-reply text-uppercase"
                              >reply</a
                            >
                          </div>
                        </div>
                      </div>
                    </div>
                  </div>
                </section>
                <!-- End comment-sec Area -->

                <!-- Start commentform Area -->
                <section class="commentform-area pb-120 pt-80 mb-100">
                  <div class="container">
                    <h5 class="text-uppercas pb-50">Leave a Reply</h5>
                    <div class="row flex-row d-flex">
                      <div class="col-lg-6">
                        <input
                          name="name"
                          placeholder="Enter your name"
                          onfocus="this.placeholder = ''"
                          onblur="this.placeholder = 'Enter your name'"
                          class="common-input mb-20 form-control"
                          required=""
                          type="text"
                        />
                        <input
                          name="email"
                          placeholder="Enter your email"
                          onfocus="this.placeholder = ''"
                          onblur="this.placeholder = 'Enter your email'"
                          class="common-input mb-20 form-control"
                          required=""
                          type="email"
                        />
                        <input
                          name="Subject"
                          placeholder="Subject"
                          onfocus="this.placeholder = ''"
                          onblur="this.placeholder = 'Enter your Subject'"
                          class="common-input mb-20 form-control"
                          required=""
                          type="text"
                        />
                      </div>
                      <div class="col-lg-6">
                        <textarea
                          class="form-control mb-10"
                          name="message"
                          placeholder="Messege"
                          onfocus="this.placeholder = ''"
                          onblur="this.placeholder = 'Messege'"
                          required=""
                        ></textarea>
                        <a class="primary-btn mt-20" href="#">Comment</a>
                      </div>
                    </div>
                  </div>
                </section>
                <!-- End commentform Area -->
              </div>
            </div>
            <div class="col-lg-4 sidebar-area">
              <div class="single_widget search_widget">
                <div id="imaginary_container">
                  <div class="input-group stylish-input-group">
                    <input
                      type="text"
                      class="form-control"
                      placeholder="Search"
                    />
                    <span class="input-group-addon">
                      <button type="submit">
                        <span class="lnr lnr-magnifier"></span>
                      </button>
                    </span>
                  </div>
                </div>
              </div>

              <div class="single_widget about_widget">
                <img src="{% static 'img/asset/s-img.jpg' %}" alt="" />
                <h2 class="text-uppercase">Adele Gonzalez</h2>
                <p>
                  MCSE boot camps have its supporters and its detractors. Some
                  people do not understand why you should have to spend money
                </p>
                <div class="social-link">
                  <a href="#"
                    ><button class="btn">
                      <i class="fa fa-facebook" aria-hidden="true"></i> Like
                    </button></a
                  >
                  <a href="#"
                    ><button class="btn">
                      <i class="fa fa-twitter" aria-hidden="true"></i> follow
                    </button></a
                  >
                </div>
              </div>
              <div class="single_widget cat_widget">
                <h4 class="text-uppercase pb-20">post categories</h4>
                <ul>
                  <li>
                    <a href="#">Technology <span>37</span></a>
                  </li>
                  <li>
                    <a href="#">Lifestyle <span>37</span></a>
                  </li>
                  <li>
                    <a href="#">Fashion <span>37</span></a>
                  </li>
                  <li>
                    <a href="#">Art <span>37</span></a>
                  </li>
                  <li>
                    <a href="#">Food <span>37</span></a>
                  </li>
                  <li>
                    <a href="#">Architecture <span>37</span></a>
                  </li>
                  <li>
                    <a href="#">Adventure <span>37</span></a>
                  </li>
                </ul>
              </div>

              <div class="single_widget recent_widget">
                <h4 class="text-uppercase pb-20">Recent Posts</h4>
                <div class="active-recent-carusel">
                  <div class="item">
                    <img src="{% static 'img/asset/slider.jpg' %}" alt="" />
                    <p class="mt-20 title text-uppercase">
                      Home Audio Recording <br />
                      For Everyone
                    </p>
                    <p>
                      02 Hours ago
                      <span>
                        <i class="fa fa-heart-o" aria-hidden="true"></i> 06
                        <i class="fa fa-comment-o" aria-hidden="true"></i
                        >02</span
                      >
                    </p>
                  </div>
                  <div class="item">
                    <img src="{% static 'img/asset/slider.jpg' %}" alt="" />
                    <p class="mt-20 title text-uppercase">
                      Home Audio Recording <br />
                      For Everyone
                    </p>
                    <p>
                      02 Hours ago
                      <span>
                        <i class="fa fa-heart-o" aria-hidden="true"></i> 06
                        <i class="fa fa-comment-o" aria-hidden="true"></i
                        >02</span
                      >
                    </p>
                  </div>
                  <div class="item">
                    <img src="{% static 'img/asset/slider.jpg' %}" alt="" />
                    <p class="mt-20 title text-uppercase">
                      Home Audio Recording <br />
                      For Everyone
                    </p>
                    <p>
                      02 Hours ago
                      <span>
                        <i class="fa fa-heart-o" aria-hidden="true"></i> 06
                        <i class="fa fa-comment-o" aria-hidden="true"></i
                        >02</span
                      >
                    </p>
                  </div>
                </div>
              </div>

              <div class="single_widget cat_widget">
                <h4 class="text-uppercase pb-20">post archive</h4>
                <ul>
                  <li>
                    <a href="#">Dec'17 <span>37</span></a>
                  </li>
                  <li>
                    <a href="#">Nov'17 <span>37</span></a>
                  </li>
                  <li>
                    <a href="#">Oct'17 <span>37</span></a>
                  </li>
                  <li>
                    <a href="#">Sept'17 <span>37</span></a>
                  </li>
                  <li>
                    <a href="#">Aug'17 <span>37</span></a>
                  </li>
                  <li>
                    <a href="#">Jul'17 <span>37</span></a>
                  </li>
                  <li>
                    <a href="#">Jun'17 <span>37</span></a>
                  </li>
                </ul>
              </div>
              <div class="single_widget tag_widget">
                <h4 class="text-uppercase pb-20">Tag Clouds</h4>
                <ul>
                  <li><a href="#">Lifestyle</a></li>
                  <li><a href="#">Art</a></li>
                  <li><a href="#">Adventure</a></li>
                  <li><a href="#">Food</a></li>
                  <li><a href="#">Technology</a></li>
                  <li><a href="#">Fashion</a></li>
                  <li><a href="#">Adventure</a></li>
                  <li><a href="#">Food</a></li>
                  <li><a href="#">Technology</a></li>
                </ul>
              </div>
            </div>
          </div>
        </div>
      </section>
      <!-- End post Area -->
    </div>
    <!-- End post Area -->

    <!-- start footer Area -->
    <footer class="footer-area section-gap">
      <div class="container">
        <div class="row">
          <div class="col-lg-3 col-md-12">
            <div class="single-footer-widget">
              <h6>Top Products</h6>
              <ul class="footer-nav">
                <li><a href="#">Managed Website</a></li>
                <li><a href="#">Manage Reputation</a></li>
                <li><a href="#">Power Tools</a></li>
                <li><a href="#">Marketing Service</a></li>
              </ul>
            </div>
          </div>
          <div class="col-lg-6 col-md-12">
            <div class="single-footer-widget newsletter">
              <h6>Newsletter</h6>
              <p>
                You can trust us. we only send promo offers, not a single spam.
              </p>
              <div id="mc_embed_signup">
                <form
                  target="_blank"
                  novalidate="true"
                  action="https://spondonit.us12.list-manage.com/subscribe/post?u=1462626880ade1ac87bd9c93a&amp;id=92a4423d01"
                  method="get"
                  class="form-inline"
                >
                  <div class="form-group row" style="width: 100%;">
                    <div class="col-lg-8 col-md-12">
                      <input
                        name="EMAIL"
                        placeholder="Enter Email"
                        onfocus="this.placeholder = ''"
                        onblur="this.placeholder = 'Enter Email '"
                        required=""
                        type="email"
                      />
                      <div style="position: absolute; left: -5000px;">
                        <input
                          name="b_36c4fd991d266f23781ded980_aefe40901a"
                          tabindex="-1"
                          value=""
                          type="text"
                        />
                      </div>
                    </div>

                    <div class="col-lg-4 col-md-12">
                      <button class="nw-btn primary-btn">
                        Subscribe<span class="lnr lnr-arrow-right"></span>
                      </button>
                    </div>
                  </div>
                  <div class="info"></div>
                </form>
              </div>
            </div>
          </div>
          <div class="col-lg-3 col-md-12">
            <div class="single-footer-widget mail-chimp">
              <h6 class="mb-20">Instragram Feed</h6>
              <ul class="instafeed d-flex flex-wrap">
                <li><img src="{% static 'img/i1.jpg' %}" alt="" /></li>
                <li><img src="{% static 'img/i2.jpg' %}" alt="" /></li>
                <li><img src="{% static 'img/i3.jpg' %}" alt="" /></li>
                <li><img src="{% static 'img/i4.jpg' %}" alt="" /></li>
                <li><img src="{% static 'img/i5.jpg' %}" alt="" /></li>
                <li><img src="{% static 'img/i6.jpg' %}" alt="" /></li>
                <li><img src="{% static 'img/i7.jpg' %}" alt="" /></li>
                <li><img src="{% static 'img/i8.jpg' %}" alt="" /></li>
              </ul>
            </div>
          </div>
        </div>

        <div class="row footer-bottom d-flex justify-content-between">
          <!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
          <p class="col-lg-8 col-sm-12 footer-text">
            Copyright &copy;
            <script>
              document.write(new Date().getFullYear());
            </script>
            All rights reserved | This template is made with
            <i class="fa fa-heart-o" aria-hidden="true"></i> by
            <a href="https://colorlib.com" target="_blank">Colorlib</a>
          </p>
          <!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
          <div class="col-lg-4 col-sm-12 footer-social">
            <a href="#"><i class="fa fa-facebook"></i></a>
            <a href="#"><i class="fa fa-twitter"></i></a>
            <a href="#"><i class="fa fa-dribbble"></i></a>
            <a href="#"><i class="fa fa-behance"></i></a>
          </div>
        </div>
      </div>
    </footer>
    <!-- End footer Area -->

    <script src="{% static 'js/vendor/jquery-2.2.4.min.js' %}"></script>
    <script
      src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js"
      integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4"
      crossorigin="anonymous"
    ></script>
    <script src="{% static 'js/vendor/bootstrap.min.js' %}"></script>
    <script src="{% static 'js/jquery.ajaxchimp.min.js' %}"></script>
    <script src="{% static 'js/parallax.min.js' %}"></script>
    <script src="{% static 'js/owl.carousel.min.js' %}"></script>
    <script src="{% static 'js/jquery.magnific-popup.min.js' %}"></script>
    <script src="{% static 'js/jquery.sticky.js' %}"></script>
    <script src="{% static 'js/main.js' %}"></script>
  </body>
</html>
  • Pillow 설치
pip install Pillow
  • blog > models.py
from django.db import models
from django.urls import reverse

# Create your models here.
# 글의 분류(일상, 유머, 정보)


class Category(models.Model):
    # 분류 : 최대길이 50자
    name = models.CharField(max_length=50, help_text="분류를 입력하세요.")

    def __str__(self):
        return self.name

# 블로그 글(제목, 작성일, 대표이미지, 내용, 분류)


class Post(models.Model):
    # 글 제목 : 최대길이 200자
    title = models.CharField(max_length=200)
    # 대표 이미지 : 비어있어도 됨
    title_image = models.ImageField(blank=True)
    # 글 내용 : 내용의 글자수는 정해지지 않으므로 TextField
    content = models.TextField()
    # 작성일 : 사용자가 입력하지 않고 현재 날짜를 받아옴
    createDate = models.DateTimeField(auto_now_add=True)
    # 수정일 : 사용자가 입력하지 않고 현재 날짜를 받아옴
    updateDate = models.DateTimeField(auto_now_add=True)
    # 분류 : 다대다 관계정의
    category = models.ManyToManyField(category, help_text='분류를 입력하세요.')

    def __str__(self):
        return self.title

    # 1번 글의 경우 -> single/1

    def get_absolute_url(self):
        return reverse('single'. args=[str(self.id)])
  • anjia > settings.py
# ImageField 사용
MEDIA_URL = '/media/'
MEDIA_ROOT = os.path.join(BASE_DIR, 'media')
  • anjia > urls.py
"""anjia URL Configuration

The `urlpatterns` list routes URLs to views. For more information please see:
    https://docs.djangoproject.com/en/3.0/topics/http/urls/
Examples:
Function views
    1. Add an import:  from my_app import views
    2. Add a URL to urlpatterns:  path('', views.home, name='home')
Class-based views
    1. Add an import:  from other_app.views import Home
    2. Add a URL to urlpatterns:  path('', Home.as_view(), name='home')
Including another URLconf
    1. Import the include() function: from django.urls import include, path
    2. Add a URL to urlpatterns:  path('blog/', include('blog.urls'))
"""
from django.contrib import admin
from django.urls import path
from django.conf.urls import include
from django.views.generic import RedirectView
from django.conf import settings
from django.conf.urls.static import static

urlpatterns = [
    path('admin/', admin.site.urls),
    # 주소창에 blog를 입력시 blog.urls가 처리
    path('blog/', include('blog.urls')),
    # 기본주소로 처리시 blog로 넘겨준다.
    path('', RedirectView.as_view(url='/blog/', permanent=True)),
]

urlpatterns += static(settings.STATIC_URL,
                      document_root=settings.STATIC_ROOT)  # 정적 파일 처리
urlpatterns += static(settings.MEDIA_URL,
                      document_root=settings.MEDIA_ROOT)   # ImageField 처리

3.7 지용근

3.7.1 설명

궁극적으로 2D도트게임을 만들고 싶은데 거기에 관련된 프로그램중 기초적인 걸 만들고 싶습니다

3.7.2 코드

print('Hello Python!')

3.8 DR.블랙팬텀X

3.8.1 설명

분수를 소수로 바꿔주는 계산기입니다

3.8.2 코드

print('Hello Python!')

3.9 뚱이곰

3.9.1 설명

특정 키워드(예, 여행)에 해당하는 블로그 전체를 검색하여 내용 중 명사/형용사를 모두 추출하여 빈도를 계산하는 프로그램입니다

3.9.2 코드

print('Hello Python!')

3.10 삼선짭뽕

3.10.1 설명

사용자의 상황에 알맞는 식사메뉴를 추천해주는 프로그램 (현재있는재료/조리시간/조리복잡도/조리기구유무를 고려)

3.10.2 코드

print('Hello Python!')

3.11 태 현

3.11.1 설명

마침 한입에 쏙 파이썬을 1회독하고 다음에는 무엇을 할까 고민중이었는데 공지가 떠서 책에서 배운 내용을 기반으로 할 수 있는 프로그램을 만들고 싶습니다! 그리고 제 전공인 생명 정보관련해서 이용할 수 있는 프로그램이면 더 좋을 거 같습니다!

3.11.2 코드

print('Hello Python!')

3.12 이상원

3.12.1 설명

윈도우용 캘린더

3.12.2 코드

print('Hello Python!')

3.13 Sungyou

3.13.1 설명

저널 내 여러 논문들의 figure들을 crawling해서 원하는 데이터만 선택적으로 저장하고, 이 데이터를 tensorflow를 사용하여 phase나 regime diagram 만들기 + ANN 으로 화학공정 내 output을 바탕으로 fuel의 chemical composition 예측하기

3.13.2 코드

print('Hello Python!')

3.14 박태현

3.14.1 설명

파이썬으로 나 만의 웹페이지 ( 서버 ) 를 만들어 내 사이트를 대상으로 각종 웹 공격 ( ARP 스푸핑,brute force, SQL 인젝션 등등.. ) 을 경험 해보고싶습니다. 나만의 사이트를 파이썬으로 웹페이지를 만드는 것 까지를 목표로 두고 싶습니다.

3.14.2 코드

print('Hello Python!')

3.15 zoey

3.15.1 설명

스케줄러나 일기장 혹은 간단한 게임 만들어 보고 싶어요. 더 구체적으로 생각해볼게요

3.15.2 코드

print('Hello Python!')

3.16 donghyuk shin

3.16.1 설명

음악 추천시스템을 만들어보고 싶습니다.

3.16.2 코드

print('Hello Python!')

3.17 감귤

3.17.1 설명

Pandas로 데이터 전처리하기/ 텐서플로우 이용하여 자료 분석하기! 꿈이 인공지능 연구쪽이기도 하고, 과제 만들때 되게 도움이 많이될거 같습니다.C언어는 다뤄본적 있으나, 파이썬은 제대로 알고있지 않고, 텐서플로우 라이브러리만 살짝 다뤄보는 수업만 들은 상태라.. 유아반에 넣었습니다.

  • 공공데이터포털에서 받아온 Excel 파일을 받아오기
  • 받아온 Excel 파일을 Pandas를 이용, 러닝할수 있는 형태로 전처리
  • TensorFlow를 이용해 구하고자 하는 종속함수와 독립함수의 관계 구하기
  • 임의로 독립변수를 입력, 그에 맞는 종속변수 구하기

3.17.2 코드

print('Hello Python!')

3.18 양셔류

3.18.1 설명

간단한 쳇봇 만들어보고싶습니다.

3.18.2 코드

print('Hello Python!')

3.19 모토

3.19.1 설명

가족들 만을 위한 인스타그램

3.19.2 코드

print('Hello Python!')

3.20 어쭈구저쭈구

3.20.1 설명

텍스트 게임으로 컴퓨터와 턴제로 싸우는게임만들기. 여러가지 직업 파일을 만들고 나는 직업을 선택. (리그 오브 레전드 챔피언 개념) 상대는 랜덤 나와 상대는 체력, 공격력, 주문력, 방어력, 마나 등으로 이루어져있으며 직업에 따라 각각 패시브1개, 스킬5개로 이루어져있음. 상대는 쉬움, 보통, 어려움으로 구성되고 난이도가 높을수록 체력 공격력 등이 높게 시작.

+ 이거 너무 길어질거같습니다;; 게임 시작 설정만 해도 기네요

3.20.2 코드

3.20.2.1 pyght
import random
import Setting
import wizard
import worrior

jobs = ['마법사', '전사', '암살자']
levels = ['하', '중', '상', '최상']

# 직업 정하기
print("당신의 직업을 정해주세요. -> 마법사, 전사, 암살자")

while True:
    player_job = input()
    if player_job in jobs:
        print('당신의 직업은 {}입니다.'.format(player_job))
        break
    else:
        print('다시 선택해 주십시오.')


enemy_job = random.choice(jobs)
print("적의 직업은 {}입니다.".format(enemy_job))
print('----------------------------------------------------\n')
print("난이도를 정해주세요. -> 하, 중, 상, 최상")
# 난이도 정하기
while True:
    level = input()
    if level in levels:
        print('난이도는 {}입니다.'.format(level))
        break
    else:
        print('다시 선택해 주십시오.')

player, enemy = Setting.set(player_job, enemy_job, level)
3.20.2.2 Setting
import wizard
import worrior
import assassin

def set(player_job, enemy_job, level):
    # 플레이어에게 기본 스탯 대입
    if player_job == "마법사":
        print(''' -------------------------------------------------------------------------------
패시브 : \n마법사는 턴마다 1만큼 주문력을 얻습니다. 스킬을 사용하면 5의 주문력을 얻습니다. 주문력이 200이상이 되면 마법관통력을 15만큼얻습니다.\n
메테오 : \n마법사가 적에게 (주문력의 230%)의 피해를 마법피해를 입힙니다. 상대는 2턴동안 '화염'효과를 받습니다.(마나: 75)\n
치유 : \n마법사가 (주문력의 100%) + 40 만큼 회복하고 방어력과 마법저항력을 6만큼 얻습니다. 만약 체력이 1000이하라면 (주문력의 30%)만큼 더 회복됩니다. (마나 : 90)\n 
안정 : \n4턴마다 마나를 50 얻습니다. (패시브)\n
저주 : \n상대를 저주하여 4턴동안 '중독', '갈증', '침묵' 효과를 줍니다. 또한 방어력과 마법저항력을 5만큼 감소시킵니다. (마나 : 130)\n
파괴 : \n상대에게 (주문력의 350% + 상대잃은체력의 25%)만큼 마법피해를 입힙니다. 이 스킬은 마법저항력의 50%를 무시합니다. 이 스킬후 마법사는 (주문력의 5% + 상대잃은체력 3%)만큼 주문력을 얻습니다. (마나 450)\n
-------------------------------------------------------------------------------''')
        a = wizard.wizard
    elif player_job == "전사":
        print(''' -------------------------------------------------------------------------------
패시브 : \n전사는 적을 기본공격하면 20%확률로 2턴동안 기절시킵니다. \n
의지 : \n자신의 공격력과 방어력을 각각 10, 6만큼 얻습니다. (마나 : 80) \n
강타 : \n상대를 강하게 내리쳐 (공격력의 200%)만큼 물리피해를 입힙니다. 만약 상대가 기절중이라면 (공격력의 150%)만큼 추가 물리피해를 입힙니다. (마나 : 80) \n
재생 : \n전사의 기본회복량은 150% 입니다. (패시브)\n
포효 : \n상대를 3턴동안 기절시킵니다. (마나 : 140)\n
결집 : \n자신의 체력을 (자신 기본체력의 10% + 상대 기본체력의 10%)만큼 회복시킵니다. 또한 방어력과 마법저항력을 15만큼 얻습니다. hp가 700이하면 (공격력의 200%)만큼 더 회복합니다. (마나 : 400)\n
-------------------------------------------------------------------------------''')
        a = worrior.worrior
    elif player_job == '암살자':
        print(''' -------------------------------------------------------------------------------
패시브 : \n기본공격시 25%확률로 치명타가 터집니다. 치명타는 (공격력의 200%)만큼 물리피해를 줍니다. \n
기습 : \n적에게  (공격력의 130% + 주문력 300%)에 해당하는 물리피해를 입힙니다. 25%확률로 고정피해를 입힙니다. (마나 : 80) \n
암살 : \n만약 상대의 피가 (500 + 주문력의 300%)이하일때 기본공격을 하면 상대가 즉사합니다. (패시브) 
칼춤 : 상대에게 '출혈' 효과를 3턴동안 부여합니다.  (마나 : 60) \n
불검 : \n상대에게 4턴동안 '화염', '치료감소' 효과를 부여하고 (공격력의 200% + 상대최대체력의 5%)만큼 물리피해를 줍니다. (마나 : 140) \n
혼돈 : \n4턴 동안 적을 기절시킵니다. 암살자는 공격력과 주문력을 각각 50만큼 얻습니다. (마나 : 360) \n
-------------------------------------------------------------------------------''')
        a = assassin.assassin
    # 적에게 기본 스탯 대입
    if enemy_job == "마법사":
        b = wizard.wizard
    elif enemy_job == '전사':
        b = worrior.worrior
    elif enemy_job == '암살자':
        b = assassin.assassin
    return a, b
3.20.2.3 wizard
wizard = {'체력': 2460, '공격력': 142, '주문력': 70, '방어력': 40, '마법저항력': 60, '마나': 400, '물리관통력': 0, '마법관통력': 15, '체력재생력': 6, '마나재생력': 4}
3.20.2.4 worrior
worrior = {'체력': 3200, '공격력': 189, '주문력': 0, '방어력': 80, '마법저항력': 60, '마나': 280, '물리관통력': 10, '마법관통력': 0, '체력재생력': 8, '마나재생력': 4}
3.20.2.5 assassin
assassin = {'체력': 2760, '공격력': 222, '주문력': 50, '방어력': 40, '마법저항력': 20, '마나': 300, '물리관통력': 30, '마법관통력': 0, '체력재생력': 6, '마나재생력': 4}

3.20.3 현황

직업의 특성 및 스킬 계획 ( 자잘한 밸런스 패치 )

플레이어와 적에게 해당하는 직업의 스탯을 적용하기 구현 중

'기절', '침묵', '치유감소' 등 효과 계획

기본 공격 공식 = def att(enemy_hp, player_attack, enemy_defence, player_ig_defence):
                       new_enemy_hp = int(enemy_hp - (player_attack * (1 - (enemy_defence / (enemy_defence  + 100) * (1 - player_ig_defence /100)))))
                       return new_enemy_hp

리그 오브 레전드 공식을 참고했습니다. 마법피해도 이와 같습니다.

enemy_hp = 상대 체력

player_attack = 플레이어 공격력

enemy_hp = 상대 방어력

player_ig_defence =플레이어 물리관통력

new_enemy_hp = 함수 후 남은 상대 체력

3.21 박상순

3.21.1 설명

단어간 유사도 측정, 쇼핑몰 가격, 상품정보 웹 크롤링, 상품 웹 스토어 (쿠팡) 자동 등록

3.21.2 코드

print('Hello Python!')

3.22 야호

3.22.1 설명

간단한 게임?, 인공지능 만들기?(내가 말하면 대답해주고 웹검색도 해주는...)(딥러닝과머신러닝을 좀 배우고 싶은데...)\n(파이썬을 예전에 공부 했었는데 지금은 좀 많이 까먹어서 유아반에 입학했습니다.)

3.22.2 코드

3.22.3 간단한 게임

3.22.3.1 설명

텍스트 게임 (스팀에 있는 'Slay the Spire'이라는 게임과 비슷한 게임) 직업을 고를 수 있고 게임 난이도를 자신이 설정할 수 있으며 게임난이도에 따라 적의 스탯이 좋아진다. 게임을 플레이 하는 사람의 직업은 고를 수 있으며 적의 직업은 랜덤모듈을 사용해 랜덤으로 골라지도록 한다 직업별로 패시브 스킬 1개씩 존재하며 일반 스킬도 2~3가지 있음

직업(캐릭터) : (미정)

난이도 종류 : 쉬움,보통,어려움

3.22.3.2 기초 설정

3.23 weelsun

3.23.1 설명

구글알리미와 같은 설정한 키워드에 따라 자동으로 뉴스스크래핑해주고, 스크래핑된 기사마다 핵심문장 찾아서 정리해주는 프로그램을 만들고 싶어요.

3.23.2 코드

print('Hello Python!')

3.24 김인수

3.24.1 설명

pyautogui로 UI가 구현된 매크로프로그램을 하나 만들고싶습니다. ex) 출석체크, 로그인, 프로그램 실행, 등등

3.24.2 코드

print('Hello Python!')

3.25 Eddy (구구달스)

3.25.1 설명

네트워크/보안 정책 자동 설정 프로그램

3.25.2 코드

print('Hello Python!')

3.26 김지수

3.26.1 설명

3.26.1.1 수준

한입에 쏙 파이썬 2/3 수강, 아직 익숙치 않아서 코드를 따라하면서 매우 낮은 수준의 엑셀 읽고 쓰기 가능

3.26.1.2 목표

업무자동화 프로그램

  • 엑셀파일 - pdf 파일(주로 table 자료)을 읽어서 엑셀에 작성
  • 함수와 macro를 이용하듯이 파이썬으로 엑셀을 활용하고 싶습니다. ( ex : 회사 재고의 수입된 날짜와 로트 별로 집계 금액 산출)
  • 항목별 책정된 금액을 재고 별로 할당하는 시스템. 예를 들자면 총 자금 100만원 중 50만원을 'A' 항목에 책정하고 그 금액은 'a1','a2','a3' 재고에만 할당시켜서 자동으로 매출매입현황을 파악할 수 있는 엑셀 환경을 파이썬으로 구축하고 싶습니다.
  • 관심있는 특정 키워드를 포함한 뉴스기사 서칭
  • '3'의 내용을 보고할 목적으로 이메일 전송

3.26.2 코드

print('Hello Python!')

3.27 Hwayoung Yoon

3.27.1 설명

나에게 맞는 전공을 선택하는 테스트, 합격 확률 예측 프로그램 만들기

3.27.2 코드

print('Hello Python!')

3.28 TimeSquare

3.28.1 설명

파이썬을 이용하여 통신을 주고받고 최종적으로 채팅 프로그램을 하나 구현해보고 싶습니다

3.28.2 코드

print('Hello Python!')

3.29 MR

3.29.1 설명

챗봇과 매크로, 웹사이트/관리자페이지 만들고싶어요.

3.29.2 코드

print('Hello Python!')

3.30 용용

3.30.1 설명

파이썬으로 만든 나만의 웹페이지를 만들고 싶어요! ( 장고나 플라스크 공부해보고싶어요)

3.30.2 코드

print('Hello Python!')

3.31 JT

3.31.1 설명

데이터 프로세싱과 Visualization 툴을 만들고 싶습니다.

3.31.2 코드

print('Hello Python!')

3.32 Kim KY

3.32.1 설명

장비가동률을 기반으로 한 장비별 전문화 아이템 산출

3.32.2 코드

print('Hello Python!')

3.33 이원권

3.33.1 설명

업무 자동화(일단위 분석)-자세하게 회사 DB 오류 일단위 오류 검출 기능

3.33.2 코드

print('Hello Python!')

3.34 아콰초코

3.34.1 설명

예전에 적어놨던 메모를 자동으로 불러오는 프로그램

3.34.2 코드

print('Hello Python!')

3.35 GreenElf

3.35.1 설명

유트브에서 볼려던 영상을 기억할 수 있도록 저장,유트브를 얼마나 볼지 설정,표시 vs studio code 사용 dev ed 참고함(코딩계 퓨디파이)단점:영어

import tkinter as tk
from tkinter import filedialog , Text
import os
import webbrowser

root = tk.Tk()
 
root.title("유트브 핼퍼.1.0")
canvas=tk.Canvas(root,height=250,width=300,bg="red")
canvas.pack()


frame= tk.Frame(root,bg="white")
frame.place(relwidth=0.85,relheight=0.85)

wirte = tk.Button(root,text="볼 영상",padx=10,pady=5,fg="black")
wirte.pack()
 

timer= tk.Button(root,text="알람",padx=10,pady=5,fg="black")
timer.pack()




root.mainloop()

3.36 _ Starry8004

3.36.1 설명

웹 크롤링

3.36.2 코드

print('안녕 토끼야!')
from bs4 import BeautifulSoup
from urllib.request import urlopen

response = urlopen('https://www.naver.com/')
soup = BeautifulSoup(response, 'html.parser')
i = 1
f = open("새파일.txt", 'w')
for anchor in soup.select("span.keyword"):
    data = (str(i) + "위 : " + anchor.get_txt() + "\n"
i=i+1
f.write(data)
f.close()

3.37 Funnyjo

3.37.1 수준

대학교때 두학기 정도 수업을 들었고 비전공자입니다.. 파이썬 한입에쏙 반정도 들었습니다.

3.37.2 설명

자동화 프로그램을 만들어 보고싶습니다. 아두이노를 이용해서나 엑셀을 통해서여!

3.37.3 코드

print('Hello Python!')


3.38 ckstmznf

3.38.1 설명

GUI를 이용해서 나를 소개하는 프로그램 만들기

3.38.2 코드

print('Hello Python!')
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}