473,804 Members | 2,983 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Python design project

Dear community,

I dont really know if this is the right way to do, otherwise my
excuses for that.

I'm a Dutch student, and graduating this year on my graphic design
study. For my graduating study, I want to do some Python work and i'm
lokking for a partner wich can help/ cooperate me in programming
python.

The project
In short: The project subject is type, and i want to create a self
generating type.

I hope there are some interests, otherwist, thank you all..

Bye.. Rick

Feb 1 '07 #1
4 1249
so*******@hotma il.com wrote:
...
I'm a Dutch student, and graduating this year on my graphic design
study. For my graduating study, I want to do some Python work and i'm
lokking for a partner wich can help/ cooperate me in programming
python.

The project
In short: The project subject is type, and i want to create a self
generating type.
At the risk of asking a stupid question, what do you mean by a self
generating type? (Indeed, what do you mean by "type" here?)

Given the phrases "python" and "graphic design" in the same post I can think
of at least two definitions of "type" that are relevant, and not sure how
you'd view either as self-generating :-)

Curiously,
Michael.

Feb 2 '07 #2
I think I need to explain the things better I think, so I do;

First answering the questions above; I think i have to explain the
project more.

With type I mean; typography/fonts/characters.. For my final exam I
created the idea to treath fonts as a living organisms.
There for I want to create with the help of somebody, a little program
were i can import vector based fonts, and when they are imported they
"turn alive"
By turn alive I mean; they move random over the work area, opacity
changing, changing of size/color, merge together ans some more things,
little fonts changing.

Because my python skills are zero, I'm looking for a partner which can
help me. I'm working On mac, but windows is not a problem.

Feb 5 '07 #3
On Feb 5, 4:09 am, solric...@hotma il.com wrote:
I think I need to explain the things better I think, so I do;

First answering the questions above; I think i have to explain the
project more.

With type I mean; typography/fonts/characters.. For my final exam I
created the idea to treath fonts as a living organisms.
There for I want to create with the help of somebody, a little program
were i can import vector based fonts, and when they are imported they
"turn alive"
By turn alive I mean; they move random over the work area, opacity
changing, changing of size/color, merge together ans some more things,
little fonts changing.

Because my python skills are zero, I'm looking for a partner which can
help me. I'm working On mac, but windows is not a problem.
Hi Solrick,

This sounds like some interesting stuff. I'd love to discuss it some
more with you and maybe work with you on it.

Some things to think about:

1. Rules for Font interactions. What happens when fonts 'hit' each
other, or 'live' long enough to reproduce andmutate maybe?
2. What parts of the fonts can change. height, width, scale,
kerning, serifs, color, transparency, etc
3. Python may not be the best environment for this application.
Flash might be alot faster to get something going in as its designed
for animating vectors and has a solid programming language behind it
to write in your rules logic.

Best,
Josh

Feb 6 '07 #4
Hi Josh,

Thank you for replying my message,
sorry for the late reply, i was ill for two days..

I thought about the things you said, and think that it would be
interesting, if fonts hit eachother the fonts would be merging. stuck
together. so in a kind of way you create 'a new font' . I think the
mutate part works also in that, by mutating, you can also create a new
form "family'. But I think that the fonts must not unrecognizable
mutate. the reproducing thing would be nice, so you also get the
'families' like family of a, family of b... and so on...
I think that the family must remain at each other presence, stuck
together, and when a touches b you get a new form and family.

2 think that all the things could transform, except for the serifs,
kerning.

3 does flash work with vector? flash is pixel based isn't?

what doe you think about the project, i'm verry interesting in more
things oppinions. do you think that the designer creates the final
work here, because of the programming or do you think that the fonts
of the computer does it?

Best,

Rick

Feb 8 '07 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
3476
by: Dave Brueck | last post by:
Below is some information I collected from a *small* project in which I wrote a Python version of a Java application. I share this info only as a data point (rather than trying to say this data "proves" something) to consider the next time the "Python makes developers more productive" thread starts up again. Background ========== An employee who left our company had written a log processor we use to read records from text files (1...
699
34275
by: mike420 | last post by:
I think everyone who used Python will agree that its syntax is the best thing going for it. It is very readable and easy for everyone to learn. But, Python does not a have very good macro capabilities, unfortunately. I'd like to know if it may be possible to add a powerful macro system to Python, while keeping its amazing syntax, and if it could be possible to add Pythonistic syntax to Lisp or Scheme, while keeping all of the...
226
12732
by: Stephen C. Waterbury | last post by:
This seems like it ought to work, according to the description of reduce(), but it doesn't. Is this a bug, or am I missing something? Python 2.3.2 (#1, Oct 20 2003, 01:04:35) on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> d1 = {'a':1} >>> d2 = {'b':2} >>> d3 = {'c':3}
38
3747
by: kbass | last post by:
In different articles that I have read, persons have constantly eluded to the productivity gains of Python. One person stated that Python's productivity gain was 5 to 10 times over Java in some in some cases. The strange thing that I have noticed is that there were no examples of this productivity gain (i.e., projects, programs, etc.,...). Can someone give me some real life examples of productivity gains using Python as opposed other...
36
6414
by: Andrea Griffini | last post by:
I did it. I proposed python as the main language for our next CAD/CAM software because I think that it has all the potential needed for it. I'm not sure yet if the decision will get through, but something I'll need in this case is some experience-based set of rules about how to use python in this context. For example... is defining readonly attributes in classes worth the hassle ? Does duck-typing scale well in complex
63
5196
by: Davor | last post by:
Is it possible to write purely procedural code in Python, or the OO constructs in both language and supporting libraries have got so embedded that it's impossible to avoid them? Also, is anyone aware of any scripting language that could be considered as "Python minus OO stuff"? (As you can see I'm completely new to Python and initially believed it's a nice&simple scripting language before seeing all this OO stuff that was added in over...
267
10866
by: Xah Lee | last post by:
Python, Lambda, and Guido van Rossum Xah Lee, 2006-05-05 In this post, i'd like to deconstruct one of Guido's recent blog about lambda in Python. In Guido's blog written in 2006-02-10 at http://www.artima.com/weblogs/viewpost.jsp?thread=147358
112
13878
by: mystilleef | last post by:
Hello, What is the Pythonic way of implementing getters and setters. I've heard people say the use of accessors is not Pythonic. But why? And what is the alternative? I refrain from using them because they smell "Javaish." But now my code base is expanding and I'm beginning to appreciate the wisdom behind them. I welcome example code and illustrations.
0
9705
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9576
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10568
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10311
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9138
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6847
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5516
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5647
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3813
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.