All Projects → howie6879 → pylab

howie6879 / pylab

Licence: other
和Python相关的学习笔记:机器学习、算法、进阶书籍、文档,博客地址:https://www.howie6879.cn

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to pylab

notes
📖 What I'm reading lately
Stars: ✭ 85 (+112.5%)
Mutual labels:  books, notebook
crypto-books
Best of Crypto Books - A collection of books, white papers & more about crypto and blockchains.
Stars: ✭ 40 (+0%)
Mutual labels:  books
ipychart
The power of Chart.js with Python
Stars: ✭ 48 (+20%)
Mutual labels:  notebook
Hello-Kaggle-Guide-KOR
Kaggle을 처음 접하는 사람들을 위한 문서
Stars: ✭ 140 (+250%)
Mutual labels:  notebook
book-notes
📖Notes on books and other things I'm reading 📖
Stars: ✭ 43 (+7.5%)
Mutual labels:  books
Tutorials
Introductory tutorial notebooks for learning data science, as part of the Data Science in Practice materials.
Stars: ✭ 66 (+65%)
Mutual labels:  notebook
casile
The CaSILE toolkit, a book publishing workflow employing SILE and other wizardry.
Stars: ✭ 36 (-10%)
Mutual labels:  books
thoth
Metadata management and dissemination system for Open Access books
Stars: ✭ 25 (-37.5%)
Mutual labels:  books
LibraryGenesis
Library Genesis iOS Client
Stars: ✭ 30 (-25%)
Mutual labels:  books
python ml tutorial
A complete tutorial in python for Data Analysis and Machine Learning
Stars: ✭ 118 (+195%)
Mutual labels:  notebook
mloperator
Machine Learning Operator & Controller for Kubernetes
Stars: ✭ 85 (+112.5%)
Mutual labels:  notebook
Gen2Kindle
Search, download, convert and send files directly to your kindle from Libgen in one place.
Stars: ✭ 21 (-47.5%)
Mutual labels:  books
learning
Walkthrough notebooks for Deep Learning, Machine Learning, Reinforcement Learning, Spark, Statistics, Algorithms, Scala, Python
Stars: ✭ 52 (+30%)
Mutual labels:  notebook
notebook-examples
Example notebooks showing how to work with ECMWF services and data
Stars: ✭ 103 (+157.5%)
Mutual labels:  notebook
my-action-github
awesome github
Stars: ✭ 62 (+55%)
Mutual labels:  books
My NoteBook
サイエンス、テクノロジー、エンジニアリング関連の情報を記載したノート(忘備録)です。
Stars: ✭ 104 (+160%)
Mutual labels:  notebook
point-us-to-a-book
📚 reading list
Stars: ✭ 50 (+25%)
Mutual labels:  books
lit
Literature for the self-taught AI practitioner! 📚
Stars: ✭ 199 (+397.5%)
Mutual labels:  books
biojupies
Automated generation of tailored bioinformatics Jupyter Notebooks via a user interface.
Stars: ✭ 96 (+140%)
Mutual labels:  notebook
Cookbook-for-R-Chinese
📚Cookbook for R 中文翻译
Stars: ✭ 108 (+170%)
Mutual labels:  notebook

Python 读书学习实验室

奇文共欣赏,疑义相与析

以前阅读完的书籍以及一些文档都没有一个保存的地方,碎片时间的学习记录就是这个库存在的目的,代码云端记录以供多端学习,相关环境如下:

  • 版本:Python3.7
  • 笔记本:Jupyter Lab > 3.0

👏 使用

为了方便实践,减少环境配置的麻烦。直接打包成了Docker镜像以便快速使用:

cd {your_pylab_path}
# Docker 执行
docker run --name jupyter_pylab -it -d --restart=always -p 0.0.0.0:8765:8888 -e SHELL="/bin/zsh" -v "`pwd`:/project-dir" howie6879/jupyter-lab-for-python37:v3.1.4 --allow-root --no-browser --port=8888

然后访问http://0.0.0.0:8765/lab?即可,如果没有接触过JupyterLab,可以参考我之前写的这篇文章JupyterLab:程序员的笔记本神器

🐷 我的专栏

自己总结产出的一些电子书:

✍️ 👨‍💻
Weekly:我的周刊 Code
Kubernetes Note:Kubernetes 学习之路 Code
ML Note:机器学习之路 Code
Sanic-For-Pythoneer:一份sanic使用教程 Code

🐼 项目

调剂工作生活的一些小项目,按照时间顺序:

  • owllook:小说搜索引擎
  • Ruia:异步爬虫框架
  • mlhub123:机器学习资源收集
  • 2c:构建一个多源(公众号、RSS)、干净、个性化的阅读环境
  • weekly:老胡的信息周刊,为您带来各种值得收藏的软件项目以及资料网站

🐒 笔记

学习实践记录:

🐶 文章

学习过程中产出的一些文章:

📚 书籍

书籍是人类进步的阶梯,每次阅读都是一次对自由的探索。

此处记录比较有印象的编程相关的书籍,Notion地址见这里,图示如下:

👀 关于

如果你对Python感兴趣,欢迎你加入我的免费知识星球我的Python世界

持续学习,努力就好:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].