Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Storing_Data_in_Python.md #205

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Conversation

danzelo1
Copy link
Contributor

@danzelo1 danzelo1 commented Jun 7, 2020

Uploading my entry blog

Reference to issue

Description of the changes proposed in the pull request

  • In this branch, I have uploaded my entry blog in a markdown file. I created the separate branch
    "StoringDatainPython2" because I was having issues creating a second pull request on my
    "StoringDataInPython" branch.

Links

Reviewers requested:

  • @shreyagupta98

Uploading my entry blog
Mostly just split some long sentences into two.
@@ -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.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

last sentence is a great signpost for the goal of the blog

Copy link
Contributor Author

@danzelo1 danzelo1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Got it! Going to make these changes right now

Made changes in correspondence with Kelly's comments

Now that we know what makes each data structure unique, let’s get into features that will further assist you in your choice.

![image-20200606192735370](C:\Users\danie\AppData\Roaming\Typora\typora-user-images\image-20200606192735370.png)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Double check this image link, unfortunately I was unable to see it.


### Modifying an Element

*list[index] = new element*
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 now

fixed 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants