본문 바로가기

[Personal] Items/Informations

(6)
[Ubuntu] Installation useful program for Ubuntu 22.04 LTS 1. Breaktimer sudo snap install breaktimer 2. Sticky Notes sudo apt-add-repository ppa:umang/indicator-stickynotes sudo apt update sudo apt install indicator-stickynotes 3. Pycharm sudo snap install pycharm-community --classic 4. Jupyter Notebook sudo apt update && upgrade sudo apt install python3 sudo apt install python3-pip sudo pip install jupyter # jupyter --version Connect Jupyter Notebook ..
[Ubuntu] Environment setting for Ubuntu 22.04 LTS 1. Korean Language Setting Source : https://shanepark.tistory.com/231 2. Activate root administrator sudo passwd root 3. Update and upgrade packages sudo apt-get update sudo apt-get upgrade -y 4. Install vim sudo apt-get upgrade && sudo apt-get install vim 5. Alter Apt repository mirror Change the Apt repository mirror to a Korean Kakao mirror server to speed up. Open the setting file with follo..
[URL] Useful URLs for Data Engineering Title Description URL 1 Data Engineering Wiki A url link for data warehousing, python learning, data modeling. https://dataengineering.wiki/Learning+Resources 2 Data Glossary Explore Data Engineering Concepts https://glossary.airbyte.com/term/data-engineering-concepts/ 3 Python Standard modules Inroduce the Python standard library https://docs.python.org/3/library/ 4 5 6 7
[Roadmap] Data Engineering Roadmap Above image is an approximate Data Engineering Roadmap provided by Seattle Data Guy. We present a roadmap across Coding Basic, Data Warehouse, Workflow, NoSQL, Cloud, Streaming, Distrubuted System, and UI/UX. PDF file at the bottom of the video provides Youtube source and Lecture url, so let's check it out. Source from : https://www.youtube.com/watch?v=SpaFPPByOhM&t=957s
[Course] Datacamp vs Dataquest Datacamp covers many languages and tools such as Python and Scala. For example, lectures on all tools that Data Engineers can handle, such as Pyspark, Airflow, Postgres, Hadoop, Hive, and Presto. However, unlike Data Quest, lectures are provided on the premise that there is some knowledge of Python and SQL, so it is necessary to have basic knowledge and take lectures. As metioned earlier, Dataqu..
[Cheat Sheets] Data Science Cheat Sheets There is a very useful quick helper to make a data scientist happier. In Kaggle, I found data science cheat sheet repositories which is a collection of cheat sheets for various data-science related languages and topics. Enjoy it and have fun. :) Source from : Kaggle source : https://www.kaggle.com/datasets/timoboz/data-science-cheat-sheets Original source : https://github.com/abhat222/Data-Scien..