How amateurs passed the Python 3 Engineer Certification Basic Exam

Qualified background

Until last year I worked outside the IT industry.

Grades

20200628_041422.jpg

Received in Shinjuku The test itself took about 20 minutes. The test results came out on the screen in haste.

Study method (mainly 3!)

① atcoder (competition algorithm contest)

** Just writing the code doesn't really continue **, so I learned the python grammar while solving the problem on the site I asked my friend. You can study for free at AtCoder Beginner Contest at the link below. Account required Link Below is the answer. If you want to try the code once, run it with a code test. All you need is a PC and an internet environment! Below is the answer to question A108

a,b = map(int,input().split())

if a == 2 or b == 2:
    print("No")
else:
    print("Yes")

I will omit detailed information about atcoder. I think that you can find out more by searching with the keywords on this site, so ...

② Python tutorial 3rd edition

I bought it because it is in the test range. (Because the paper was good) ** I read this anyway. ** ** I decided which chapter to focus on and read it from the link below. Link I just skipped the parts I didn't understand.

③ Mock test

You can take a practice test at the link below. It was all free. I'm sure I needed an account. Link After reading the tutorial, I went to the passing line about the 6th time.

Summary

Perhaps this is a study method that is not suitable for those who need qualifications in a hurry. I enjoyed studying python grammar as much as possible while solving problems. Next, we will challenge the data analysis.

Recommended Posts

How amateurs passed the Python 3 Engineer Certification Basic Exam
Take the Python3 Engineer Certification Basic Exam
How to pass and study the Python 3 Engineer Certification Basic Exam
How an "amateur banker" passed the Python 3 Engineer Certification Basic Exam in a week
Have passed the Python Engineer Certification Data Analysis Exam
Is the Python 3 Engineer Certification Basic Exam Really Easy?
Impressions of taking the Python 3 Engineer Certification Basic Exam
How to study Python 3 engineer certification basic exam by Python beginner (passed in August 2020)
python engineer certification exam
I passed the python engineer certification exam, so I released the study method
Python3 Engineer Certification Basic Exam-I tried to solve the mock exam-
A memorandum regarding the acquisition of the Python3 engineer certification basic exam
Programming beginner Python3 engineer certification basic exam record
[Qualification] I studied Python from the basics to take the python3 engineer certification basic exam (examination record)
[Qualification] I studied Python from the basics to take the python3 engineer certification basic exam (study edition)
Python3 Engineer Certification Data Analysis Exam Self-made Questions
Python3 Engineer Certification Basic Exam-Notes and Problem Trends-
Python 3 Engineer Certification Data Analysis Exam Pre-Exam Learning
A story about a liberal arts programming amateur getting a Python 3 engineer certification basic exam
How to study Python 3 engineer certification data analysis test by Python beginner (passed in September 2020)
(Maybe) This is all you need to pass the Python 3 Engineer Certification Data Analysis Exam
How to get the Python version
[Python] How to import the library
How do I represent the data passed in Curl --data-urlencode in Python Requests?
[Python] I personally summarized the basic grammar.
Python amateurs try to summarize the list ①
Python Basic Course (at the end of 15)
Python 3 Engineer Certified Data Analysis Exam Preparation
How to use the C library in Python
[Examination Report] Python 3 Engineer Certified Data Analysis Exam
[Python] How to change the date format (display format)
This is the only basic review of Python ~ 1 ~
This is the only basic review of Python ~ 2 ~
[Algorithm x Python] How to use the list
How to erase the characters output by Python
How to get the files in the [Python] folder
This is the only basic review of Python ~ 3 ~