diff --git a/resources/LearnPython.md b/resources/LearnPython.md index 62840eb..7fcce11 100644 --- a/resources/LearnPython.md +++ b/resources/LearnPython.md @@ -1,4 +1,5 @@ ## Python Programming. + > If you think there is a resource which you think others would benefit on, fork, add your changes, and make a pull request! @@ -12,4 +13,5 @@ | [CodeCademy](https://www.codecademy.com/) | Codecademy is also one of the better websites where you can learn basics of python in a practical way. | | [W3Schools.com/Python](https://www.w3schools.com/python/default.asp) | We create simplified and interactive learning experiences. Learning web development should be easy to understand and available for everyone, everywhere! W3Schools is a school for web developers, covering all the aspects of web development. | | [Kaggle](https://www.kaggle.com/learn/python) | Kaggle provides a brief overview of Python syntax, variable assignment, and arithmetic operators. | -| [freeCodeCamp](https://www.freecodecamp.org/learn/scientific-computing-with-python/) | freeCodeCamp covers Python fundamentals like variables, loops, conditionals, and functions. Then you'll quickly ramp up to complex data structures, networking, relational databases, and data visualization. | +| [freeCodeCamp](https://www.freecodecamp.org/learn/scientific-computing-with-python/) | freeCodeCamp covers Python fundamentals like variables, loops, conditionals, and functions. Then you'll quickly ramp up to complex data structures, networking, relational databases, and data visualization. | +| [freeCodeCamp](https://www.freecodecamp.org/learn/scientific-computing-with-python/) | freeCodeCamp covers Python fundamentals like variables, loops, conditionals, and functions. Then you'll quickly ramp up to complex data structures, networking, relational databases, and data visualization. |