Categoría: Development
Publicado por: a20030296

Visto: 766 veces
New feature Project Manager comes with Notepad++ new release 5.9.4
incluye/includes NppFTP :)

Project Manager nos permite tener un set virtual de archivos ya gruparlos en directorios (virtuales), la administración de múltiples archivos en diversos directorios reales se vuelve más sencilla. Podemos ir retirando archivos ya "cerrados", agregar nuevos archivos, redistribuir los archivos.

Project Manager let us have a virtual set of files and group them in (virtual) directories, the management of multiple files becomes simpler. We can remove "yet closed/developed" files, add new files, reorganize files.

v5.9.4 - Current Version
http://notepad-plus-plus.org/download/v5.9.4.html


New features and fixed bugs in Notepad++ v5.9.4
1. Add 3 Project Panels for the management of projects
...

Included plugins (Unicode)
...
2. NppFTP 0.24.1
...

Follow @Notepad_plus on twitter
Follow Notepad-plus-plus on facebook
Follow Notepad++ on Google+


Categoría: Development
Publicado por: a20030296

Visto: 1441 veces
Our target was to obtain a list of the Top Content (articles with the most quantity of pageviews)

I tested some code and these were the two that matched my expectatives

Google Analytics API HTTP Sample Code [ga-api-http-samples]
- auth_demo.py

Google Data APIs Python Client Library [gdata-python-client]
- account_feed_demo.py
- data_feed_demo.py


auth_demo.py uses auth.py for a very simple authentication method.


Then I Look through Common Queries. This was a good starting point for refining our query.


Some exploration on Dimension & Metric Reference and Filters was needed to accomplish our goal.


First query tests where done on Data Feed Query Explorer

16/08/11: py2exe

Categoría: Development
Publicado por: a20030296

Visto: 4715 veces
py2exe
Fuente: py2exe.org

Y así fue que con alegría el py2exe tomó con amor al setup.py

# setup.py
from distutils.core import setup
import py2exe

setup(windows=["app_name.py"])


Y en la línea de comando el CMD también puso el hombro:

[ruta]\>python [ruta]setup.py py2xe


Y así la bonita aplicación realizada en el IDE Boa Constructor que se valía del wxPython para elementos GUI se volvió standalone en Windows.

Post anterior: Boa Constructor, wxPython, PyScripter, pysvn, python\

Pye!... digo... Bye!

---

Actualización 2011/08/16

En la primera ejecución apareció un mensaje de error:

*** finding dlls needed ***
error: MSVCP90.dll: No such file or directory

Para solucionarlo obtuve el archivo DLL requerido de DLL-files.com: msvcp90.dll en DLL-files.com. Link directo -> http://www.dll-files.com/pop.php?dll=msvcp90

Este DLL debe ser ubicado en la ruta [unidad]:\Windows\System32\

Saludos!
Categoría: Development
Publicado por: a20030296

Visto: 3490 veces
Tao Pai Pai, pie de limón, apple pie
Boa constructor, wxPython, PyScripter, pysvn, python



Tao Pai Pai

Tao Pai Pai

Fuente: pixgraff en Flickr



Pie de limón

Pie de limón

Fuente: Pie de limón en Facebook




Apple pie

Apple pie

Fuente: Apple pie en Wikipedia



Basta! el post empieza aquí!



Boa Constructor

A cross platform Python IDE and wxPython GUI Builder.
Boa Constructor logo

Fuente: Boa Constructor en Sourceforge



wxPython

A blending of the wxWidgets C++ class library with the Python programming language.

wxPython logo

Fuente: wxPython



PyScripter

A free and open-source Python Integrated Development Environment (IDE) created with the ambition to become competitive in functionality with commercial Windows-based IDEs available for other languages.

PyScripter logo

Fuente: PyScripter en Google Code



python

A programming language that lets you work more quickly and integrate your systems more effectively. You can learn to use Python and see almost immediate gains in productivity and lower maintenance costs.

python logo

Fuente: python



pysvn

Fuente: pysvn en tigris.org