** * This article is from Udemy "[Introduction to Python3 taught by active Silicon Valley engineers + application + American Silicon Valley style code style](https://www.udemy.com/course/python-beginner/" Introduction to Python3 taught by active Silicon Valley engineers + application + American Silicon Valley style code style ")" It is a class notebook for myself after taking the course of. It is open to the public with permission from the instructor Jun Sakai. ** **
8. Variable Declaration 9. First print out 10. Numerical value 11. String 12. String Indexes and Slices 13. Character methods 14. Character substitution 15. f-strings 16. List type 17. List Manipulation 18. List methods 19. Copy of list 21. Tuple type 22. Tuple unpacking 23. Where to use tuples 24. Dictionary type 25. Dictionary type method 26. Copy of dictionary 27. How to use the dictionary 28. Collective type 29. Set methods 30. Usage of the set 31. Comments 32. When one line gets longer 33. if statement 35. Comparison and logical operators 36. Usage of In and Not 37. Technique to judge that there is no value 38. When judging None 39. while statement, continue statement and break statement 40. while else statement 41. input function 42. for statement, break statement and continue statement 43. for else statement 44. range function 45. enumerate function 46. zip function 47. Process the dictionary with a for statement 48. Function definition 49. Function citation and return value declaration 50. Positional arguments, keyword arguments and default arguments 51. Be careful with default arguments 52. Tupleization of positional arguments 53. Dictionary of keyword arguments 54. What is Docstrings 55. In-function functions 56. Closure 57. Decorator 58. Lambda 59. Generator 60. List comprehension 61. Dictionary comprehension
Recommended Posts