Summary
Keywords
Full Transcript
Python is essential if you want to work with Data. In this video, learn how to set up and use Python on your computer with your first examples. Key skills you will gain are: ✔ How to install Visual Studio Code & Python ✔ How to set up virtual environment for Python in VS Code ✔ How to set up and use Jupyter Notebooks with VS Code ✔ Writing and running your first python code ✔ Using "notebook" style programming to learn Python ✔ Working with Python Lists & slicing ✔ Control flow with IF conditions in Python ✔ Building a simple grade calculator with Python ✔ Next steps for Python leaning (lists, comprehension, numpy, matplotlib) 💼 Resources for you: ================== 💻 Download VS Code: https://code.visualstudio.com/ 🐍 Download Python: https://www.python.org/downloads/ 👩💻 Code samples: https://github.com/chandoo-org/python/blob/main/my%20first%20python%20examples.ipynb 💡 Free Data Analyst Course Page: https://chandoo.org/wp/free-data-analyst-course/ 💥 Courses: Advanced Excel: https://chandoo.org/wp/excel-school-program/ Power BI: https://chandoo.org/wp/power-bi-course/ Power BI + Excel Combo Course: https://chandoo.org/wp/power-bi-course/ 📺 Other Python videos: Learn Python in an hour: https://youtu.be/uoC48wrJ-yM Learn Pandas in 15 mins: https://youtu.be/mkYBJwX_dMs Python vs. VBA - which is better: https://youtu.be/l0o7VMEf0yc Using Python in Excel: https://youtu.be/whzmtv9qfIQ 🕐 Video Timestamps: =================== 0:00 - What to expect in this video? 0:23 - Installing Visual Studio (VS) Code 2:59 - Installing Python 4:36 - What is VS Code and how to use it? 6:48 - Our first python code 8:10 - Setting up "Virtual Environment" in VS Code 13:06 - Adding Jupyter Notebook Support in VS Code 16:00 - Creating our first Jupyter Notebook in Python 23:35 - Working with variables in Python 26:00 - Using f strings in Python 27:13 - Using Jupyter tab in VS Code to "inspect" the variables 30:15 - Dealing with errors in Python Notebooks 32:14 - Working with Python "Lists" 40:10 - IF condition in Python + a mini project 49:34 - What's next? ~ #python #coding #dataanalytics #fdac #chandoo
