Learning by doing: Reading books and trying to understand the (code) examples
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
1.0 KiB

10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
  1. ### Sometimes expanded and modified code examples of following books:
  2. ##### 21st century C
  3. [http://shop.oreilly.com/product/0636920025108.do](http://shop.oreilly.com/product/0636920025108.do)
  4. ##### Understanding and Using C Pointers
  5. [http://shop.oreilly.com/product/0636920028000.do](http://shop.oreilly.com/product/0636920028000.do)
  6. ##### C Primer Plus (6th edition)
  7. [http://www.informit.com/store/c-primer-plus-9780321928429](http://www.informit.com/store/c-primer-plus-9780321928429)
  8. ##### jQuery Mobile - Up and Running
  9. [http://shop.oreilly.com/product/0636920014607.do](http://shop.oreilly.com/product/0636920014607.do)
  10. ##### Python 3 Object Orientated Programming
  11. [https://www.packtpub.com/application-development/python-3-object-oriented-programming](https://www.packtpub.com/application-development/python-3-object-oriented-programming)
  12. ##### Test-Driven Development for Embedded C
  13. [https://pragprog.com/book/jgade/test-driven-development-for-embedded-c](https://pragprog.com/book/jgade/test-driven-development-for-embedded-c)