# PythonCodeGuid **Repository Path**: wenzerzzl/PythonCodeGuid ## Basic Information - **Project Name**: PythonCodeGuid - **Description**: Python code example for Python learnner. - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-02-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #PythonCodeGuid This project aims at collect the typical and useful example code for the Python starter. If you don't install any python IDE on your computer,you can try the online IDE. Online IDE1: http://www.learnpython.org/en/Hello,_World! Online IDE2: http://pythontutor.com/visualize.html#mode=edit If you know nothing about Python,you can visit https://wiki.python.org/moin/BeginnersGuide There is a very good course online for the Python starter If you know c or c++ you can almost learn how to use Python in an hour! The link is below: [english] http://www.tutorialspoint.com/python/python_overview.htm [Chinese] http://www.w3cschool.cc/python/python-tutorial.html http://www.liaoxuefeng.com/wiki/001374738125095c955c1e6d8bb493182103fac9270762a000/ If you need advanced tutorials you can visit [Chinese] http://www.cnblogs.com/vamei/archive/2012/09/13/2682778.html print 'Hello, world!' Have fun!