I learned Python and ML a while ago, and I'm now looking to refresh my knowledge. Can I get any suggestions for an effective way or resource for a quick and structured revision? #165061
-
Discussion TypeQuestion Discussion ContentI learned Python and ML a while ago, and I'm now looking to refresh my knowledge. Can I get some suggestions for an effective way or resource for a quick and structured revision? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hey @goku-kakarot1997 i repost for u a roadmap i create for my class! Great that you’re jumping back in. Here’s a quick, structured way to refresh your Python + ML knowledge: 🧩 1. Quick Python Refresher ✅ Python Morsels – great for intermediate practice ✅ Try building a mini CLI or web scraper to reactivate your syntax & logic 🤖 2. Machine Learning Refresher ✅ fast.ai's Practical Deep Learning – perfect if you're rusty but want to go hands-on fast ✅ Use Kaggle notebooks to revisit Scikit-learn, XGBoost, etc. – free datasets + community 🗂️ 3. Suggested Roadmap NumPy & Pandas: slicing, grouping, joins Scikit-learn: pipelines, model selection, metrics TensorFlow or PyTorch: basic models and training loop Mini-project: Try replicating a simple Kaggle kernel or a blog post ⚙️ Bonus Tools Excalidraw + Markdown cheatsheets for reference I hope this help u. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Hi @goku-kakarot1997 , sure! Since you’ve already learned Python and machine learning before, here’s a structured and efficient way to quickly refresh your knowledge:
Start with Practice Questions:
Go through 150+ Python for Data Science questions I’ve compiled — it’s a great hands-on way to revisit core concepts.
https://github.com/BalajiKudumu/Python-for-Datascience
Revise Key Libraries:
Check my GitHub repos covering:
NumPy & Pandas – for data manipulation
https://github.com/BalajiKudumu/Numpy-Pandas
Matplotlib, Seaborn, Plotly, Cufflinks – for data visualization
https://github.com/BalajiKudumu/Data-Visualization-using-python-seaborn-plotly-cufflinks
Scikit-learn – for machine learning…