I've been asked to work on Protein structure visualization, something like RasMol where a user will be opening a pdb file to get the protein structure.
How I can generate protein structure from the pdb file?
I would like to code in Python and to visualize the structure should I be using OpenGL or VTK? are there any other modules that might help me in this regard?