Main > Free Download Search >

Free fonty python software for linux

fonty python

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1442
Fonty Python 0.2.0

Fonty Python 0.2.0


Fonty Python project allows you to manage your fonts on Gnu/Linux. more>>
Fonty Python project allows you to manage your fonts on Gnu/Linux.

As a designer, I missed the ability to view and keep lists of fonts in easy-to-use collections.

With this program you can assign/remove fonts to/from a pog (from the word typography) and then install the pog. All the fonts within it will be linked within your $HOME/.fonts directory. When you are done using them (in other applications), you can simply remove the pog, and all the links will be removed too.

Its great for keeping your fonts organized on a per client/project/job basis. It also keeps "font clutter" in your font choosers down to a minimum.

It is written as a mixed command-line/gui application at the moment, allowing very quick use. You can install/remove pogs without having to start the entire gui, which is neat.

FP is now on 0.2.0 and has a full user interface. None of the command-line goodness has been lost though.

Please let me know what you think of Fonty Python, and help me fix bugs and improve the app.

How to install:

Please see the end of this file if your install fails, there are certain files that FP relies upon.

I assume you have extracted the "tarball" already. Change to the directory it creates.

As the root user enter this command:

python setup.py install

If you are on Ubuntu/Kubuntu/Xubuntu/etc:

sudo python setup.py install

This will create a program called fp

Alternative installation:

Move the entire extracted folder to a folder that
is in your PATH, like ~/bin

Make a link to the fp script like this: (for e.g.)

tar -s ~/bin/fontypython-x.x.x/fp .

Make it executable:

chmod u+x fp

Now you should be good to go.

If it does not work, try closing your console and
starting it again.

Running the program:

To get started:

fp -h

<<less
Download (0.14MB)
Added: 2007-08-06 License: GPL (GNU General Public License) Price:
818 downloads
Dive Into Python

Dive Into Python


Dive Into Python is a free Python tutorial, written by Mark Pilgrim. more>>
Dive Into Python is a free Python tutorial, written by Mark Pilgrim.

Dive Into Python book lives at http://diveintopython.org/. If youre reading it somewhere else, you may not have the latest version.

Permission is granted to copy, distribute, and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in Appendix G, GNU Free Documentation License.

The example programs in this book are free software; you can redistribute and/or modify them under the terms of the Python license as published by the Python Software Foundation. A copy of the license is included in Appendix H, Python license.
<<less
Download (MB)
Added: 2006-05-25 License: Freeware Price:
1252 downloads
Remote Python Call 2.60

Remote Python Call 2.60


RPyC stands for Remote Python Call, a pun over remote procedure call. more>>
RPyC stands for Remote Python Call, a pun over remote procedure call. It is completely transparent and symmetrical. It is inspired by the work of eyal lotem (pybuild.sf.net) on pyinvoke, and was made for two purposes:
Learning the lowlevel of the python language attempting to improve pyinvoke by making the entire protocol symmetrical. This means the client can make requests to the server, and the server can reply with requests of its own (the client is also a server on its own). This typically means using callback functions.
The RPyC package comes with a full demo, showing (or showing-off) many of its features. As i said, its completely transparent and symmetrical, so you can write code just as you would write in the case of normal python programs.
demo 1 -- a simple client demo
# import the client
from Rpyc.Client import RpycSocketClient
# `hostname` is the name of the host running an Rpyc server
# the port parameter is optional
c = RpycSocketClient("hostname")
# now we are connected and can start messing around with stuff on the server
for filename in c.modules.os.listdir("/tmp"):
print "found file", filename
Enhancements:
- This release adds DeliveringNamespace, LoginError (instead of tlslites internal errors), __version__, deliver (the counterpart of obtain, which can now deliver and obtain functions as well), and isproxy (to test whether an object is a proxy).
- It improves memory consumption with __slots__ and the isinstance/issubclass mechanism.
<<less
Download (0.030MB)
Added: 2006-05-19 License: Public Domain Price:
1254 downloads
fonty-rg 0.5

fonty-rg 0.5


fonty-rg is a set of fonts for the Linux console. more>>
fonty-rg project is a set of fonts for the Linux console.

LatCyrGr-16.psf is font containing most of ISO Latin characters, lot of cyrillic chars, lot of greek chars, and some punctuation. It is good for unicode linux console. This is 512 character font, means that you loose bold colour on linux console, unless you are using framebuffer.

chavo.psf is font containing lot of ISO-8859-2 repertoire, some additional ISO-8859-1 characters, Russian cyrillic characters and special Esperanto characters. It was specifically created to cover Czech, Slovak, Polish, Hungarian, Russian, German, Esperanto. Of course, it accidentally covers much wider range.

Good as a console font if you want to retain bold colours (and do not need some ISO-8859-1 characters - there was simply not enough space for them).

Usage

To build fonts: run build.sh script.
To modify fonts: edit files in source/ directory.
To add new charsets: add *.txt file into charsets/ directory.

To use fonts: there are two small scripts provided, iso and uni.
iso takes as an argument number of ISO-8859 encoding, switching console font into font for that encoding, and uni switches console into unicode mode, using big unicode font. See manpages for details.
<<less
Download (0.065MB)
Added: 2006-05-04 License: GPL (GNU General Public License) Price:
1273 downloads
Webware for Python 0.9.4

Webware for Python 0.9.4


Webware for Python project is a suite of Python packages and tools for developing object-oriented, web-based applications. more>>
Webware for Python project is a suite of Python packages and tools for developing object-oriented, web-based applications.
The suite uses well known design patterns and includes a fast Application Server, Servlets, Python Server Pages (PSP), Object-Relational Mapping, Task Scheduling, Session Management, and many other features. Webware is very modular and easily extended.
Webware for Python is well proven and platform-independent. It is compatible with multiple web servers, database servers and operating systems.
Enhancements:
- It contains some fixes and improvements of WebKit, and it adds some more configuration options that have been requested.
<<less
Download (0.93MB)
Added: 2007-07-08 License: GPL (GNU General Public License) Price:
840 downloads
Python 2.5.1

Python 2.5.1


Python is a high-level scripting language. more>>
Python is an interpreted, interactive, object-oriented programming language. Python is often compared to Perl, Tcl, Scheme or Java.

Python combines remarkable power with very clear syntax. It has modules, classes, exceptions, very high level dynamic data types, and dynamic typing. There are interfaces to many system calls and libraries, as well as to various windowing systems (X11, Motif, Tk, Mac, MFC). New built-in modules are easily written in C or C++. Python is also usable as an extension language for applications that need a programmable interface.

The Python implementation is portable: it runs on many brands of UNIX, on Windows, OS/2, Mac, Amiga, and many other platforms. If your favorite system isnt listed here, it may still be supported, if theres a C compiler for it.

The Python implementation is copyrighted but freely usable and distributable, even for commercial use.

Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. Its high-level built in data structures, combined with dynamic typing and dynamic binding, make it very attractive for Rapid Application Development, as well as for use as a scripting or glue language to connect existing components together.

Pythons simple, easy to learn syntax emphasizes readability and therefore reduces the cost of program maintenance. Python supports modules and packages, which encourages program modularity and code reuse. The Python interpreter and the extensive standard library are available in source or binary form without charge for all major platforms, and can be freely distributed.

Often, programmers fall in love with Python because of the increased productivity it provides. Since there is no compilation step, the edit-test-debug cycle is incredibly fast. Debugging Python programs is easy: a bug or bad input will never cause a segmentation fault. Instead, when the interpreter discovers an error, it raises an exception.

When the program doesnt catch the exception, the interpreter prints a stack trace. A source level debugger allows inspection of local and global variables, evaluation of arbitrary expressions, setting breakpoints, stepping through the code a line at a time, and so on.

The debugger is written in Python itself, testifying to Pythons introspective power. On the other hand, often the quickest way to debug a program is to add a few print statements to the source: the fast edit-test-debug cycle makes this simple approach very effective.
<<less
Download (10.5MB)
Added: 2007-04-19 License: Python License Price:
938 downloads
Gst-Python 0.10.6

Gst-Python 0.10.6


Gst-Python provides Python bindings for the GStreamer project. more>>
Gst-Python provides Python bindings for the GStreamer project. These bindings provide access to almost all of the GStreamer C API through an object oriented Python API.
<<less
Download (0.48MB)
Added: 2006-12-15 License: LGPL (GNU Lesser General Public License) Price:
1046 downloads
CORBA-Python 0.30

CORBA-Python 0.30


CORBA-Python is a package supplies the following tools : idl2py : IDL compiler to Python. more>>
CORBA-Python is a package supplies the following tools : idl2py : IDL compiler to Python.

idl2pyemb : IDL compiler to Python embedded with C idl2pyext : IDL compiler to Python extension with C idl2pycli : RPC-GIOP client stub generator idl2pysrv : RPC-GIOP server skeleton generator

<<less
Download (0.060MB)
Added: 2006-11-11 License: Perl Artistic License Price:
1080 downloads
delicious python 0.3.3

delicious python 0.3.3


delicious python lets you access the Web service of del.icio.us via its API through Python. more>>
delicious python lets you access the Web service of del.icio.us via its API through Python. It uses only the standard Python library an is written in same language.

Installation instructions:
download and unzip
run as root from unzipped directory
python setup.py install
run python and load library with
import pydelicious

<<less
Download (0.12MB)
Added: 2006-06-22 License: GPL (GNU General Public License) Price:
1222 downloads
pythondr 0.0.1

pythondr 0.0.1


pythondr project is a simple python library for parsing the TV-channel info at http://dr.dk. more>>
pythondr project is a simple python library for parsing the TV-channel info at http://dr.dk.

<<less
Download (0.010MB)
Added: 2007-02-23 License: LGPL (GNU Lesser General Public License) Price:
973 downloads
Python-SIP 4.7

Python-SIP 4.7


Python-SIP is a tool to generate Python bindings from C++ code. more>>
One of the features of Python that makes it so powerful is the ability to take existing libraries, written in C or C++, and make them available as Python extension modules. Such extension modules are often called bindings for the library.
SIP is a tool that makes it very easy to create Python bindings for C and C++ libraries. Python-SIP was originally developed to create PyQt, the Python bindings for the Qt toolkit, but can be used to create bindings for any C or C++ library.
SIP comprises a code generator and a Python module. The code generator processes a set of specification files and generates C or C++ code which is then compiled to create the bindings extension module. The SIP Python module provides support functions to the automatically generated code.
The specification files contains a description of the interface of the C or C++ library, i.e. the classes, methods, functions and variables. The format of a specification file is almost identical to a C or C++ header file, so much so that the easiest way of creating a specification file is to edit the corresponding header file.
SIP makes it easy to exploit existing C or C++ libraries in a productive interpretive programming environment. SIP also makes it easy to take a Python application (maybe a prototype) and selectively implement parts of the application (maybe for performance reasons) in C or C++.
Enhancements:
- This release adds support for consolidated and composite modules.
- It adds support for pickling classes and enums.
<<less
Download (0.38MB)
Added: 2007-07-31 License: Python License Price:
830 downloads
gnome-python 2.19.2

gnome-python 2.19.2


gnome-python package contains python bindings for GNOME. more>>
gnome-python package contains python bindings for GNOME.
Installation:
The simplest way to compile this package is:
1. `cd to the directory containing the packages source code and type `./configure to configure the package for your system. If youre using `csh on an old version of System V, you might need to type `sh ./configure instead to prevent `csh from trying to execute `configure itself.
Running `configure takes awhile. While running, it prints some messages telling which features it is checking for.
2. Type `make to compile the package.
3. Optionally, type `make check to run any self-tests that come with the package.
4. Type `make install to install the programs and any data files and documentation.
5. You can remove the program binaries and object files from the source code directory by typing `make clean. To also remove the files that `configure created (so you can compile the package for a different kind of computer), type `make distclean. There is also a `make maintainer-clean target, but that is intended mainly for the packages developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution.
Enhancements:
General:
- Add a __version__ attribute on some modules with new pygtk
Gconf:
- Fix memory errors in gconf.Value.get_car/cdr() (#461278)
<<less
Download (0.55MB)
Added: 2007-07-31 License: GPL (GNU General Public License) Price:
495 downloads
 
Other version of gnome-python
gnome-python 2.18.2gnome-python package contains python bindings for GNOME. gnome-python 2.18.2 - James ... gnome-python package contains python bindings for GNOME. Installation: The simplest way to
License:GPL (GNU General Public License)
Download (0.55MB)
928 downloads
Added: 2007-04-10
EasyEclipse for Python 1.2.2

EasyEclipse for Python 1.2.2


EasyEclipse for Python is for Python development. more>>
EasyEclipse for Python is for Python development.
This distribution includes the following plugins:
Core components:
- Eclipse Platform 3.2.1 - Shared platform services from Eclipse.
- Eclipse Tools 3.2.1 - Common libraries for various Eclipse projects.
- Java for Windows 1.5.0.09 - Run Java application on Sun Java(tm) runtime, packaged for Eclipse use. (Windows only)
- Java for Linux 1.5.0.09 - Run Java application on Sun Java(tm) runtime, packaged for Eclipse use. (Linux only)
Tools for general Java development:
- Eclipse Java Development Tools 3.2.1 - Edit, compile, run, debug, test, refactor, document and deploy Java applications.
Some essential utilities:
- AnyEdit Tools 1.5.6.2 - Useful right-click menus in editors: "Open file under cursor", "Open type under cursor", et cetera.
- Eclipse Utils Plugins 1.0.0.1 - Save the cursor position of editors when closing and re-opening a file. Access common team actions with explorer buttons.
- Color Editor 1.2.4 - Edit with syntax highlighting over 100+ file formats.
IDE for Python development:
- PyDev 1.2.4 - Edit, run, debug and refactor Python and Jython applications.
Version Control tools (note that CVS support is included in the Eclipse Platform):
- Subclipse 1.1.8 - Access and manage Subversion repositories within Eclipse.
<<less
Download (117MB)
Added: 2007-06-19 License: Eclipse Public License Price:
860 downloads
python-dime 0.1

python-dime 0.1


python-dime project provides a way to parse and generate DIME messages. more>>
python-dime project provides a way to parse and generate DIME messages.

Direct Internet Message Encapsulation (DIME) is a binary message format that can be used to encapsulate multiple payloads into a single message.

<<less
Download (0.007MB)
Added: 2007-07-26 License: GPL (GNU General Public License) Price:
821 downloads
Dee-Python 0.12

Dee-Python 0.12


Dee-Python is an implementation of a truly relational database language with Python. more>>
Dee-Python project is an implementation of a truly relational database language with Python. Inspired by Date and Darwens Third Manifesto, it addresses the problems of impedance mismatch between programming languages and databases and the weakness of SQL.

Mind The Gap

Most of todays programs handle data in one way or another and often this data is stored in some kind of relational database. To read and modify this data, a program must bridge the gap between its representation and the one used by the dialect of SQL that the database provides. This bridge typically comprises a database API that sends queries as text strings, often accompanied by some kind of table-to-object mapper that has to coerce data and relationships in both directions, usually with elaborate layers of abstraction in an effort to keep the two sides loosely coupled.

"Yet by obscuring the true data source these solutions end up throwing away the most compelling feature of relational databases; the ability for the data to be queried."

Microsoft, DLinq .NET Language-Integrated Query for Relational Data, May 2006.

This approach not only adds complexity and increases the need for data transformations but, most importantly, it destroys the significant advantages provided by the relational model of data. The relational model is built upon predicate logic which brings the power of formal reasoning to data: it is the only sound foundation available.
<<less
Download (0.80MB)
Added: 2007-05-29 License: GPL (GNU General Public License) Price:
883 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5