Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yusufshakeel/python-project
Python Programming
https://github.com/yusufshakeel/python-project
Last synced: 19 days ago
JSON representation
Python Programming
- Host: GitHub
- URL: https://github.com/yusufshakeel/python-project
- Owner: yusufshakeel
- License: mit
- Created: 2014-06-12T15:43:34.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-17T18:28:46.000Z (over 10 years ago)
- Last Synced: 2024-11-09T20:44:37.211Z (3 months ago)
- Language: Python
- Size: 336 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Python-Project
==============Python Programming
Date: 12 June 2014 Thursday
Author: Yusuf Shakeel
[facebook.com/yusufshakeel](https://www.facebook.com/yusufshakeel)
[youtube.com/yusufshakeel](https://www.youtube.com/yusufshakeel)
[github.com/yusufshakeel](https://www.github.com/yusufshakeel)
[plus.google.com/+YusufShakeel](https://plus.google.com/+YusufShakeel/posts)
Download Python from [python.org](https://www.python.org)
To install python on Windows watch this [video](http://www.youtube.com/watch?v=C9-SrDDHiN4&list=UUaqGoweuUdGFGEJA3fl6slg).
##Python programming
####Windows
Python IDLE (Integrated Development Environment) can be used for Python programming. Or, install [Eclipse IDE](http://www.eclipse.org/) and the [PyDev](http://pydev.org/) plugin and start coding in Python.####Ubuntu/Fedora
Python is generally comes pre-installed.
Open termainal and type
`$ python`
and the Python prompt >>> will appear.
For text editor, we can use gEdit, VIM, SublimeText etc.Or download the latest version of Python from [python.org](https://www.python.org)
####Mac OS X
Python comes pre-installed on Mac OS X.
Open termainal and type
`$ python`
and the Python prompt >>> will appear.
For text editor, we can use SublimeText, TextMate etc.Or download the latest version of Python from [python.org](https://www.python.org)
##License
The MIT License (MIT)Copyright (c) 2014 Yusuf Shakeel
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.