Python : pip : download
https://leebaro.tistory.com/entry/%ED%8A%B9%EC%A0%95-%EB%B2%84%EC%A0%84%EA%B3%BC-%ED%94%8C%EB%9E%AB%ED%8F%BC%EC%97%90-%EB%A7%9E%EB%8A%94-python-%EB%AA%A8%EB%93%88-%EB%8B%A4%EC%9A%B4%EB%A1%9C%EB%93%9C
https://leebaro.tistory.com/entry/%ED%8A%B9%EC%A0%95-%EB%B2%84%EC%A0%84%EA%B3%BC-%ED%94%8C%EB%9E%AB%ED%8F%BC%EC%97%90-%EB%A7%9E%EB%8A%94-python-%EB%AA%A8%EB%93%88-%EB%8B%A4%EC%9A%B4%EB%A1%9C%EB%93%9C
https://kmdigit.github.io/2020/05/08/python-install-pip-offline/
https://spectrum20.tistory.com/entry/python-%ED%8C%8C%EC%9D%B4%EC%8D%AC-%ED%8C%A8%ED%82%A4%EC%A7%80-Offline-%EC%84%A4%EC%B9%98-%EC%88%98%EB%8F%99-%EC%84%A4%EC%B9%98
/////////////////////////////////////////////// /// START : GET Endpoint for WP REST API /// /////////////////////////////////////////////// function get_post_callback($request) { $id = $request[‘id’]; $cur_post_type = get_post_type($id); $builtin_types = [‘post’, ‘page’]; // builtin type if(in_array($cur_post_type, $builtin_types)) { // $post = get_post($id); if ( ! $post ) { return new WP_Error(‘post_not_found’, ‘Post not found’, array(‘status’ => 404)); } else { $data … Read more
https://zdnet.co.kr/view/?no=20241015095215#_enliple
https://finance.yahoo.com/news/nvidia-ceo-jensen-huang-says-144532462.html