Environment configuration on the first day of Python 100-day learning check-in

Operating system environment:

macOS Monyterey

Editor: VsCode

Python environment: 3.10.5

Python download link: Python Release Python 3.10.5 | Python.org

Event address: CSDN 21-day learning challenge

**

creative plan

**
1. Systematically learn a development language from scratch

Keep up with learning progress every day

2. Share your learning content through blogs

Share what you have learned on your blog

3. Communicate more with classmates in the group

Communicate more with classmates and ask for advice from classmates who are good learners

4. Longing

Strive to become an operation and maintenance development engineer as soon as possible and contribute to operation and maintenance.

**

study plan

**
1. Learning objectives

Become a Python development engineer as soon as possible

2. Learning content

1. Python environment setup

2. Basic knowledge of Python

3. Python object-oriented programming

4. Python network programming

5. Project

3. Study time

Every Wednesday and Friday 8:30---9:30 pm

4. Learning output

Every time you study, you must produce something

**

Study diary

**
1. Environment setup

Download Python3.10.5: https://www.python.org/ftp/python/3.10.5/python-3.10.5-macos11.pkg

 2. Install Python

3. Check whether the local Python is installed successfully:

 4. Print our Hello python

Guess you like

Origin blog.csdn.net/u011630259/article/details/126112106