Python I am elementary in coding with Fortran 90 and python

  • Thread starter Thread starter Pooyannikeghbali
  • Start date Start date
AI Thread Summary
The discussion centers on the integration of Fortran 90 with GIS, specifically focusing on creating a model in Fortran that outputs data as an ASCII file for subsequent use in Python. A clarification was sought regarding the phrase "for by ASCII file," indicating some confusion in terminology. Participants highlighted the availability of resources and knowledgeable members on a specific forum dedicated to questions about Fortran and Python, emphasizing the collaborative nature of the programming community. The original poster acknowledged a mistake in their wording, indicating a willingness to clarify their intent.
Pooyannikeghbali
Messages
3
Reaction score
1
I have worked on SPH (Smoothed Particle Hydrodynamics) method and Fortran 90.
Now, I am studying GIS and I want to make a model in Fortran as an ASCII file and after that transfer it in python.
 
Last edited:
  • Like
Likes berkeman
Technology news on Phys.org
Pooyannikeghbali said:
I want to make a model in Fortran for by ASCII file
What do you mean "for by ASCII file"?

Also, this is a good site for questions about Fortran and Python. Many members here are knowledgeable in these and other programming languages.
 
  • Like
Likes Pooyannikeghbali
Mark44 said:
What do you mean "for by ASCII file"?

Also, this is a good site for questions about Fortran and Python. Many members here are knowledgeable in these and other programming languages.
Thank you, that was a mistake.
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...

Similar threads

Back
Top