Open
Conversation
Uploading my entry blog
kfan19
reviewed
Jul 21, 2020
kfan19
reviewed
Jul 21, 2020
Mostly just split some long sentences into two.
kfan19
reviewed
Jul 22, 2020
| @@ -0,0 +1,253 @@ | |||
| # Storing Data in Python | |||
|
|
|||
| When we think about Python, we can think of tons of applications for our potential code; we can create desktop applications, build websites, analyze data, and much more - the possibilities are endless. However, in order to do anything of that caliber with this programming language, you must start from the bottom and master the basics. One essential building block of Python is to learn to store pieces of data that will be useful to our program and, more importantly, decide how we will store this data. Lists, sets, and dictionaries are the most common ways to store data. In this blog post, I will show you how you can use them, why you would want to use them, and what features each data structure has to offer. | |||
There was a problem hiding this comment.
last sentence is a great signpost for the goal of the blog
danzelo1
commented
Jul 23, 2020
Contributor
Author
danzelo1
left a comment
There was a problem hiding this comment.
Got it! Going to make these changes right now
Made changes in correspondence with Kelly's comments
kfan19
reviewed
Jul 23, 2020
|
|
||
| Now that we know what makes each data structure unique, let’s get into features that will further assist you in your choice. | ||
|
|
||
|  |
There was a problem hiding this comment.
Double check this image link, unfortunately I was unable to see it.
|
|
||
| ### Modifying an Element | ||
|
|
||
| *list[index] = new element* |
There was a problem hiding this comment.
I like this format you have of of
Heading
Code general
Information
Code example and comments
However, the code and comments seem a little mixed with the bold/italicized to reference different info. Is there a way you could indent or highlight code areas? Just to make them more distinguishable.
Contributor
Author
There was a problem hiding this comment.
Sorry! When I did it on my computer, I used
to center the code but I guess it didn't translate when I uploaded to GitHub. I've fixed it nowfixed image and changed the code snippets to look more like code. I feel like the image is still kinda big but i'm having trouble resizing it
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uploading my entry blog
Reference to issue
Description of the changes proposed in the pull request
"StoringDatainPython2" because I was having issues creating a second pull request on my
"StoringDataInPython" branch.
Links
Reviewers requested: