# python_learn **Repository Path**: muaimingjun/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**: 68 - **Forks**: 40 - **Created**: 2020-04-21 - **Last Updated**: 2025-06-16 ## 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) ### linux 下面安装pycharm ```shell wget https://download.jetbrains.8686c.com/python/pycharm-community-2020.3.2.tar.gz && sudo tar -zxvf pycharm-community-2020.3.2.tar.gz -C /opt/ && cd /opt/pycharm-community-2020.3.2/bin/ && ./pycharm.sh ``` 环境安装 ```shell script pip install -r requirements.txt ``` ## vim学习和配置 > vim学习配置成自己的IDE[参考这里](https://gitee.com/muaimingjun/vimrc) > > nvim(vim的超级升级版完全支持vim所有配置)配成自己的**ide**方式[参考这里](https://gitee.com/muaimingjun/nvim) ## 声明 代码仓库中所有脚本仅仅供给学习使用**商用**后果自负 * 有问题反馈这里: * QQ群: [260305404](https://jq.qq.com/?_wv=1027&k=2qrn6xvQ) * QQ: [2667004988](http://wpa.qq.com/msgrd?v=3&uin=2667004988&site=qq&menu=yes) * vx: hyh2667004988