Added 3 cheatsheets (#10345)
* Update free-programming-cheatsheets.md added 3 cheatsheets pyspark js python * Update free-programming-cheatsheets.md * Update free-programming-cheatsheets.md * Update free-programming-cheatsheets.md * Update free-programming-cheatsheets.md * Update more/free-programming-cheatsheets.md Co-authored-by: Eric Hellman <eric@hellman.net> * Update free-programming-cheatsheets.md * Update free-programming-cheatsheets.md --------- Co-authored-by: Eric Hellman <eric@hellman.net>pull/10461/head
parent
b7f25a38e9
commit
7c6f9b6c54
|
@ -39,6 +39,7 @@
|
|||
* [Flask](#flask)
|
||||
* [Jupyter](#jupyter)
|
||||
* [Numpy Pandas](#numpy-pandas)
|
||||
* [PySpark](#pyspark)
|
||||
* [R](#r)
|
||||
* [Raspberry Pi](#raspberry-pi)
|
||||
* [Ruby](#ruby)
|
||||
|
@ -230,6 +231,7 @@
|
|||
|
||||
### JavaScript
|
||||
|
||||
* [JavaScript CheatSheet](https://github.com/wilfredinni/javascript-cheatsheet) - Wilfredinni (HTML)
|
||||
* [JavaScript Cheatsheet](https://www.codecademy.com/learn/introduction-to-javascript/modules/learn-javascript-introduction/cheatsheet) - Codecademy (HTML)
|
||||
* [JavaScript Cheatsheet](https://www.codewithharry.com/blogpost/javascript-cheatsheet) - Code With Harry
|
||||
* [JavaScript CheatSheet](https://htmlcheatsheet.com/js/) (HTML)
|
||||
|
@ -353,6 +355,7 @@
|
|||
* [Python 3 Cheat Sheet](https://perso.limsi.fr/pointal/_media/python:cours:mementopython3-english.pdf) - Laurent Pointal (PDF)
|
||||
* [Python Cheat Sheet](https://www.codewithharry.com/blogpost/python-cheatsheet) - Code With Harry
|
||||
* [Python Cheat Sheet](https://websitesetup.org/python-cheat-sheet/) - WebsiteSetup (HTML, PDF, PNG)
|
||||
* [Python Cheat Sheet](https://www.pythoncheatsheet.org) - Wilfredinni (HTML)
|
||||
* [Python Cheatsheet for beginners](https://www.codecademy.com/learn/learn-python-3/modules/learn-python3-syntax/cheatsheet) - Codeacademy (HTML)
|
||||
* [Python Crash Course Cheatsheet](https://ehmatthes.github.io/pcc/cheatsheets/README.html) - Eric Matthes (HTML)
|
||||
* [Python Crash Course Cheatsheet (2nd Edition)](https://ehmatthes.github.io/pcc_2e/cheat_sheets/cheat_sheets/) - Eric Matthes (PDF)
|
||||
|
@ -387,6 +390,12 @@
|
|||
* [Pandas, Numpy, Python Cheatsheet](https://www.kaggle.com/code/lavanyashukla01/pandas-numpy-python-cheatsheet) - Kaggle (HTML)
|
||||
|
||||
|
||||
#### PySpark
|
||||
|
||||
* [PySpark Cheat Sheet](https://github.com/kevinschaich/pyspark-cheatsheet) - Kevin Schaich (HTML)
|
||||
* [PySpark Cheat Sheet: Spark in Python](https://www.datacamp.com/cheat-sheet/pyspark-cheat-sheet-spark-in-python) - DataCamp (HTML)
|
||||
|
||||
|
||||
### R
|
||||
|
||||
* [All RStudio cheatsheets resources](https://www.rstudio.com/resources/cheatsheets) - RStudio.com (HTML site with PDF links)
|
||||
|
|
Loading…
Reference in New Issue