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
 
Thread 'Star maps using Blender'
Blender just recently dropped a new version, 4.5(with 5.0 on the horizon), and within it was a new feature for which I immediately thought of a use for. The new feature was a .csv importer for Geometry nodes. Geometry nodes are a method of modelling that uses a node tree to create 3D models which offers more flexibility than straight modeling does. The .csv importer node allows you to bring in a .csv file and use the data in it to control aspects of your model. So for example, if you...
I tried a web search "the loss of programming ", and found an article saying that all aspects of writing, developing, and testing software programs will one day all be handled through artificial intelligence. One must wonder then, who is responsible. WHO is responsible for any problems, bugs, deficiencies, or whatever malfunctions which the programs make their users endure? Things may work wrong however the "wrong" happens. AI needs to fix the problems for the users. Any way to...
Back
Top