Skip to content

Commit

Permalink
geeksforgeeks
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLeoni committed Aug 12, 2020
1 parent 5ad9e94 commit aecd820
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2115,7 +2115,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.3"
"version": "3.5.2"
},
"toc": {
"base_numbering": 1,
Expand Down
Binary file added img/geeks-for-geeks-more-topics.jpeg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 20 additions & 5 deletions index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -776,9 +776,26 @@
"\n",
"Contains many Python 3 exercises on algorithms and data structures (Needs to login)\n",
"\n",
"[hackerrank.com](https://www.hackerrank.com)\n",
"[hackerrank.com](https://www.hackerrank.com)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"**Geeks for Geeks**\n",
"\n",
"\n"
"Contains many exercises - doesn't have solutions nor explicit asserts but if you login and submit solutions, the system will run some tests serverside and give you a response.\n",
"\n",
"\n",
"In general for Part A you can filter difficulty by school+basic+easy and if you need to do part B also include medium.\n",
"\n",
"\n",
"[Example: Filter difficulty by school+basic+easy and topic String](https://practice.geeksforgeeks.org/explore/?category%5B%5D=Strings&difficulty%5B%5D=-2&difficulty%5B%5D=-1&difficulty%5B%5D=0&page=1)\n",
"\n",
"You can select many more topics if you click `more>>` un der Topic Tags:\n",
"\n",
"![immagine.png](img/geeks-for-geeks-more-topics.jpeg)\n"
]
},
{
Expand All @@ -787,9 +804,7 @@
"source": [
"**Material from other courses of mine (in Italian)**\n",
"\n",
"* [SoftPython - pulizia e analisi dati con Python](http://softpython.readthedocs.io/) : contains many practical example of reading files and performing analysis on them. In particular, check section [Esercizi integrativi](https://softpython.readthedocs.io/it/latest/toc.html#esercizi-integrativi)\n",
"\n",
"\n"
"* [SoftPython - pulizia e analisi dati con Python](http://it.softpython.org) : contains many practical example of reading files and performing analysis on them."
]
},
{
Expand Down

0 comments on commit aecd820

Please sign in to comment.