지나고 보면 아름다웠다 싶은 것 두 가지가 있다. 하나는 여행이고 다른 하나는 청춘이다. 이 둘은 진행 중일 때는 그 아름다움과 소중함을 잘 느끼지 못한다. 하지만 시간이 흐르면 천천히 미소로 바뀌면서 재미있는 추억이 된다. 고생이 심할수록 이야깃거리는 많아지게 마련이다.
- 홍영철의《너는 가슴을 따라 살고 있는가》중에서 -
* 여행도 고생이고 청춘도 고통의 시기이지만 지나고 보면 다 아름다운 추억으로 다가옵니다. 청춘은 다시 되돌아갈 수 없어도 여행은 언제든 다시 떠날 수 있어 천만다행입니다. 그래서 우리는 늘 새로운 여행을 준비하고 다시 떠날 채비를 하게 됩니다. 청춘의 마음으로.
1. Pandas Pandas is a software library written for the python programming language for data manipulation and analysis. Pandas is well suited for many different kinds of data:
Tabular data with heterogeneously-types columns.
Ordered and unordered time series data.
Arbitrary matrix data with row and column labels.
Any other form of observational / statistical data sets.
The data actually need not be labeled at all to be placed into a pandas data structure.
2. NumPy Numpy is the core library for scientific computing in Python. It provides a high-performance multidimensional array object, and tools for working with these arrays.
3. Matplotlib
Matplotlib is a Python package used for 2D graphics.
Bar graph
Histograms
Scatter Plot
Pie Plot
Hexagonal Bin Plot
Area Plot
4. Selenium
The selenium package is used to automate web browser interaction from Python.
5. OpenCV
OpenCV- Python is a library of Python designed to solve computer vision problems.
6. SciPy
Scipy is a free and open-source Python library used for scientific computing and technical computing.
7. Scikit-Learn
Scikit-learn (formerly scikits.learn) is a free software machine learning library for the Python programming language. It features various classification, regression and clustering algorithms.
8. PySpark
The Spark Python API (PySpark) exposes the Spark programming model to Python.
9. Django
Diango is a Python web framework. A framework provides a structure and common methods to make the life of a web application developer much easier for building flexible, scalable and maintainable web applications
Django is a high-level and has a MVC-MVT styled architecture.
Django web framework is written on quick and powerful Python language.
Django has a open-source collection of libraries for building a fully functioning web application.
10. Tensor Flow
TensorFlow is a Python library used to implement deep networks. In TensorFlow, computation is approached as a dataflow graph.