Skip to content

Commit e8a474e

Browse files
committed
edit text in python lesson 1
1 parent 6dde744 commit e8a474e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

notebooks/python/raw/tut_1.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"This course covers the key Python skills you’ll need so you can start using Python for data science. \n",
7+
"This course covers the key Python skills you’ll need so you can start using Python for data science. The course is ideal for someone with some previous coding experience who wants to add Python to their repertoire. (If you're a first-time coder, you are encouraged to check out our [Intro to Programming course](https://www.kaggle.com/learn/intro-to-programming), which is designed for complete beginners who would like to get started with Python.)\n",
88
"\n",
9-
"We'll start with a brief overview of Python syntax, variable assignment, and arithmetic operators. If you have previous Python experience, you can [skip straight to the hands-on exercise](#$EXERCISE_FORKING_URL$)."
9+
"We'll start with a brief overview of Python syntax, variable assignment, and arithmetic operators. "
1010
]
1111
},
1212
{

notebooks/python/raw/tut_6.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@
680680
"name": "python",
681681
"nbconvert_exporter": "python",
682682
"pygments_lexer": "ipython3",
683-
"version": "3.6.12"
683+
"version": "3.6.5"
684684
},
685685
"learntools_metadata": {
686686
"lesson_index": 5,

0 commit comments

Comments
 (0)