# python_learn **Repository Path**: weixf96/python_learn ## Basic Information - **Project Name**: python_learn - **Description**: 个人python学习仓库 - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 41 - **Created**: 2020-11-03 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 个人学习代码库 ## 介绍 本仓库是个人的学习代码,里面有一些是开源代码,在网上都可以找到的。并且此仓库大多数都是python的学习笔记一些练习代码。 ## jupyter notebook 后台运行 1. 后台运行 在云服务器中搭建好jupyter并运行后, 发现它会占用当前终端, 于是研究了一下怎么让它在后台运行. 1. 入门级: jupyter notebook --allow-root > jupyter.log 2>&1 & 2. 进阶版: nohup jupyter notebook --allow-root > jupyter.log 2>&1 & ## python 学习笔记链接地址 * 所有python代码和笔记都在`python_code` 目录下面 * python 基础笔记依然在`python_code`目录下面 * python 面向对象依然在`python_code`目录下面 * 并且还有python飞机大战依然在`python_code` * [哔哩哔哩--Python基础--黑马--视频](https://www.bilibili.com/video/BV1ex411x7Em) * [python 100天](https://github.com/jackfrued/Python-100-Days) * [黑马程序员--人工智能基础--视频](https://www.bilibili.com/video/BV1BJ411D7Fd) * [jupyter--python笔记](https://github.com/lijin-THU/notes-python) * [bilibili--python基础视频--黑马--笔记](https://gitee.com/muaimingjun/hm_bilibili_book) * []() * []() * []() * []() * []() ## vim学习和配置 > vim学习配置成自己的IDE[参考这里](https://gitee.com/muaimingjun/vimrc) > > nvim(vim的超级升级版完全支持vim所有配置)配成自己的**ide**方式[参考这里](https://gitee.com/muaimingjun/nvim) * 有问题反馈这里: * QQ群: 260305404 * QQ: 2667004988 * vx: hyh2667004988