Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- train/test
- polynomial regression
- multiple lines
- continue
- Text Analytics
- SQL
- Else
- PROJECT
- line width
- Default X points
- line color
- start exercise
- Python
- __init__
- variables
- Text mining
- pie charts
- data distribution
- MySQL
- error
- matplotlib
- self parameter
- AS
- For loops
- Github
- iterates
- machine learning
- PANDAS
- break
- matplotlib.pyplot
Archives
- Today
- Total
목록Pascal case (1)
Data Science Explorer

Rules for Python variables: A variable name must start with a letter or the underscore character A variable name cannot start with a number A variable name can only contain alpha-numeric characters and underscores (A-z, 0-9, and _ ) Variable names are case-sensitive (age, Age and AGE are three different variables) A variable name cannot be any of the Python keywords For better understanding, ple..
Python
2023. 10. 15. 07:00