๐ ํ์ด์ฌ (Python)
-
๋ ธํธ๋ถ์ ์ฌ๊ฒ๋์ด์ ์๋กญ๊ฒ ๊ฐ์ํ๊ฒฝ์ ์ค์ ํ๋ ค๊ณ ํ๋๋ฐ, ๋ณด์์ค๋ฅ๊ฐ ๋ฐ์ํ์๋ค. .\activate.ps1 : ์ด ์์คํ ์์ ์คํฌ๋ฆฝํธ๋ฅผ ์คํํ ์ ์์ผ๋ฏ๋ก C:\Users\20170218\Desktop\temp\naver_stock\venv\Scripts\ac tivate.ps1 ํ์ผ์ ๋ก๋ํ ์ ์์ต๋๋ค. ์์ธํ ๋ด์ฉ์ about_Execution_Policies(https://go.microsoft.com/fwlink/?LinkID=13 5170)๋ฅผ ์ฐธ์กฐํ์ญ์์ค. ์์น ์ค:1 ๋ฌธ์:1 + .\activate.ps1 + ~~~~~~~~~~~~~~ + CategoryInfo : ๋ณด์ ์ค๋ฅ: (:) [], PSSecurityException + FullyQualifiedErrorId : Unauthoriz..
ํ์ด์ฌ ๊ฐ์ํ๊ฒฝ ๋ณด์ ์๋ฌ, ๋ณด์ ์ค๋ฅ about_Execution_Policies PSSecurityException๋ ธํธ๋ถ์ ์ฌ๊ฒ๋์ด์ ์๋กญ๊ฒ ๊ฐ์ํ๊ฒฝ์ ์ค์ ํ๋ ค๊ณ ํ๋๋ฐ, ๋ณด์์ค๋ฅ๊ฐ ๋ฐ์ํ์๋ค. .\activate.ps1 : ์ด ์์คํ ์์ ์คํฌ๋ฆฝํธ๋ฅผ ์คํํ ์ ์์ผ๋ฏ๋ก C:\Users\20170218\Desktop\temp\naver_stock\venv\Scripts\ac tivate.ps1 ํ์ผ์ ๋ก๋ํ ์ ์์ต๋๋ค. ์์ธํ ๋ด์ฉ์ about_Execution_Policies(https://go.microsoft.com/fwlink/?LinkID=13 5170)๋ฅผ ์ฐธ์กฐํ์ญ์์ค. ์์น ์ค:1 ๋ฌธ์:1 + .\activate.ps1 + ~~~~~~~~~~~~~~ + CategoryInfo : ๋ณด์ ์ค๋ฅ: (:) [], PSSecurityException + FullyQualifiedErrorId : Unauthoriz..
2019.12.07 -
from matplotlib import pyplot as plt from matplotlib import animation import numpy as np import random import time fig = plt.figure() #figure(๋ํ) ์์ฑ ax = plt.subplot(211, xlim=(0, 50), ylim=(0, 1024)) ax_2 = plt.subplot(212, xlim=(0, 50), ylim=(0, 512)) max_points = 50 max_points_2 = 50 line, = ax.plot(np.arange(max_points), np.ones(max_points, dtype=np.float)*np.nan, lw=1, c='blue',ms=1) line_2..
<matplotlib> - 2D ์ค์๊ฐ ๊ทธ๋ํ 2๊ฐ ๊ทธ๋ฆฌ๊ธฐ. (animation)from matplotlib import pyplot as plt from matplotlib import animation import numpy as np import random import time fig = plt.figure() #figure(๋ํ) ์์ฑ ax = plt.subplot(211, xlim=(0, 50), ylim=(0, 1024)) ax_2 = plt.subplot(212, xlim=(0, 50), ylim=(0, 512)) max_points = 50 max_points_2 = 50 line, = ax.plot(np.arange(max_points), np.ones(max_points, dtype=np.float)*np.nan, lw=1, c='blue',ms=1) line_2..
2019.12.02 -
https://www.highcharts.com/
CSV ํ์ผ ์ฝ์ด๋ค์ฌ์ highcharts + Flask ๊ทธ๋ํ ๊ตฌํํ๊ธฐ.https://www.highcharts.com/
2019.11.16 -
matplot ๋ผ์ด๋ธ๋ฌ๋ฆฌ๋ ๋ฐ์ดํฐ๋ฅผ ์ฐจํธ(chart)๋ ํ๋กฏ(plot) ํํ, 2D,3D๋ก ์๊ฐํํ๋๋ก ๊ธฐ๋ฅํฉ๋๋ค. https://matplotlib.org/3.1.1/gallery/index.html Gallery — Matplotlib 3.1.1 documentation Gallery This gallery contains examples of the many things you can do with Matplotlib. Click on any image to see the full image and source code. For longer tutorials, see our tutorials page. You can also find external resources and a FAQ in our ..
<matplotlib> (pylab) - 2D, 3D ๋ฐ์ดํฐ ์๋ฃ ์๊ฐํmatplot ๋ผ์ด๋ธ๋ฌ๋ฆฌ๋ ๋ฐ์ดํฐ๋ฅผ ์ฐจํธ(chart)๋ ํ๋กฏ(plot) ํํ, 2D,3D๋ก ์๊ฐํํ๋๋ก ๊ธฐ๋ฅํฉ๋๋ค. https://matplotlib.org/3.1.1/gallery/index.html Gallery — Matplotlib 3.1.1 documentation Gallery This gallery contains examples of the many things you can do with Matplotlib. Click on any image to see the full image and source code. For longer tutorials, see our tutorials page. You can also find external resources and a FAQ in our ..
2019.11.15 -
Flask๋ฅผ ์ด์ฉํ์ฌ ๊ทธ๋ํ๋ฅผ ๊ทธ๋ ค๋ณด๋์ค์, ์๊ฐํ์๋ถ๋ถ์ด ๋๋ฌด ๊ธธ๊ณ ์ด์ํด์ ๋ญ๊ฐ ์ถ์์ต๋๋ค. ์ฒ์์ ๋จ์ ๋ ์ง ๋ฐ ์๊ฐํ์๋ผ์ ๋ง๋งํ๊ฒ ๋ณด๊ณ ๋ฌด์จ๊ท์น์ธ์ง ํผ์ ๊ณ ๋ฏผํ๋ค... Timestamp๋ผ๋ unix์์ ๋ง๋ ์๊ฐํ๊ธฐ๋ฒ์ด๋ผ๋ ๊ฒ์ ์์ ์ต๋๋ค..... ๋ฐ์ดํฐ๋ฒ ์ด์ค๋ฅผ ์ฌ์ฉํ ๋, ์๊ฐ์ ๋ํ๋ด๋ ๋ฐฉ๋ฒ์ค์ Timestamp๋ผ๋ ๋ฐฉ์์ด ์์ต๋๋ค. Date๋ ์ผ๋ฐ์ ์ธ ํ๊ธฐ๋ฒ์ด๊ณ , Timestamp๋ ์ด๋จ์์ ์ ๋ฐํ ํ๋ก์ธ์ค๋ฑ์ ๊ธฐ๋กํ ๋ ์ฌ์ฉํ๋ค๊ณ ํฉ๋๋ค. ์ฐจ์ด์ ์ ํ๋ฒ ๋ณด๋ฉด datetime์ 1000-01-01 00:00:00 ~ 9999-12-31 23:59:59 ๊น์ง ๊ฐ๋ฅ๋ฉฐ, timestamp๋ 1970-01-01 00:00:00 ~ 2038-01-19 03:14: ๊น์ง ๊ฐ๋ฅํฉ๋๋ค. ๋ฐ์ดํฐ ํ์ ์ da..
๋ฐ์ดํฐ ๋ฒ ์ด์ค ์๊ฐ ํ์๋ฐฉ๋ฒ - Timestamp (unix time)Flask๋ฅผ ์ด์ฉํ์ฌ ๊ทธ๋ํ๋ฅผ ๊ทธ๋ ค๋ณด๋์ค์, ์๊ฐํ์๋ถ๋ถ์ด ๋๋ฌด ๊ธธ๊ณ ์ด์ํด์ ๋ญ๊ฐ ์ถ์์ต๋๋ค. ์ฒ์์ ๋จ์ ๋ ์ง ๋ฐ ์๊ฐํ์๋ผ์ ๋ง๋งํ๊ฒ ๋ณด๊ณ ๋ฌด์จ๊ท์น์ธ์ง ํผ์ ๊ณ ๋ฏผํ๋ค... Timestamp๋ผ๋ unix์์ ๋ง๋ ์๊ฐํ๊ธฐ๋ฒ์ด๋ผ๋ ๊ฒ์ ์์ ์ต๋๋ค..... ๋ฐ์ดํฐ๋ฒ ์ด์ค๋ฅผ ์ฌ์ฉํ ๋, ์๊ฐ์ ๋ํ๋ด๋ ๋ฐฉ๋ฒ์ค์ Timestamp๋ผ๋ ๋ฐฉ์์ด ์์ต๋๋ค. Date๋ ์ผ๋ฐ์ ์ธ ํ๊ธฐ๋ฒ์ด๊ณ , Timestamp๋ ์ด๋จ์์ ์ ๋ฐํ ํ๋ก์ธ์ค๋ฑ์ ๊ธฐ๋กํ ๋ ์ฌ์ฉํ๋ค๊ณ ํฉ๋๋ค. ์ฐจ์ด์ ์ ํ๋ฒ ๋ณด๋ฉด datetime์ 1000-01-01 00:00:00 ~ 9999-12-31 23:59:59 ๊น์ง ๊ฐ๋ฅ๋ฉฐ, timestamp๋ 1970-01-01 00:00:00 ~ 2038-01-19 03:14: ๊น์ง ๊ฐ๋ฅํฉ๋๋ค. ๋ฐ์ดํฐ ํ์ ์ da..
2019.11.13 -
*Flask ํ์๊ฐ์ ๊ธฐ๋ฅ ๋ง๋ค๊ธฐ *๊ตฌ์กฐ (Structure) Flaskํด๋ โ โโโ templates (ํด๋) โ โโโ register.html โ โ โโโ app.py (์คํํ์ผ) โโโ db.sqlite (์ด๊ฑด ์๋์ผ๋ก ์์ฑ๋จ) โโโ models.py * app.py from flask import Flask, render_template, request, redirect #render_template์ผ๋ก htmlํ์ผ ๋ ๋๋ง from models import db import os from models import Fcuser app = Flask(__name__) @app.route('/') def hello(): return render_template("hello.html") #GET =..
ํ๋ผ์คํฌ (Flask) - ํ์๊ฐ์ ๊ธฐ๋ฅ ๋ง๋ค๊ธฐ (MVC ํจํด )*Flask ํ์๊ฐ์ ๊ธฐ๋ฅ ๋ง๋ค๊ธฐ *๊ตฌ์กฐ (Structure) Flaskํด๋ โ โโโ templates (ํด๋) โ โโโ register.html โ โ โโโ app.py (์คํํ์ผ) โโโ db.sqlite (์ด๊ฑด ์๋์ผ๋ก ์์ฑ๋จ) โโโ models.py * app.py from flask import Flask, render_template, request, redirect #render_template์ผ๋ก htmlํ์ผ ๋ ๋๋ง from models import db import os from models import Fcuser app = Flask(__name__) @app.route('/') def hello(): return render_template("hello.html") #GET =..
2019.11.06