If you are a data-driven company and you are still stucked with R, here are some points to keep in mind for the transition to Python
1. Be focused on outcomes 2. Forget language and focus on the ecosystem 3. Cross-language libraries 4. Real datasets 5. Work Locally
👇
1. Be focused on outcomes:
Instead of learning everything about python, be focus on build and train Machine learning models first: Linear Regression, Logistic Regression, KNN, SVM, NN
4. Always work, learn and train yourself with real datasets:
Kaggle: kaggle.com/datasets
5. Start locally if possible: You must be focused on creating simple code with the previous steps, then you can create container environments using docker and then go to cloud ecosystems like AWS, GCP or Azure
If you are strengthening your skills in data engineering and machine learning with python, here I recommend you some books with hands-on projects, It will help with the commom questions: why? and for what? #Python#MachineLearning
Text Analytics with python (Dioanjan Sarkar)
Hands-On Machine Learning with Scikit-Learn, Keras & Tensorflow (Aurélien Géron)
The goal of this repository is to offer and explain an AWS EMR template that you can use quickly if the need for your analysis involves working with millions of records, the template can be easily altered to support the size of your project:
There are a couple of activities involved in the world of data engineering:
1. Describe data architecture 2. Understand data sources 3. Design your data model 4. Configure infrastructure 5. Run and monitor ETL processes 6. Business intelligence and analytics
Thread 👇👇
The project below will help you to get some hands-on experience with data engineering, you will see all the steps mentioned above: