Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 3.08 KB

README.md

File metadata and controls

41 lines (31 loc) · 3.08 KB

#Resources

##Get your machine ready

  • Download python from it's official site
  • Install python from Miniconda site
  • Install ipython:
pip install ipython
# or
conda install ipython

Version control

If you want to learn git just visit the tryGit site.

##Keep Practicing Try our "PyCAR basics" iPython notebook to continue exploring data types and simple methods, or look at the commented code in Python. Tony DeBarros also taught a fantastic class at NICAR on getting started with Python.

Here's a great cheatsheet for basic python types and functions. And you should probably bookmark this fun and handy graphic of common Python errors. It's worth your time to take a look at Tony DeBarros' Python snippets, scripts for common tasks he's found useful.

##Good libraries to explore

##Support Want advice on debugging? This blog post on two young girls learning to code is a very cool introduction to how to debug a program.

As we said in the class, with this mini boot camp, you get a lifetime support guarantee from us & PythonJournos