You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+33-10
Original file line number
Diff line number
Diff line change
@@ -205,7 +205,6 @@ Additionally, consider sharing it with the community using the badges below.
205
205
206
206
<palign="justify">Additionally, included under this <ahref="https://github.com/gzachariadis/Python-Code-Performance"target="_black">project</a> is my code performance tester, using <ahref="https://www.machinelearningplus.com/python/cprofile-how-to-profile-your-python-code/"target="_black">cProfiler</a> where you can test the efficiency of your solutions or compare your answers against mine.</p>
"-u", "--username" Specify your username (required)
267
+
"-a", "--append" Create folder structure for missing challenges
268
+
```
269
+
270
+
<palign="justify">The append option will essentially call in the background the add.py file with no arguments, for each new challenge, it finds that doesn't exist in your current folder structure.</p>
271
+
249
272
### Step 5 - Create your own Template
250
273
251
-
<palign="justify">Modify the <ahref="https://github.com/gzachariadis/Python.Challenges/blob/main/Template.md">Template.md</a> file according to your needs.</p>
274
+
<palign="justify">Modify the <ahref="https://github.com/gzachariadis/Python.Challenges/blob/main/Template.md">Template.md</a> file according to your needs, or create one yourself.</p>
252
275
253
276
<palign="justify">Careful when changing the "id" inside of the HTML tags, as they are used to fill the content accordingly.</p>
0 commit comments