File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 http_parser.rb (~> 0 )
1515 eventmachine (1.2.7 )
1616 execjs (2.10.0 )
17- ffi (1.17.2 -arm64-darwin )
18- ffi (1.17.2 -x86_64-linux-gnu )
17+ ffi (1.17.3 -arm64-darwin )
18+ ffi (1.17.3 -x86_64-linux-gnu )
1919 forwardable-extended (2.6.0 )
2020 google-protobuf (4.33.2-arm64-darwin )
2121 bigdecimal
6363 jekyll-watch (2.2.1 )
6464 listen (~> 3.0 )
6565 json (2.18.0 )
66- just-the-docs (0.10 .1 )
66+ just-the-docs (0.11 .1 )
6767 jekyll (>= 3.8.5 )
6868 jekyll-include-cache
6969 jekyll-seo-tag (>= 2.0 )
8787 mercenary (0.4.0 )
8888 pathutil (0.16.2 )
8989 forwardable-extended (~> 2.6 )
90- public_suffix (7.0.0 )
90+ public_suffix (7.0.1 )
9191 rake (13.3.1 )
9292 rb-fsevent (0.11.2 )
9393 rb-inotify (0.11.1 )
9494 ffi (~> 1.0 )
9595 rexml (3.4.4 )
96- rouge (4.6.1 )
96+ rouge (4.7.0 )
9797 rubyzip (2.4.1 )
9898 safe_yaml (1.0.5 )
9999 sass-embedded (1.97.1-arm64-darwin )
Original file line number Diff line number Diff line change 22layout : default
33title : Python
44has_children : true
5+ has_toc : true
56nav_order : 3
67---
7-
8- ## Table of contents
9-
10- ### Sub Category
11-
12- * <a href =" ./codetest/index.md " style =" font-size :1.5em " >Project Tests</a >
13- * <a href =" ./cpython/index.md " style =" font-size :1.5em " >About CPython</a >
14- * <a href =" ./localize/index.md " style =" font-size :1.5em " >Locales</a >
15- * <a href =" ./trick/index.md " style =" font-size :1.5em " >Code Tricks</a >
16-
17- ### Post
18-
19- * [ 소스 코드 수준에서 바라본 Python3] ( "./2025-12-25-about-python-interpreter.md" )
Original file line number Diff line number Diff line change @@ -10,19 +10,20 @@ nav_order: 0
1010
1111## Interest items
1212
13- * AI
14- * Symbolic AI
13+ * [ AI ] ( ./docs/ai )
14+ * [ Symbolic AI] ( ./docs/ai/symbolic )
1515 * LLM
1616 * Agent
1717 * Vector Embedding
18+ * [ Utility Tools] ( ./docs/ai/tool )
1819
1920* Programming language
20- * Python
21- * Haskell
21+ * [ Python] ( ./docs/python )
22+ * [ Haskell] ( ./docs/haskell )
2223
2324* Infrastructure
24- * Network Programming
25- * Database
25+ * [ Network Programming] ( ./docs/networks )
26+ * [ Database] ( ./docs/database )
2627
2728* Software engineering
2829 * Designing Architecture
You can’t perform that action at this time.
0 commit comments