Description:
In this video, I’ll walk you through the complete process of setting up Python on your Mac in 2024. Whether you’re a beginner or just need a refresher, this guide will show you how to install Python step by step, configure your environment, and ensure everything is running smoothly for your Python development projects.
What you'll learn:
How to download and install Python on Mac.
Setting up Python 3 as the default version.
Configuring environment variables and PATH.
Installing necessary tools like pip and Homebrew.
Tips and troubleshooting for common setup issues.
Add path in your .zshrc file
export PATH="/Library/Frameworks/Python.framework/Versions/3.12/bin:$PATH"
Create Symlink for Python:
Create a symbolic link for python to point to python3.12:
bash
sudo ln -s /Library/Frameworks/Python.framework/Versions/3.12/bin/python3.12 /usr/local/bin/python
Make sure to replace with actual path!
Links:
GitHub Repository - Get the question & datasets
http://github.com/najirh/100_days_cha...
1:1 Mentorship - https://topmate.io/zero_analyst
SQL Live Workshop - https://zeroanalyst.com/course/
Excel Live Workshop - https://zeroanalyst.com/course/
Best Data Analytics Course:
Data Analyst Courses by Meta - https://imp.i384100.net/vNRe73
Data Analytics Foundation by Google - https://imp.i384100.net/4PQ610
Microsoft Business Analyst Course - https://imp.i384100.net/NkOArq
Microsoft Power Bi End to End Course - https://imp.i384100.net/KjnkD7
My Other YouTube Videos -
SQL 30 Days Road Map - [Free Learning Resources]
• SQL For Beginners | Group By + Having Clau...
How to Install PostgreSQL in Windows/Mac - • Learn SQL for Data Analysis: Download & In...
How Import Data into PostgreSQL (PgAdmin 4) - • Effortless Data Import: Excel to PostgreSQ...
Group By Video - • SQL For Beginners | Group By + Having Clau...
#SQL #DataAnalysis #PortfolioProject #DataCleaning #BusinessAnalysis #DataAnalyst #SQLProject #EDA #SQLTutorial #GitHub #DataScience #CareerInData #LearnSQL #SQLforDataAnalyst #AspiringDataAnalyst #ResumeProject #EndToEndProject
#PythonOnMac #PythonSetup #MacPython2024 #PythonTutorial #Coding #DeveloperSetup #PythonForBeginners