-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Steve Skripnik edited this page Apr 4, 2018
·
2 revisions
- We have lots of tools and software to choose from to use on a daily basis for our work. Are we choosing the best tool for the job?
- Where does Python fit in?
- How does Python fit in with things that I already use and my clients and coworkers use?
- What can Python do?
- What's special about Python?
- Why do I need Anaconda?
- Where is everything saved?
- How do I run a script?
- What is the shell?
- Do I have Anaconda installed propoerly? (Please do this before you come!)
- Introduction to Jupyter Notebooks and other editors
- Python basics and using python for every day work
- List of Python Editors
- More tutorials
- Working with environments and packages in Anaconda
- What is Pandas?
- Pandas workflow: Excel/Text/Web/Raw data -> Pandas Dataframe -> Do "something" -> export to Excel/text/web/visualizaton/interactive
- Common Pandas commands