ÄÁÅÙÃ÷»ó¼¼º¸±â

Python(ÆÄÀ̽ã)°ú Matplotlib, NumPy, Pandas
Python(ÆÄÀ̽ã)°ú Matplotlib, NumPy, Pandas
  • ÀúÀÚ¾ç¿ø¿µ, °íº´Ãµ ¿Ü 3¸í Àú
  • ÃâÆÇ»çÀ¯ÆäÀÌÆÛ
  • ÃâÆÇÀÏ2021-03-12
  • µî·ÏÀÏ2021-12-06
º¸À¯ 2, ´ëÃâ 0, ¿¹¾à 0, ´©Àû´ëÃâ 8, ´©Àû¿¹¾à 0

Ã¥¼Ò°³

Á¦1, 2, 3, 4, 5, 6 ÀåÀº °¢°¢ Python ¼³Ä¡, Python ±âº», ¿À·ù¿Í ¿¹¿Ü ó¸®, ÀԷ°ú Ãâ·Â, ÇÔ¼ö, class¿Í module/package¿¡ °üÇÑ ³»¿ëÀÌ´Ù. Á¦7 ÀåÀº ÁÖ·Î Python¿¡ ³»ÀåµÈ Ç¥ÁØ moduleµéÀ» ¼Ò°³Çϴµ¥, ±× Áß Æ¯Á¤ ¹®ÀÚ¿­À» ã´Â µ¥ »ç¿ëµÇ´Â RE(Regular Expression: Á¤±Ô Ç¥Çö) moduleÀ» ´Ù·é 7.4Àý°ú, GUI(Graphic User Interface) ¿ë Tkinter moduleÀ» ´Ù·é 7.6Àý, ±×¸®°í web crawling/scraping¿¡ »ç¿ëµÇ´Â BeautifulSoup, Requests, Selenium moduleµéÀ» ¼Ò°³ÇÏ´Â 7.13~7.15ÀýÀº Á¦¹ý µ¶ÀÚ´ÔµéÀÇ ´«±æÀ» ²ø °ÍÀ¸·Î ±â´ëµÈ´Ù. À̾ Á¦8 ÀåÀº µ¥ÀÌÅ͸¦ µµ½ÃÇÏ´Â µ¥ »ç¿ëµÇ´Â Matplotlib library, Á¦9 ÀåÀº ¼öÇÐÀû °è»ê¿¡ »ç¿ëµÇ´Â NumPy/SciPy/SymPy library, Á¦10 ÀåÀº µ¥ÀÌÅ͸¦ ó¸®ÇÏ°í ºÐ¼®ÇÏ´Â µ¥ »ç¿ëµÇ´Â Pandas library¸¦ ¼Ò°³ÇÑ´Ù.

¸ñÂ÷

Á¦ 1 Àå: Python ¼³Ä¡
1.1    Python Shell
1.2    PyCharm
1.3    Windows PowerShell
1.4    Python Path¿Í Windows System Path
1.5    ¿ÜºÎ Package ¼³Ä¡Çϱâ
Á¦ 2 Àå:  PythonÀÇ ±âº»
2.1    µé¿©¾²±â(Indentation)
2.2    ½Äº°ÀÚ(Identifier)/º¯¼ö¸í(Variable Name)¿¡ ´ëÇÑ ±ÔÄ¢
2.3    ÀÚ·áÇü(Data Types)
2.4    ¿¬»êÀÚµé(Operators)
2.5    ÇÁ·Î±×·¥ Á¦¾î(Program Control)
¿¬½À¹®Á¦
Á¦ 3 Àå: ¿À·ù¿Í ¿¹¿Üó¸®(Exception Handling)
3.1    ±¸¹®¿À·ù(Syntax Error)
3.2    ½ÇÇà¿À·ù(Runtime Error)¿Í ¿¹¿Üó¸®(Exception Handling)
Á¦ 4 Àå:  ÀÔ·Â(Input)°ú Ãâ·Â(Output)
4.1    Keyboard/È­¸éÀ» ÅëÇÑ ÀÔÃâ·Â
4.2    ÆÄÀÏ »ý¼ºÇÏ°í ÀÐ°í ¾²±â
Á¦ 5 Àå:  ÇÔ¼ö(Function)
5.1    ÇÔ¼ö(Function)
5.2    º¯¼öÀÇ À¯È¿¹üÀ§(Scope)
5.3    ÇÔ¼öÀÇ À¯È¿¹üÀ§(Scope)
5.4    ÀÔ·ÂÀÎÀÚÀÇ °³¼ö°¡ °¡º¯ÀûÀΠ°æ¿ì(Variable-Length Input Argument)
5.5    ÀÔ·ÂÀÎÀÚÀÇ ¼ø¼­°¡ °¡º¯ÀûÀΠ°æ¿ì - Keyword Arguments
5.7    ÀÔ·ÂÀÎÀÚÀÇ Default °ª ¼³Á¤Çϱâ
5.8    ³»Æ÷ÇÔ¼ö(Nested Function)¿Í Àç±ÍÇÔ¼ö(Recursive Function)
5.9    Lambda ÇÔ¼ö
5.10  Callback°ú Closure, ±×¸®°í Decorator
5.11  Generator(¹ß»ýÀÚ)¿Í Iterator(¹Ýº¹ÀÚ)
5.12  Python ³»ÀåÇÔ¼ö(Built-in Function)
Á¦ 6 Àå:  Class¿Í Module/Package
6.1    Class
6.2    Module
6.3    Package
Á¦ 7 Àå:   Python Standard Library
7.1    OS Module
7.2    SYS Module
7.3   TIME Module
7.4   DATETIME Module
7.5   RANDOM Module
7.6   RE Module
7.7   JMESPATH Module
7.8   THINKER Module
7.9  THREADING Module
7.10 CSV Module
7.11  PICKLE Module
7.12 WEBBROWSER Module
7.13 BEAUTIFULSOUP Module
7.14 REQUESTS Module
7.15 Selenium Module
Á¦ 8 Àå:  MATPLOTLIB library
8.1    ±×·¡ÇÁâÀ» ¿©·¯ Á¶°¢À¸·Î ³ª´©´Â ¹æ¹ý
8.2    (Á÷/°î)¼±Çü ±×·¡ÇÁ¿Í Á¡Çü±×·¡ÇÁ
8.3    ÁÙ±â(Stem)Çü ±×·¡ÇÁ¿Í °è´Ü(Step)Çü ±×·¡ÇÁ
8.4    ¸·´ë±×·¡ÇÁ(Bar Plot)
8.5    µµ¼öºÐÆ÷µµ(Histogram)
8.6    »êÆ÷Çü ±×·¡ÇÁ(Scatter Plot)
8.7    Pie Chart
8.8    Stack Chart
8.9    Box Plot
8.10  Error Bar Plot
8.11  ·Î±×¼±µµ(Log Plot)
8.12  ±ØÁÂÇ¥¼±µµ(Polar Plot)
8.13   µî°í¼±(Contour)°ú È­»ì(Quiver)Çü ±×·¡ÇÁ
8.14   À¯¼±Çü ±×·¡ÇÁ(Stream Plot)
8.15   3Â÷¿ø(3D: Three-Dimensional) ±×·¡ÇÁ
8.16   Áöµµ±×¸®±â
8.17   ±×·¡ÇÁ¿¡ ±×¸² ³Ö±â
8.18   ±×·¡ÇÁ¿¡ ¼ö½Ä ³Ö±â
8.19  ±×·¡ÇÁ¿¡ Ç¥(Table) ³Ö±â
8.20  µ¿¿µ»ó(Animation)
Á¦ 9 Àå: NUMPY, SCIPY, SYMPY Library
9.1   NUMPY Library
9.2    SCIPY Library
9.3    SYMPY Library
Á¦ 10 Àå:  PANDAS Library
10.1    Pandas Data Structure
10.2    Pandas Data Structure¿¡ ´ëÇÑ ¿¬»ê
10.3    µÎ Pandas DataFrameÀÇ ÅëÇÕ
10.4    Pandas Time Series Data
ºÎ·Ï A:  User Agent, Webdriver, API Key
ºÎ·Ï B:  Print Formatting
ºÎ·Ï C:  Datetime Module
ºÎ·Ï D:  RE(Á¤±ÔÇ¥Çö: Regular Expression)
ºÎ·Ï E:  Tkinter Module
ºÎ·Ï F:  HTML CodeÀÇ °Ë»ö - BeautifulSoup°ú Selenium
ºÎ·Ï G:  Matplotlib.pyplot Module
ºÎ·Ï H:  NumPy Data Type Code¿Í ¼ö¿­ »ý¼º
ºÎ·Ï  I:  Pandas DataFrame°ú Python List/Dictionary°£ÀÇ º¯È¯
ºÎ·Ï  J:  Pandas DataFrame°ú CSV/Excel/JSON ÆÄÀϵé
ºÎ·Ï K:  ASCII Code¿Í ¹®ÀÚµé
Âü°í¹®Çå
ã¾Æº¸±â

ÇÑÁÙ ¼­Æò