Data Certificate Program
#########################3
######################################################################
######################################################################
The errors/warning messages that you encountered and how you overcame them (these should be in the form of markdown cells)
Updated pip following instructions on screen. Received one "syntax" error messages because I was not in the right folder
for the python installation. "'python' is not recognized as an internal or external command, operable program or batch file."
E2) Warning in Jupyter Notebooks (missing parathenses). Easy to fix. Me trying to remember print commands from Python after a long day
# print myStrong
^
# def DoSum(1,2)
^
# str((Value1 + Value2)) ^
#E8) Atom the texteditor I used to first learn python automatically indents the code correctly. Jupyter notebooks does not
This error resulted from having the indents off in my code. Quick fix one I realized the "else" was the syntax error
# else:
^
As per StackOverflow (Did google search for Python 3 no sets module and first place I went was Stack Overflow
I know you planned to put stuff in Piazza but I figured I'd try my default rather than search first and it worked
https://stackoverflow.com/questions/12028204/python-cant-import-set-from-sets-no-module-named-sets?utm_medium=organic&utm_source=google_rich_qa&utm_campaign=google_rich_qa
Packed house most of the weekend. So working late. FT work. End of semester. Plus international move
C:\ProgramData\Anaconda3\lib\site-packages\skimage\transform_warps.py in resize(image, output_shape, order, mode, cval, clip,
C:\ProgramData\Anaconda3\lib\site-packages\skimage\transform_warps.py in warp(image, inverse_map, map_args, output_shape, order,
skimage/transform/_warps_cy.pyx in skimage.transform._warps_cy._warp_fast (skimage\transform_warps_cy.c:2226)()
########################################################################
########################################################################
Yes. Python, pip and related support systems in Anacondan required updates based on a warning message in Command Prompt
Accidentally tried to install from wrong folder at first. Needed to ensure was in the correct folder using cd.. But minor issue.
Numpy, SciPi, and MatLab libraries all installed simply. Received confirmation that they worked (i.e., "Requirement already
In Windows 10 for install remember that people need to run the command prompt as an Administrator (Right Click)
########################################################################
########################################################################
Useful. I suspect it would be difficult for someone who had never coded before and absolute beginner
or someone with limited coding experience. I would recommend a more updated version built for Python 3
########################################################################
########################################################################
Jupyter notebook is nice for starting out in some ways, but I prefer creating on a different text editor (ATOM)
Both use nice color-coded coded. Which helps in reading the code, although the colors aren't consistent
Strategies I use for proofing code and documents (start at the end and move backward, help simply the
Still unclear how to do markdown errors. I kept looking for a good tutorial. I saw examples--but I'm not sure how to do it
yet.