trailing File addressed
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
"\n",
|
"\n",
|
||||||
"\n",
|
"\n",
|
||||||
"If you find an error or think you've a better way to solve some of them, feel\n",
|
"If you find an error or think you've a better way to solve some of them, feel\n",
|
||||||
"free to open an issue at <https://github.com/rougier/numpy-100>"
|
"free to open an issue at <https://github.com/rougier/numpy-100>."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -9,7 +9,9 @@ and new users but also to provide a set of exercises for those who teach.
|
|||||||
|
|
||||||
|
|
||||||
If you find an error or think you've a better way to solve some of them, feel
|
If you find an error or think you've a better way to solve some of them, feel
|
||||||
free to open an issue at <https://github.com/rougier/numpy-100>File automatically generated. See the documentation to update questions/answers/hints programmatically.
|
free to open an issue at <https://github.com/rougier/numpy-100>.
|
||||||
|
File automatically generated. See the documentation to update questions/answers/hints programmatically.
|
||||||
|
|
||||||
#### 1. Import the numpy package under the name `np` (★☆☆)
|
#### 1. Import the numpy package under the name `np` (★☆☆)
|
||||||
|
|
||||||
#### 2. Print the numpy version and the configuration (★☆☆)
|
#### 2. Print the numpy version and the configuration (★☆☆)
|
||||||
|
|||||||
@@ -9,7 +9,9 @@ and new users but also to provide a set of exercises for those who teach.
|
|||||||
|
|
||||||
|
|
||||||
If you find an error or think you've a better way to solve some of them, feel
|
If you find an error or think you've a better way to solve some of them, feel
|
||||||
free to open an issue at <https://github.com/rougier/numpy-100>File automatically generated. See the documentation to update questions/answers/hints programmatically.
|
free to open an issue at <https://github.com/rougier/numpy-100>.
|
||||||
|
File automatically generated. See the documentation to update questions/answers/hints programmatically.
|
||||||
|
|
||||||
#### 1. Import the numpy package under the name `np` (★☆☆)
|
#### 1. Import the numpy package under the name `np` (★☆☆)
|
||||||
`hint: import … as`
|
`hint: import … as`
|
||||||
#### 2. Print the numpy version and the configuration (★☆☆)
|
#### 2. Print the numpy version and the configuration (★☆☆)
|
||||||
|
|||||||
@@ -9,7 +9,9 @@ and new users but also to provide a set of exercises for those who teach.
|
|||||||
|
|
||||||
|
|
||||||
If you find an error or think you've a better way to solve some of them, feel
|
If you find an error or think you've a better way to solve some of them, feel
|
||||||
free to open an issue at <https://github.com/rougier/numpy-100>File automatically generated. See the documentation to update questions/answers/hints programmatically.
|
free to open an issue at <https://github.com/rougier/numpy-100>.
|
||||||
|
File automatically generated. See the documentation to update questions/answers/hints programmatically.
|
||||||
|
|
||||||
#### 1. Import the numpy package under the name `np` (★☆☆)
|
#### 1. Import the numpy package under the name `np` (★☆☆)
|
||||||
`hint: import … as`
|
`hint: import … as`
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,9 @@ and new users but also to provide a set of exercises for those who teach.
|
|||||||
|
|
||||||
|
|
||||||
If you find an error or think you've a better way to solve some of them, feel
|
If you find an error or think you've a better way to solve some of them, feel
|
||||||
free to open an issue at <https://github.com/rougier/numpy-100>File automatically generated. See the documentation to update questions/answers/hints programmatically.
|
free to open an issue at <https://github.com/rougier/numpy-100>.
|
||||||
|
File automatically generated. See the documentation to update questions/answers/hints programmatically.
|
||||||
|
|
||||||
#### 1. Import the numpy package under the name `np` (★☆☆)
|
#### 1. Import the numpy package under the name `np` (★☆☆)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
"\n",
|
"\n",
|
||||||
"\n",
|
"\n",
|
||||||
"If you find an error or think you've a better way to solve some of them, feel\n",
|
"If you find an error or think you've a better way to solve some of them, feel\n",
|
||||||
"free to open an issue at <https://github.com/rougier/numpy-100>"
|
"free to open an issue at <https://github.com/rougier/numpy-100>."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -103,8 +103,8 @@ def create_markdown(destination_filename='100_Numpy_exercises', with_hints=False
|
|||||||
mdfile = mdutils.MdUtils(file_name=destination_filename)
|
mdfile = mdutils.MdUtils(file_name=destination_filename)
|
||||||
|
|
||||||
# Add headers
|
# Add headers
|
||||||
mdfile.write(HEADERS["header"])
|
mdfile.write(HEADERS["header"] + '\n')
|
||||||
mdfile.write(HEADERS["sub_header"])
|
mdfile.write(HEADERS["sub_header"] + '\n')
|
||||||
|
|
||||||
# Add questions (and hint or answers if required)
|
# Add questions (and hint or answers if required)
|
||||||
for n in range(1, 101):
|
for n in range(1, 101):
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ and new users but also to provide a set of exercises for those who teach.
|
|||||||
|
|
||||||
|
|
||||||
If you find an error or think you've a better way to solve some of them, feel
|
If you find an error or think you've a better way to solve some of them, feel
|
||||||
free to open an issue at <https://github.com/rougier/numpy-100>
|
free to open an issue at <https://github.com/rougier/numpy-100>.
|
||||||
|
|
||||||
|
|
||||||
< sub_header
|
< sub_header
|
||||||
|
|||||||
Reference in New Issue
Block a user