Giter Club home page Giter Club logo

pythonintrobridge's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pythonintrobridge's Issues

Simple loop error

Dr. Larson,

I am working the example below in the Anaconda env using the class Jupyter notebook, and I have encountered the following error which says int_val is not defined. I have checked the code several times and can only conclude that this variable does not exist in the "DataMining" list (?).

I would certainly appreciate your thoughts,

Luke Pierce

Slide Type

1 #=======================================================
2 # for loop example with lists
3 print("\nfor loop output:")
4 ​
5 list_example = [int_val, long_val, float_val, bool_val]
6 list_example.insert(0, "DataMining")
7​
8 # notice that the loop ends with a colon and
9 # is designated by the tab alignment
10​
11 for val in list_example:
12 print(str(val) + ' ' + str(type(val)))
13 print("This statement is in the loop")
14
15 print("This statement is outside the loop")

for loop output:

NameError Traceback (most recent call last)
in ()
3 print("\nfor loop output:")
4
----> 5 list_example = [int_val, long_val, float_val, bool_val]
6 list_example.insert(0, "DataMining")
7

NameError: name 'int_val' is not defined

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.