From 9d999375ae1b6e20015087a6d32a3ab6bf4d692d Mon Sep 17 00:00:00 2001 From: enguy-hub <16822912+enguy-hub@users.noreply.github.com> Date: Mon, 13 Oct 2025 02:01:53 +0200 Subject: [PATCH] Addded section header for pytorch and moved it below pyspark (#12435) * Addded section header for pytorch and moved it below pyspark * Update more/free-programming-cheatsheets.md Co-authored-by: Leithen --------- Co-authored-by: enguy-hub Co-authored-by: Leithen --- more/free-programming-cheatsheets.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/more/free-programming-cheatsheets.md b/more/free-programming-cheatsheets.md index 2db869d0b..67951a3d1 100644 --- a/more/free-programming-cheatsheets.md +++ b/more/free-programming-cheatsheets.md @@ -48,6 +48,7 @@ * [Jupyter](#jupyter) * [Numpy Pandas](#numpy-pandas) * [PySpark](#pyspark) + * [PyTorch](#pytorch) * [R](#r) * [Raspberry Pi](#raspberry-pi) * [Ruby](#ruby) @@ -387,13 +388,6 @@ * [Perl Reference card](https://michaelgoerz.net/refcards/perl_refcard.pdf) (PDF) -### PyTorch - -* [Deep Learning with PyTorch Cheat Sheet](https://www.datacamp.com/cheat-sheet/deep-learning-with-py-torch) - Richie Cotton (HTML) -* [PyTorch Framework Cheat Sheet](https://www.simonwenkel.com/publications/cheatsheets/pdf/cheatsheet_pytorch.pdf) - Simon Wenkel (PDF) -* [PyTorch Official Cheat Sheet](https://pytorch.org/tutorials/beginner/ptcheat.html) - PyTorch (HTML) - - ### PHP * [PHP Cheat Sheet](https://www.codewithharry.com/blogpost/php-cheatsheet/) - CodeWithHarry (HTML) @@ -474,6 +468,13 @@ * [PySpark Cheat Sheet: Spark in Python](https://www.datacamp.com/cheat-sheet/pyspark-cheat-sheet-spark-in-python) - DataCamp (HTML) +#### PyTorch + +* [Deep Learning with PyTorch Cheat Sheet](https://www.datacamp.com/cheat-sheet/deep-learning-with-py-torch) - Richie Cotton (HTML) +* [PyTorch Framework Cheat Sheet](https://www.simonwenkel.com/publications/cheatsheets/pdf/cheatsheet_pytorch.pdf) - Simon Wenkel (PDF) +* [PyTorch Official Cheat Sheet](https://pytorch.org/tutorials/beginner/ptcheat.html) - PyTorch (HTML) + + ### R * [All RStudio cheatsheets resources](https://www.rstudio.com/resources/cheatsheets) - RStudio.com (HTML site with PDF links)