current position:Home>After learning these English words, mom doesn't have to worry that I can't learn Python any more
After learning these English words, mom doesn't have to worry that I can't learn Python any more
2022-06-24 06:15:42【Code start】
Want to learn python But what if you don't know many English words ?
- Preface
- Interactive environment and print Output
- String operation
- repeat / transformation / Replace / Original string
- Remove / Inquire about / Count
- Get input / format
- Tuples
- list
- aggregate
- Dictionaries
- loop
- Conditions / Jump out and end loop
Preface
Many kids who have changed careers or just started to do tests learn Python when , Often ask a question : I am not good at English. Can I learn code .
The answer is : For sure ! If you are good at learning English, you must learn it better than your friends who can't speak English . When the code reports an error, it is all in English , After all, this is something that foreigners put together
Just like people who learn guitar know staff at the beginning ? Not necessarily .
Sum up , The two most important things to learn :
- The first is the : Interest in ! Only when you are interested will you persist !
- The second is : insist !
Remember a little ! Don't memorize these words by rote , In your corresponding scene , You will remember when you see more . Learning should pay attention to ways and methods
Interactive environment and print Output
1、print: Print / Output
2、coding: code
3、syntax: grammar
4、error: error
5、invalid: Invalid
6、identifier: name / identifier
7、character : character
String operation
1、user: user
2、name: full name / name
3、attribute: Field / attribute
4、value: value
5、key: key
repeat / transformation / Replace / Original string
1、upper: above
2、lower: below
3、capitalize: Write or print in capital letters
4、title: title
5、replace: Replace
6、old: old
7、new: new
8、count: Count
9、swap: swap
10、case: situation
11、path: route
12、new: new \ newly build
13、project: project
14、test: test
15、file: file
16、data: data
Remove / Inquire about / Count
1、strip: Remove
2、index: Indexes
3、find: lookup
4、count: Count
5、start: Start
6、end: end
7、chars: character
8、sub: subsidiary
Get input / format
1、input: Input
2、prompt: Tips
3、ID: Id card
4、format: format
5、args(argument): Parameters
6、kwargs: Key parameters
7、year: year
8、month: month
9、day: Japan
Tuples
1、tuple: Tuples
2、max: Maximum
3、min: Minimum
4、iterable: Can the iteration
5、key: keyword
6、function: Method / function
7、stop: stop it
8、object: object
list
1、list: list
2、reverse: reverse
3、true: really
4、false: false
5、append: additional
6、extend: Expand
7、insert: Insert
8、pop: Take out
9、remove: remove
10、del(delete): Delete
11、clear: eliminate
12、sort: Sort
aggregate
1、set: aggregate / Set up
2、add: add to
3、update: to update
4、discard: discarded
5、intersection: The intersection
6、union: union
7、difference: Difference
8、symmetric: symmetry
9、in: stay … Inside
10、not: No / No
11、disjoint: Disjoint
12、subset: A subset of
13、superset: Superset / Superset
14、copy: Copy
Dictionaries
1、dict: Dictionaries
2、key: key / keyword
3、value: value
4、item: term
5、mapping: mapping
6、seq(sequence): Sequence
7、from: from / come from
8、get: obtain
9、default: Default
10、none: No,
11、arg: Variable elements
12、kwargs(keyword args): Variable keyword element
loop
1、for…in… The use of recycling
2、while… The use of recycling
3、range: Range
4、sep(separate): Separate
5、flush: Scour
6、step: step
7、continue: continue
8、break: breakthrough / Jump out of
Conditions / Jump out and end loop
1、if: If
2、else: otherwise
More exchange and learning , Please add :893694563, The group has more technical information to share
copyright notice
author[Code start],Please bring the original link to reprint, thank you.
https://en.pythonmana.com/2022/175/202202211617341874.html
The sidebar is recommended
- Python simulates keyboard input and mouse operation
- Python get windows special folder path code
- Python segmented download file
- Python setting environment variables for processes
- Python uses multithreading to execute CMD command to shut down
- Python gets the number of days in the previous month
- Python generates 128 barcode (code128)
- [Python] code sharing for drawing 2D scatter diagram
- [Python] output the names of students with the highest or lowest scores and students with lower than average scores
- [Python] implement the maximum and minimum distance algorithm
guess what you like
Python parsing JSON data tutorial
Deep learning project: how to use Python and opencv for face recognition
Pychart developing Django project template common filter tutorial
Using Python to call cloud API to monitor the traffic usage of lightweight application servers
Face core app access - server Python demo
Can Python's "King" status be maintained in the next decade?
How do Python crawlers make money? Six Python crawlers make money. It's not a problem to engage in sidelines
Java or python, which is more suitable for AI development?
How to make beeps in Python for windows ECS
Three sorts (select, bubble, insert) Python version
Random recommended
- Python automatic switching environment
- Detailed explanation of python3 rounding problem
- [Master Wu's Python bakery] day 2
- [Master Wu's Python bakery] day 1
- [Master Wu's Python bakery] day 3
- [Master Wu's Python bakery] day 4
- [Master Wu's Python bakery] day 5
- [Master Wu's Python bakery] day 6
- [Master Wu's Python bakery] day 7
- [Master Wu's Python bakery] day 8
- Introduction and examples of socket programming in Python
- Python notes - permissionerror
- Python notes - deprecationwarning
- Python notes - Open Python project
- Python notes - PIL Library
- Python notes - with as statement
- How to export IPython history to Py file?
- Python multithreading combined with dataloader to load data
- Make Python not echo commands that get password input
- In c/c++ and python programming, null and none cannot be distinguished clearly
- Writing sample code for functions in Python
- Summary of operation methods of Python set (about 20 operation methods), with sample code attached
- Python -- functions
- Anonymous and recursive functions in Python
- How to query the methods (member functions) of a class or an object in Python [using the function dir()]
- Summary of operation methods of Python Dictionary (dict) (about 18 operation methods), with sample code attached
- Collect hot search lists in Python at work, which can be called a fishing artifact
- Running Django and Vue on docker
- Data classification in pandas
- About Python: docxtpl is embedded by default when inserting pictures
- How to solve the problem of CSV? (Language Python)
- Installation and use of redis (Python)
- Python implements sending mail (implements single / group mail verification code)
- On the built-in object type of Python -- number (one of the differences between py2 and PY3)
- Python God uses a problem to help you solve the problems of formal and actual parameters in Python functions
- "Project Euler Python Mini tutorial" 001-010 solution introduction
- Most beginners learn Python and web automation. In this way, they learn and give up
- Python matrices and numpy arrays
- Exciting challenge: Python crawler crawls the cover picture of station B
- After installing python3, use the yum command to report an error?