Should I learn Python on a Mac or Windows?

angryTom
Release: 2020-02-28 17:10:47
Original
9561 people have browsed it

Many beginners are struggling with this question. Which system is better to choose? Is it Windows, Linux or Mac?

Should I learn Python on a Mac or Windows?

Should I learn Python on a Mac or Windows?

Python is a scripting language with high system portability. Learning Python itself has no requirements for the operating system, whether it is Mac or Windows.

Recommended: Python Tutorial

But in terms of programming experience, Mac is far better than Windows, mainly in the following aspects:

1. The Mac command line experience is better, close to that of Linux, while the Windows command line experience is worse.

2. Most libraries are developed based on Linux dependencies, and Mac is basically No problem, but Windows is more troublesome to install, such as Scrapy

3. Some less excellent codes or examples may not be adaptable to Windows, such as hard-coding the path separator instead of using the os library

But the biggest advantage of Windows is that there are many useful software that are free of charge. If you use Mac normally, many good software will cost money, and it is not as good as the free ones on Windows.

Moreover, the price difference of computers is not a little bit different. If you don’t need money, I still recommend Mac. But there is one more thing, if you want to play games.

Many python training videos, all on the PHP Chinese website, welcome to learn online!

The above is the detailed content of Should I learn Python on a Mac or Windows?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!