@@ -273,7 +273,7 @@ from CSV to JSON, the bulk of the tests need not be updated
273273> Some programming languages, such as Haskell or Lisp, support writing pure functional code only.
274274> Other languages, such as Python, Java, C++ , allow mixing ** functional** and ** procedural**
275275> programming paradigms.
276- > Read more in the [extra episode on functional programming](/ functional- programming/ index.html)
276+ > Read more in the [extra episode on functional programming](.. / functional- programming/ index.html)
277277> and when it can be very useful to switch to this paradigm
278278> (e.g. to employ MapReduce approach for data processing).
279279{: .callout}
@@ -301,14 +301,14 @@ and provide varied approaches to structuring your code -
301301each with certain strengths and weaknesses when used to solve particular types of problems.
302302In many cases, particularly with modern languages, a single language can allow many different
303303structural approaches and mixing programming paradigms within your code.
304- Once your software begins to get more complex - it is common to use aspects of [different paradigm](/ programming- paradigms/ index.html)
304+ Once your software begins to get more complex - it is common to use aspects of [different paradigm](.. / programming- paradigms/ index.html)
305305to handle different subtasks.
306- Because of this, it is useful to know about the [major paradigms](/ programming- paradigms/ index.html),
306+ Because of this, it is useful to know about the [major paradigms](.. / programming- paradigms/ index.html),
307307so you can recognise where it might be useful to switch.
308308This is outside of scope of this course - we have some extra episodes on the topics of
309- [procedural programming](/ procedural- programming/ index.html),
310- [functional programming](/ functional- programming/ index.html) and
311- [object - oriented programming](/ object - oriented- programming/ index.html) if you want to know more.
309+ [procedural programming](.. / procedural- programming/ index.html),
310+ [functional programming](.. / functional- programming/ index.html) and
311+ [object - oriented programming](.. / object - oriented- programming/ index.html) if you want to know more.
312312
313313> # # So Which One is Python?
314314> Python is a multi- paradigm and multi- purpose programming language.
0 commit comments