Python Python, Julia, Jupyter .... clouds

  • Thread starter Thread starter maajdl
  • Start date Start date
  • Tags Tags
    Python
AI Thread Summary
The discussion centers on the transition from traditional computing tools like Excel and C# to modern programming languages such as Python, Julia, and R, particularly in the context of cloud computing for technical and scientific applications. The user expresses a desire to simplify sharing applications with colleagues without the need for administrative rights or complex installations. They seek insights on how cloud computing can facilitate this process, ideally as effortlessly as sharing files on platforms like OneDrive.Participants highlight the effectiveness of Jupyter notebooks for interactive learning and sharing, emphasizing their utility in academic settings. Concerns are raised about the security of cloud computing compared to in-house servers, pointing out potential data breach risks. The conversation also touches on the challenges of overcoming entrenched practices in organizations, particularly the reliance on Excel among engineers, and the frustration of not adopting more efficient tools sooner. Overall, the discussion underscores a growing interest in leveraging cloud technology to enhance collaboration and streamline workflows in technical fields.
maajdl
Gold Member
Messages
391
Reaction score
29
Hello,

Since a few months I enjoy learning and using Python, Julia, R, Jupyter.

I abandoned Fortran long ago.
Today, I decided to break with the more recent past.
I will stop computing in Excel and C#, (mainly for process simulation, since more than 10 years) ...

I would also like to stop sharing Excel files with my colleagues and avoid asking them to install my C# stuff with admin rights.
Here is where "cloud computing" would be very exciting.

Would some of you have experiences to share about "cloud computing" for technical and scientific applications?
(in an academic setup or an industrial setup)

I am especially interested to learn about how we can share applications in this way, with maximum simplicity.
Could it be as simple as sharing holiday pictures on OneDrive?

Thanks,

Michel
 
Technology news on Phys.org
Im puzzled by your rejection of tools that work quite well. Programmers and analysts select the tools that are right for the job and right for the times. Fortran was a great innovation when it came out and in some circumstances is still in use today in academic circles using legacy fortran code.

In general, when I want to share information with others, I like to prepare a report document where the data is visualized. I don't want someone to look at the data, alter it in some way and then come back with questions about the altered data. However, there are times when this makes sense and so various data formats are available to do this from CSV files for spreadsheet data to NETCDF files for scientific datasets.

Sometimes we share workspaces s that other can run my java code on their machine or we use a common repository for code sharing.

I like the Jupyter notebook concept. Its like an online interactive tutorial imitating how a prof might rpresent various concepts to students. It can be used to document what you've investigated and is easy to share. Its like having a book where you can interactively explore the displayed equations to get a better understanding of things. Some universtiy profs use it today in their teaching.
 
My rejection is not so much about the tools.
It is more because of my professional environment where standards are pushing people to do crazy things.
We have hundreds of engineers all using Excel as computing tool.
I have tried for many year to overcome these limitations, by pushing some java code, some vsto C# addin into Excel, ...
I used Excel-DNA to push even further.
But that doesn't solve the problem at the root.
For example, I do a lot of mathematical optimization (without the Excel solver) and had recourse to many solution, including the (failed) Microsoft Solver Foundation which was very promising.
That was all re-inventing the wheel as there are many excellent solution, free, open-source, and very efficient if one agree to break from the business routine.

You can't imagine my pleasure when I first decided to try JuMP on Julia and more recently Pyomo/Ipopt in Python.
I am very happy with this change of mind but a bit angry that I did not try earlier.

Therefore, now I am eager to find ways to share with my colleagues without fighting with the IT dept.
Sharing means that I want to do my job without troubling our IT.
But I need to know if cloud computing could help and how.
(I am also ready to leave 10% of my pay for this life-enhancing aim, paying some CPU time for colleagues)

Thanks for your suggestions

Michel
 
Cloud computing has a fundamental issue of how it to protect your data from breaches of security. You don't have this issue as much with in-house servers.

This article gets into a lot of cloud features, architectures and issues:
'
https://en.wikipedia.org/wiki/Cloud_computing
 
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 had a Microsoft Technical interview this past Friday, the question I was asked was this : How do you find the middle value for a dataset that is too big to fit in RAM? I was not able to figure this out during the interview, but I have been look in this all weekend and I read something online that said it can be done at O(N) using something called the counting sort histogram algorithm ( I did not learn that in my advanced data structures and algorithms class). I have watched some youtube...
Back
Top