python.bib 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. @book{Barry:2016vj,
  2. author = {Paul Barry},
  3. publisher = {O'Reilly},
  4. title = {Head First Python},
  5. year = {2016}}
  6. @book{Matthes:2019vs,
  7. author = {Eric Matthes},
  8. edition = {2nd edition},
  9. publisher = {No Starch Press},
  10. title = {Python Crash Course},
  11. year = {2019}}
  12. @Misc{PSF21:cpython,
  13. title = {Python {GitHub} {Repository}},
  14. organization = {Python Software Foundation},
  15. year = 2021
  16. }
  17. @Manual{PSF21:python_ref,
  18. title = {The Python Language Reference},
  19. organization = {Python Software Foundation},
  20. year = 2021
  21. }
  22. @book{Lutz:2013vp,
  23. author = {Mark Lutz},
  24. edition = {5th edition},
  25. publisher = {O'Reilly},
  26. title = {Learning Python},
  27. year = {2013}
  28. }
  29. @book{Sweigart:2019vn,
  30. author = {Al Sweigart},
  31. publisher = {No Starch Press},
  32. title = {Automate the Boring Stuff with Python},
  33. year = {2019}}
  34. @inproceedings{Dieckmann99,
  35. author = {Sylvia Dieckmann and Urs H{\"{o}}lzle},
  36. title = {A Study of the Allocation Behavior of the SPECjvm98 Java Benchmark},
  37. booktitle = {Proceedings of the 13th European Conference on Object-Oriented Programming},
  38. series = {Lecture Notes in Computer Science},
  39. volume = 1628,
  40. pages = {92--115},
  41. publisher = {Springer},
  42. year = 1999
  43. }
  44. @article{Dunfield:2021,
  45. author = {Dunfield, Jana and Krishnaswami, Neel},
  46. title = {Bidirectional Typing},
  47. year = 2021,
  48. issue_date = {June 2022},
  49. publisher = {Association for Computing Machinery},
  50. volume = 54,
  51. number = 5,
  52. journal = {ACM Comput. Surv.},
  53. articleno = 98,
  54. numpages = 38,
  55. keywords = {type inference, Type checking}
  56. }
  57. @Misc{Lehtosalo2021:MyPy,
  58. author = {Jukka Lehtosalo},
  59. title = {MyPy Optional Type Checker for Python},
  60. url = {http://mypy-lang.org/},
  61. year = 2021
  62. }