반응형
반응형

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>

 

반응형

+ Recent posts