473,398 Members | 2,212 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,398 software developers and data experts.

simple chemistry in python

Hi,
Im looking for a python module to do simple chemistry things. Things
like, finding the name of elements given the atomic number (and vice
versa); what state the given matter is in depending on certain
parameters; maybe even color of certain elements or even calculating the
result of combining certain elements.
I was looking for something simple, but everything I see seems to be a
full blown chemistry set.
I know I can probably spend a day doing this one element at a time, but
I was wondering if there is already something like this done in a small
scale?
Thanks for any information
Astan

--
"Formulations of number theory: Complete, Consistent, Non-trivial. Choose two."
Animal Logic
http://www.animallogic.com

Please think of the environment before printing this email.

This email and any attachments may be confidential and/or privileged. If you are not the intended recipient of this email, you must not disclose or use the information contained in it. Please notify the sender immediately and delete this document if you have received it in error. We do not guarantee this email is error or virus free.

Jun 27 '08 #1
3 1733
If you are familiar with parsing XML, much of the data you need is
stored in the following file:
http://bodr.svn.sourceforge.net/view...e=text%2Fplain

This file is part of the Blue Obelisk Data Repository, an effort by
several chemistry software developers to share common information. If
you have any further questions, please email blueobelisk-
di*****@lists.sf.net.

Noel

On Apr 29, 8:48 am, Astan Chee <st...@al.com.auwrote:
Hi,
Im looking for a python module to do simple chemistry things. Things
like, finding the name of elements given the atomic number (and vice
versa); what state the given matter is in depending on certain
parameters; maybe even color of certain elements or even calculating the
result of combining certain elements.
I was looking for something simple, but everything I see seems to be a
full blown chemistry set.
I know I can probably spend a day doing this one element at a time, but
I was wondering if there is already something like this done in a small
scale?
Thanks for any information
Astan

--
"Formulations of number theory: Complete, Consistent, Non-trivial. Choose two."

Animal Logichttp://www.animallogic.com

Please think of the environment before printing this email.

This email and any attachments may be confidential and/or privileged. If you are not the intended recipient of this email, you must not disclose or use the information contained in it. Please notify the sender immediately and delete this document if you have received it in error. We do not guarantee this email is error or virus free.
Jun 27 '08 #2
On Apr 29, 8:41 am, baoilleach <baoille...@gmail.comwrote:
....This file is part of the Blue Obelisk Data Repository, an effort by
several chemistry software developers to share common information....
This ref is incredibly cool. Is there a guide or
meta-index for similar open scientific data repositories
(not web search forms: downloadable complete data)?
-- Aaron Watters

===
http://www.xfeedme.com/nucular/pydis...EETEXT=valence
Jun 27 '08 #3
2008/4/30 Astan Chee <st***@al.com.au>:
>
Wow, that is the jackpot.
Is that color node supposed to be the actual color of the element? or just
representation?
Representation. There are certain de facto standards, such as blue for
nitrogen and so on. Google "CPK colors" for the origin of some of
these.
Thanks again
Astan

baoilleach wrote:
If you are familiar with parsing XML, much of the data you need is
stored in the following file:
http://bodr.svn.sourceforge.net/view...e=text%2Fplain

This file is part of the Blue Obelisk Data Repository, an effort by
several chemistry software developers to share common information. If
you have any further questions, please email blueobelisk-
di*****@lists.sf.net.

Noel

On Apr 29, 8:48 am, Astan Chee <st...@al.com.auwrote:
Hi,
Im looking for a python module to do simple chemistry things. Things
like, finding the name of elements given the atomic number (and vice
versa); what state the given matter is in depending on certain
parameters; maybe even color of certain elements or even calculating the
result of combining certain elements.
I was looking for something simple, but everything I see seems to be a
full blown chemistry set.
I know I can probably spend a day doing this one element at a time, but
I was wondering if there is already something like this done in a small
scale?
Thanks for any information
Astan

--
"Formulations of number theory: Complete, Consistent, Non-trivial. Choose
two."

Animal Logichttp://www.animallogic.com

Please think of the environment before printing this email.

This email and any attachments may be confidential and/or privileged. If you
are not the intended recipient of this email, you must not disclose or use
the information contained in it. Please notify the sender immediately and
delete this document if you have received it in error. We do not guarantee
this email is error or virus free.

--
http://mail.python.org/mailman/listinfo/python-list

--
"Formulations of number theory: Complete, Consistent, Non-trivial. Choose
two."


Please think of the environment before printing this email.

This email and any attachments may be confidential and/or privileged. If you
are not the intended recipient of this email, you must not disclose or use
the information
contained in it. Please notify the sender immediately and delete this
document if you have received it in error. We do not guarantee this email is
error or virus free.
Jun 27 '08 #4

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

Similar topics

20
by: Matthew Thorley | last post by:
My friend sent me an email asking this: > I'm attemtping to decide which scripting language I should master and > was wondering if it's possible to do > these unixy awkish commands in python:...
1
by: Simon Roses Femerling | last post by:
Thx for your response sqllite looks very interesting :) Here is the python module: http://sourceforge.net/projects/pysqlite/ I'm familiar with mysql and postgresql but there are too heavy and...
4
by: The Doctor | last post by:
I am looking for a tool that whould search structures and partials on a chemistry catalogue/database. I am reading up on a paper from Austria, but I would like to avoid Pascal. C / C++ / Perl...
73
by: Claudio Grondi | last post by:
In the process of learning about some deeper details of Python I am curious if it is possible to write a 'prefix' code assigning to a and b something special, so, that Python gets trapped in an...
30
by: Brian Elmegaard | last post by:
Hi, I am struggling to understand how to really appreciate object orientation. I guess these are FAQ's but I have not been able to find the answers. Maybe my problem is that my style and...
9
by: arnuld | last post by:
hello folks, i have a simple one line question. i am planniing to 1st learn Assembly & then C++: are there any jobs that i can get by learning C++? -- if yes, what type of jobs are...
8
by: rdrink | last post by:
I am just getting into pysqlite (with a fair amount of Python and MySQL experience behind me) and have coded a simple test case to try to get the hang of things... yet have run into a 'stock...
10
true911m
by: true911m | last post by:
This is a simple walkthrough to get PyInstaller up and running. I decided to give PI a try, because it claims to be more selective about what it bundles into its executable files by default, and...
35
by: globalrev | last post by:
http://reddit.com/r/programming/info/18td4/comments claims people take a lot of time to write a simple program like this: "Write a program that prints the numbers from 1 to 100. But for...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
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...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.