Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Pulling any information from a dictionary with a user input
Post: RE: Pulling any information from a dictionary with...

That looks pretty cool to be fair. There's loads of stuff on that site that I hadn't even thought of doing. For now, though, I just wanted to give it a go and see what mistakes I made so that I could ...
Darmanus Web Scraping & Web Development 19 8,834 Nov-22-2017, 04:31 PM
    Thread: Pulling any information from a dictionary with a user input
Post: RE: Pulling any information from a dictionary with...

(Nov-22-2017, 02:12 PM)buran Wrote: I was asking for this code, not the one from very first postOh, right! Sorry! periodic_table = { 'H': {'name': 'Hydrogen', 'number': 1, 'Mass': 1.008, 'Type': 'No...
Darmanus Web Scraping & Web Development 19 8,834 Nov-22-2017, 03:00 PM
    Thread: Pulling any information from a dictionary with a user input
Post: RE: Pulling any information from a dictionary with...

The first code on the post was the original. I found I accidentally removed a closing bracket about half way through the code in (element 67, Holmium) after I made the changes, which was probably the ...
Darmanus Web Scraping & Web Development 19 8,834 Nov-22-2017, 12:58 PM
    Thread: Pulling any information from a dictionary with a user input
Post: RE: Pulling any information from a dictionary with...

Thank you very much! Whatever you've done, you've fixed it! And it looks tidier too, must have been quite tedious! Was it literally just the matter of indenting it, or have you done some other magic t...
Darmanus Web Scraping & Web Development 19 8,834 Nov-22-2017, 11:48 AM
    Thread: Pulling any information from a dictionary with a user input
Post: RE: Pulling any information from a dictionary with...

(Nov-21-2017, 07:20 PM)buran Wrote: It's just about accessing dictionary data. You may need to loop (one way or another) over the dict to find all elements that satisfy certain criteria. below are s...
Darmanus Web Scraping & Web Development 19 8,834 Nov-22-2017, 11:16 AM
    Thread: Pulling any information from a dictionary with a user input
Post: RE: Pulling any information from a dictionary with...

The only reason that I've not updated is that it's part of a course that I'm doing just to get me introduced to programming, and will be moving on to C# at some point. The reason I created this dictio...
Darmanus Web Scraping & Web Development 19 8,834 Nov-22-2017, 09:05 AM
    Thread: Pulling any information from a dictionary with a user input
Post: Pulling any information from a dictionary with a u...

Hi all! I have recently started using Python 2 with no previous experience in the language. I have created a dictionary (or a dictionary of dictionaries) which is below of the entire periodic table, ...
Darmanus Web Scraping & Web Development 19 8,834 Nov-21-2017, 04:11 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020