{
"cells": [
{
"cell_type": "code",
"execution_count": 52,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Collecting feedparser\n",
" Downloading https://files.pythonhosted.org/packages/91/d8/7d37fec71ff7c9dbcdd80d2b48bcdd86d6af502156fc93846fb0102cb2c4/feedparser-5.2.1.tar.bz2 (192kB)\n",
"Building wheels for collected packages: feedparser\n",
" Building wheel for feedparser (setup.py): started\n",
" Building wheel for feedparser (setup.py): finished with status 'done'\n",
" Stored in directory: C:\\Users\\bjkim\\AppData\\Local\\pip\\Cache\\wheels\\8c\\69\\b7\\f52763c41c5471df57703a0ef718a32a5e81ee35dcf6d4f97f\n",
"Successfully built feedparser\n",
"Installing collected packages: feedparser\n",
"Successfully installed feedparser-5.2.1\n"
]
}
],
"source": [
"# !pip install feedparser"
]
},
{
"cell_type": "code",
"execution_count": 53,
"metadata": {},
"outputs": [],
"source": [
"import feedparser"
]
},
{
"cell_type": "code",
"execution_count": 54,
"metadata": {},
"outputs": [],
"source": [
"# 알라딘 도서 RSS \n",
"d = feedparser.parse('http://www.aladin.co.kr/rss/special_new/351')"
]
},
{
"cell_type": "code",
"execution_count": 56,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"'분야별 신간 특선 - 컴퓨터/모바일'"
]
},
"execution_count": 56,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"d.feed.title "
]
},
{
"cell_type": "code",
"execution_count": 57,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"'http://www.aladin.co.kr/rsscenter/go.aspx/www.aladin.co.kr/shop/book/wspecialnew.aspx?cid=351&rssType=1&type=title'"
]
},
"execution_count": 57,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"d.feed.link"
]
},
{
"cell_type": "code",
"execution_count": 58,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"'분야별 신간 특선'"
]
},
"execution_count": 58,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"d.feed.description"
]
},
{
"cell_type": "code",
"execution_count": 59,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"25"
]
},
"execution_count": 59,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"len(d.entries) "
]
},
{
"cell_type": "code",
"execution_count": 61,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"'Creo Parametric 6.0 Step 02/추병호.추병순.디지테크(기술지원팀) 지음/구민사'"
]
},
"execution_count": 61,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"d.entries[0].title "
]
},
{
"cell_type": "code",
"execution_count": 62,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"'http://www.aladin.co.kr/rsscenter/go.aspx?rssType=1&type=item&itemId=242512497'"
]
},
"execution_count": 62,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"d.entries[0].link "
]
},
{
"cell_type": "code",
"execution_count": 63,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"'
Creo Parametric 6.0 Step 02추병호.추병순.디지테크(기술지원팀) 지음 / 구민사 / 2020년 06월 / ISBN:9791158138462정가: 30,000원 / 판매가: 30,000원 / 마일리지: 137원 이벤트: 수험서.외국어.컴퓨터.대학교재 - 본투리드 핸디 선풍기/스트랩 메쉬 파우치/분철 라벨스틱
| |||||
![]() CREO 초보자가 학습 내용을 쉽게 따라하고 이해할 수 있도록 모든 과정에 예제를 구성하였기에 <CREO 6.0 PARAMETRIC>을 통해 교재 내용을 충실하게 숙지하면 사용자들이 본인의 아이디어를 CREO로 자유롭게 표현하게 될 것이다. ![]() I. 어셈블리 과정 ![]() 국내도서 > 컴퓨터/모바일 > 그래픽/멀티미디어 > CAD 국내도서 > 대학교재/전문서적 > 공학계열 > 컴퓨터공학 > 그래픽/멀티미디어 |