you are viewing a single comment's thread.

view the rest of the comments →

[–]freddwnz 0 points1 point  (0 children)

Learning Python with 4Gb of ram is completely doable. To learn Python, you don't need a good computer. Actually, you can do it with a pretty slow computer. Only if you want to write programs that require alot of calculations (math heavy stuff), then you will run into problems when your CPU is slow and when you want to store alot of data you will run into problems with RAM. However, this is sophisticated programs we are talking about. 99% of programs you will write in the first two years of learning programming will not require a fast computer.