반응형

Python Tools for visual studio

 

 

PTVS 파이썬 IDE로 비주얼 스튜디오를 켤 수있는 무료 오픈 소스 플러그인입니다.

 

PTVS 지원 CPython과, 윈도우, 리눅스 및 맥 OS에 대한 클라이언트 라이브러리와 IronPython을, 편집, 검색, 인텔리, 혼합 파이썬 / C ++ 디버깅, 원격 리눅스 / 맥 OS 디버깅, 프로파일 링, IPython, 장고, 클라우드 컴퓨팅.

 

PTVS is a free, open source plugin that turns Visual Studio into a Python IDE.

 

PTVS supports CPython, IronPython, editing, browsing, Intellisense, mixed Python/C++ debugging, remote linux/MacOS debugging, profiling, IPython, Django, and cloud computing with client libraries for Windows, Linux and MacOS.

 

URL : http://pytools.codeplex.com/

 

 

 

 

 

 

반응형
반응형

python IDE 프로그램 - PyCharm  : http://www.jetbrains.com/pycharm/download/

PyCharm 3.4

The intelligent Python IDE with unique code assistance and analysis, for productive Python development on all levels.

Get PyCharm Now





.


반응형
반응형

Faker: Populate fake data with Python

faker

 

반응형
반응형

Music Player Core: A music player Python module

musicplayer

GitHub: https://github.com/albertz/music-player-core

 

Music player Python module

This Python module provides a high-level core Music player interface where you are supposed to provide all the remaining high-level logic like the user interface, the playlist logic and the audio data. 

반응형
반응형

Python Social Auth: Social authentication with Python

pythonsocialauth

 

Python Social Auth

Python Social Auth is an easy-to-setup social authentication/registration mechanism with support for several frameworks and auth providers.

Crafted using base code from django-social-auth, it implements a common interface to define new authentication providers from third parties, and to bring support for more frameworks and ORMs.

 

반응형
반응형

NPM - Node.js를 구성하는 에코시스템

Node Package Manager

 

https://npmjs.org/

 

설치명령 : npm install <pkg>

업데이트 : npm update

삭제       : npm uninstall <pkg>

 

RubyGems - http://rubygems.org

 

Python Package Index - http://pypi.python.org/pypi

 

Node.js manual : http://nodejs.org/api/assert.html

 

NPM List - http://nodejs.wikia.com/wiki/NPM_Modules

 

 

 

 

반응형
반응형

No module named django.core 완전...

 

Django는 아직 Python 2 버전대만 지원하나보다. 계속 에러.

Python 2 버전으로 다시 설치하고 해봐야지.

Django 1.4.3 , Python 2.7.3 으로 설치해봐야겠다.

 

 

C:\>cd django

 

C:\django>python django-admin.py --version
Traceback (most recent call last):
  File "django-admin.py", line 2, in <module>
    from django.core import management
ImportError: No module named 'django.core'

 

C:\django>

 

반응형
반응형

'장고(Django)'로 쉽고 빠른 웹 개발 - http://biohackers.net/wiki/RapidWebDevelopmentByDjango

 

Install : https://docs.djangoproject.com/en/1.4/intro/install/

 

장고(Django) 설치 및 이클립스(eclipse) 세팅 : http://ash84.tistory.com/767

 

Pydev에서 django 셋팅하기 : http://pydev.org/manual_adv_django.html

 

Django 를 위한 IDE 설정(이클립스) : http://seapy.com/157

 

 

반응형

+ Recent posts