Python Beginning Python, cf dedicated calculator package

AI Thread Summary
Python is highly recommended for personal development in programming, especially for those interested in calculations and data processing. It is favored for its extensive libraries, such as NumPy and SciPy, which are beneficial for numerical calculations. Users have noted that Python’s versatility makes it suitable for interfacing with experimental data, aligning well with the goals of learning to code for fun, performing calculations, and processing data from transducers. Overall, experienced users encourage investing time in Python due to its supportive community and resources available for beginners.
houlahound
Messages
907
Reaction score
223
I am no programmer but I want to learn for personal development.

so physicsy type guys recommended Python. I downloaded it and have been playing.

my goals for programming are three;

1. learn to code just for fun

2. do calculations and numerical calculations

3. input data from transducers, process it and do something with processed data, particularly filtering.

I have used mathematica, maple and MATLAB before, to do calculations but not for interfacing with experimental data.

before I invest a bunch of time into Python can experienced users give their opinion if it is a good choice in light of my stated goals and / or offer any better solutions.

thanks any advice.
 
Technology news on Phys.org
houlahound said:
I am no programmer but I want to learn for personal development.

so physicsy type guys recommended Python. I downloaded it and have been playing.

my goals for programming are three;

1. learn to code just for fun

2. do calculations and numerical calculations

3. input data from transducers, process it and do something with processed data, particularly filtering.

I have used mathematica, maple and MATLAB before, to do calculations but not for interfacing with experimental data.

before I invest a bunch of time into Python can experienced users give their opinion if it is a good choice in light of my stated goals and / or offer any better solutions.

thanks any advice.
I have just started to learn Python myself. From what I can tell, Python has become very popular, in part because of the math and numerics libraries that are available (numpy and scipy for two). Based on the goals you list, I would recommend spending some time getting familiar with Python.
 
Sounds encouraging, thanks.
 
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...
Back
Top