read.txt 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. Python:
  2. Python_Tutorial.pdf
  3. Scipy_Lecture_Notes.pdf (Debugging, Profiling and interfacing with C)
  4. Learning_Python.pdf
  5. Programming_Python.pdf
  6. Modeling_and_Simulation_with_Python.pdf
  7. Python_for_Unix_and_Linux_System_Administration.pdf
  8. Introduction_to_Scientific_Computing_in_Python.pdf
  9. How_Think_Like_Computer_Scientist-Learning_Python.pdf
  10. Functional_Python_Programming.pdf
  11. Automate_the_boring_stuff_with_Python.pdf
  12. Python_Cookbook.pdf
  13. Python_GUI_Programming_Cookbook.pdf
  14. Programming_in_Python3.pdf (9.Debugging, Testing, and Profiling)
  15. Programming_Python.pdf (GUI, Systems programming)
  16. Fluent_Python.pdf
  17. Unit_testing_with_pytest_and_nose.pdf
  18. Python4-Advanced_Python.pdf
  19. Website:
  20. The Python Tutorial
  21. https://docs.python.org/3/tutorial/index.html
  22. Library Refernce (keep this under your pillow)
  23. https://docs.python.org/3/library/index.html
  24. Language Reference (descruves syntax and language elements)
  25. https://docs.python.org/3/reference/index.html
  26. Python Setup and Usage (how to use Python on different platforms)
  27. https://docs.python.org/3/using/index.html
  28. Python HOWTOs (in-depth documents on specific topics)
  29. https://dpcs.python.org/3/howto/index.html
  30. Installing Python Modules (installing from the Python Package index & other sources)
  31. https://docs.python.org/3/installing/index.html
  32. Distributing Python Modules (publishing modules for installation by others)
  33. https://docs.python.org/3/distributing/index.html
  34. Extending and Embedding (tutorial for C/C++ programmers)
  35. https://docs.python.org/3/extending/index.html
  36. Python/C API (reference for C/C++ programmers)
  37. https://docs.python.org/3/c-api/index.html
  38. Python 3.8.0 documentation (documentation for Python 3.8.0)
  39. https://docs.python.org/3/
  40. Full Stack Python (Web Development)
  41. https://www.fullstackpython.com/
  42. Google's Python Class
  43. https://developers.google.com/edu/python/
  44. Corey Schafer - coreyms.com
  45. ViTextEditing:
  46. vi_reference.pdf
  47. vi_and_vim_Editors.pdf
  48. R:
  49. Hands_On_Programming_with_R.pdf
  50. Practical_Data_Science_with_R.pdf
  51. Introduction_to_Data_Science_with_R (Video) - code at github
  52. Ploting:
  53. ggplot2.pdf
  54. ggplot for Python (find)
  55. Google's Coding Competitions
  56. https://codingcompetitions.withgoogle.com/
  57. Linux:
  58. Debian_Reference.pdf
  59. Ubuntu_Linux_Toolbox.pdf # Chap: 15 Virtual Machines
  60. Practical_LPIC-1.pdf
  61. Practical_LPIC-3.pdf
  62. Essentials_System_Administration-LFS201.pdf
  63. Python_for_Unix_and_Linux_System_Administration.pdf
  64. linux_programming_unleash.pdf
  65. The_Linux_System_Administrators_Guide.pdf
  66. Linux_Network_Administrators_Guide.pdf
  67. https://lwn.net/
  68. Shell Scripting:
  69. Linux_Shell_Scripting_with_Bash.pdf
  70. SQL:
  71. Introduction_to_SQL.pdf
  72. Learning_SQL.pdf
  73. Effective_SQL.pdf
  74. MYSQL_in_a_nutshell.pdf
  75. MySQL Knowledge base - http://www.mysql.com/network/knowledgebase/html
  76. DataScience:
  77. Python_Data_Science_Handbook.pdf (4.Visualization with Matplotlib)
  78. Data_Science_Command_Line.pdf
  79. Data_Science_from_Scratch.pdf (23.Databases and SQL)
  80. Python_for_Data_Analysis.pdf
  81. Mastering_Python_for_Data_Science.pdf
  82. Introduction_to_Machine_Learning_with_Python.pdf
  83. Modeling_with_Data-Tools_and_Techniques_for_Scientific_Computing.pdf
  84. Natural Language Processing:
  85. Natural_Language_Processing_in_Action.pdf
  86. Python_Text_Processing_with_NLTK-Cookbook.pdf
  87. Haskell:
  88. https://wiki.haskell.org/Books
  89. Learn_You_a_Haskell_for_Great_Good.pdf
  90. The_Haskell_Road_to_Logic_Math_and_Programming.pdf
  91. Practical_Haskell.pdf
  92. Mathematics:
  93. Mathematical_Methods_for_Physicists-A_Concise_Introduction.pdf
  94. Modeling_with_Data_Ben_Klemens.pdf
  95. HTML Color codes:
  96. https://htmlcolors.com
  97. https://web.mit.edu/rsi/www/pdfs/beamer-tutorial.pdf
  98. Arch Linux:
  99. https://wiki.archlinux.org/index.php/Main_page
  100. https://wiki.archlinux.org/index.php/Arch_compared_to_other_distributions
  101. Gentoo Linux amd64 Handbook: Installing Gentoo
  102. https://wiki.gentoo.org/wiki/Handbook:AMD64/Full/Installation
  103. https://wiki.gentoo.org/wiki/Main_Page
  104. Slackware Linux:
  105. https://slackwiki.com/Minimal_System
  106. Programming for Physics and Astronomy:
  107. http://prancer.physics.louisville.edu/astrowiki/index.php/Programming_for_Physics_
  108. and_Astronomy
  109. xkcd - [A webcomic of romance, sarcasm, math, and language.] https://xkcd.com/