Skip to content

Commit 5b2c309

Browse files
author
Daniel J. Kim
committed
Added Snowpark resource
1 parent 18c5777 commit 5b2c309

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

PyData/bookmarks.txt

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Cheat Sheets
2+
Python: https://github.com/gto76/python-cheatsheet
3+
14
# cmder
25
# NOTE: cmder mini requires 7-zip
36
https://medium.com/talpor/windows-terminal-cmder-%EF%B8%8F-573e6890d143
@@ -10,6 +13,9 @@ SW Carpentry git novice: https://swcarpentry.github.io/git-novice/
1013
# Docker
1114
https://github.com/pybokeh/dagster-sklearn/blob/master/docker/docker_workflow.txt
1215

16+
# Linux
17+
https://tutonics.com/2012/12/linux-file-permissions-chmod-umask.html
18+
1319
# pandas
1420
https://drawingfromdata.com/pandas/grouping/pandas-groupby-transform-aggregate-filter.html
1521

@@ -28,16 +34,12 @@ installing, win10: https://kontext.tech/column/spark/450/install-spark-300-on-wi
2834
sql: https://analyticshut.com/reading-data-from-sql-tables-in-spark/
2935
sql, docs: https://spark.apache.org/docs/latest/sql-data-sources-jdbc.html
3036
Snowflake: https://www.phdata.io/blog/how-to-connect-snowflake-using-spark/
37+
Snowflake: https://quickstarts.snowflake.com/guide/getting_started_with_snowpark_python/index.html?index=..%2F..index#0
3138

3239
# How to find location of Java
3340
https://askubuntu.com/questions/772235/how-to-find-path-to-java
3441

35-
# Linux
36-
https://tutonics.com/2012/12/linux-file-permissions-chmod-umask.html
37-
3842
# Understanding Imports/Packaging
3943
https://tenthousandmeters.com/blog/python-behind-the-scenes-11-how-the-python-import-system-works/
4044
https://towardsdatascience.com/on-writing-clean-jupyter-notebooks-abdf6c708c75
4145

42-
# Cheat Sheets
43-
Python: https://github.com/gto76/python-cheatsheet

0 commit comments

Comments
 (0)