关于Python的一些学习小项目 - Some projects about Python
3152668068/learnPython
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
README.md
关于Python的一些学习小项目 - Some projects about Python
项目名 | 简介 | 源码 |
---|---|---|
earthWallpaper | 设置地球卫星图片作为电脑壁纸 | Github |
flappyBird | 适合初学者的 10 个最佳联盟营销技巧基于Pygame的一款小游戏 | Github |
stu_info_management_system | 基于终端的学生信息管理系统 | Github |
About
适合初学者的Python小项目 - Some projects about Python
Resources
License
Stars
Watchers
Forks
Releases
Packages 0
Languages
Footer
© 2022 GitHub, Inc.
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.
Block or report gaoyan2659365465
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Popular repositories
Examples and demos for the new 适合初学者的 10 个最佳联盟营销技巧 Vulkan API
10 contributions in the last year
Contribution activity
August 2022
Footer
© 2022 GitHub, Inc.
You can’t 适合初学者的 10 个最佳联盟营销技巧 perform that action at this time.
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.
初学者必须学会的Android小程序
longger_yang 于 2017-04-24 18:56:55 发布 6358 收藏 14
Android经典源码全集常用android小程序源码80个合集,可以做为你学习设计参考,每一个都是一个完整的小项目,里面都有源码,初学者学着用! 具体如下: GestureRecogniseSample GetPostSample GridAndImageSwitcherSample HandlerSample ImageButton Intent_ComponentSample Intent_DataSample 适合初学者的 10 个最佳联盟营销技巧 Intent_TabHostSample IOStreamSample LauncherActivitySample LauncherSample Layer-listSample LinearLayoutSample ListViewSample ListViewTweenSample LocationManagerSample LockScreen LogicAlertDialogSample Matrix MatrixText MediaProviderSample MediaRecorder MenuItemSample MenuSample MenuXmlSample MockDialogSample MonitorPhone MoveBackgroundSample 适合初学者的 10 个最佳联盟营销技巧 MusicBox MyLiveWallPaper PathEffectSample PlanGame PopupWindowSample ProgressBarSample ProgressDialogSample ProximityAlertSample RadioAndCheckbox RadioButtonAndCheckBox RatingBarSample RecordSound RegeditTable RegTable RelativeLayoutSample RequestCodeAndResponseCodeSample ScrollViewAndHorizontalViewSample SDCardSample SDFileExplorerSample SeekerBarSample SelecterDrawableSample SelecterSample SendSMSSample SensorSample ServiceSample ShaderSample ShapSample SharePreferencesSample SimpleAdapterSample SMSLisenter SpinnerSample SpinnerSample2 SQLiteOpenHelperSample SQLiteSample SSS.txt StartActivityToSecondActivitySimple StateListDrawableSample StyleSample SufaceVideoTest SundPoolSample SurfaceViewTest SweenedText TabHostSample TelephonyManagerSample TextToSpeechSample TextViewBackground 适合初学者的 10 个最佳联盟营销技巧 TextViewSample TitleProgressBar ToastSample ToggleButton TouchCircle TweenAnimationSample UseIntentRebackHomeSample VibratorSample VideoViewSample VideoViewSample2 WallpaperManagerSample WindowThemeSample XmlResourceParserSample XmlValuesSample XmlValuesSample2
有哪些适合初学者的 Python IDE?
IDE(Integrated Development Environment, 集成开发环境),目前Python的IDE有很多,vs code、eclipse、atom、anaconda、IDEA等等,我个人不太推荐使用上述这些IDE,当然如果十分喜欢这些IDE也可以。对于初学者开发Python,我只推荐pycharm。毋庸置疑,这是Python最强大的IDE之一。跳转、关联第三方库、速度、集成度、debug等等,可以说pycharm在Python开发中大多数方面表现的都很优秀,而eclipse、anaconda、atom只是在某一个或几个方面表现还可以。首先eclipse需要额外配置Python插件,anaconda集成太多包,有很多是自己用不到的,太臃肿了,atom没用过,不过也不感兴趣,所以,我觉得使用这些IDE还不如配置一下vim。如果说不喜欢每种语言安装一个IDE,喜欢像eclipse这样支持不同语言的IDE,我支持使用IDEA,这和pycharm属于同一家的产品,很多特性有共通之处。