User Profile

Collapse

Profile Sidebar

Collapse
Layvian
Layvian
Last Activity: Dec 22 '12, 12:29 AM
Joined: Dec 12 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Layvian
    replied to Dict list question
    So in order to get the desired results I needed to create a 2D array/list which is considered a mutable container?
    See more | Go to post

    Leave a comment:


  • Layvian
    replied to Dict list question
    I really do not have to use it. Really just curious more then anything. I noticed when I added a print syntax it showed me the correct value. I figured if anything it had to be how the value was stored. Thank you for your assistance.
    See more | Go to post

    Leave a comment:


  • I personally work with mysql, however going based off my knowledge with databases and accessing tables for them I noticed two things:
    1. I see no IP address for the database.
    2. I do not see where a username or password was entered for the table/database.


    Usually you have to list the IP of the database trying to be accessed, and usually you must have a user and its password to access its tables. Again I am going based off mysql...
    See more | Go to post

    Leave a comment:


  • Layvian
    started a topic Dict list question

    Dict list question

    I was attempting to change a value within a dictionary list via a list variable. However it does not change. Is this a feature of a Dictionary list or am I doing something incorrect? Thank you in advance for any assistance.

    Code:
    user_id = ['username', 'password', 'first_name', 'last_name', 'email', 'active']
    
    account = {'username':user_id[0], 'password':user_id[1], 'first_name':user_id[2],
    		 'last_name':user_id[3],
    ...
    See more | Go to post
No activity results to display
Show More
Working...