/Python

Source code about Python Development

Primary LanguageJupyter Notebook

Python

Source code about Python Development.

California Housing Prices

是一个机器学习的项目级演示代码,实现机器学习的全自动化处理。 详细描述,可参考CSDN博客相关文章 https://blog.csdn.net/superfanstoprogram/article/details/80413639

tkinter-pack Demo

用TKInter编写的演示程序,主要演示pack()定位的参数设置。 详细描述,可参考本CSDN博客相关文章 https://blog.csdn.net/superfanstoprogram/article/details/83713196

Netural Style Transfer

是一个用Keras实现的,利用神经网络进行图像风格迁移的工具, GUI用tkinter完成。可参考CSDN博客相关文章 https://blog.csdn.net/superfanstoprogram/article/details/90239343

Boxman

利用 tkinter.Canvas 实现的推箱子游戏, 核心代码 play.py 精简为200多行,可以参考game_maps.py中的地图设置方式,自己设计新的游戏关卡。