Title: Basics notes · Issue #5 · stanfordpython/course-reader · GitHub
Open Graph Title: Basics notes · Issue #5 · stanfordpython/course-reader
X Title: Basics notes · Issue #5 · stanfordpython/course-reader
Description: 1. Style guide violations Explanations in Code The style guide specifies that we should not have explanations in code. You do this once, in the file reading section: file_text = f.read(size) # Reads size bytes from the file; if size is o...
Open Graph Description: 1. Style guide violations Explanations in Code The style guide specifies that we should not have explanations in code. You do this once, in the file reading section: file_text = f.read(size) # Read...
X Description: 1. Style guide violations Explanations in Code The style guide specifies that we should not have explanations in code. You do this once, in the file reading section: file_text = f.read(size) # Read...
Opengraph URL: https://github.com/stanfordpython/course-reader/issues/5
X: @github
Domain: patch-diff.githubusercontent.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Basics notes","articleBody":"## 1. Style guide violations\r\n\r\n### Explanations in Code\r\n\r\nThe style guide specifies that we should [not have explanations in code](https://github.com/stanfordpython/course-reader/blob/master/STYLE.md#explanations-in-code). You do this once, in the file reading section:\r\n\r\n```python\r\nfile_text = f.read(size) # Reads size bytes from the file; if size is omitted, the entire file is read.\r\nfirst_line = f.readline() # Reads the file one line at a time.\r\nall_lines = f.readlines() # Returns a list with all lines of the file.\r\n```\r\n\r\n### Printed Output\r\nThe style guide specifies\r\n\u003e When an expression will result in printed terminal output, this should be written after the expression and a blank line. Each line of output should be commented out with the hash sign at the beginning of the line, a space, and then the terminal output. The implication sign should not be included.\r\n\r\nBut many of your examples use the implication sign to offset printed output, like\r\n```python\r\nprint(\"I'm dancing.\") # =\u003e I'm dancing.\r\nprint('\"This is fun!\" he cried.') # =\u003e \"This is fun!\"\r\n```\r\n\r\nMaybe remove the print statements or convert the implication comments to print-style comments?\r\n\r\n### Italics\r\nYou frequently use italics to denote terms when they're introduced.\r\n\r\n### Nitpicky Spacing\r\nYou're using two spaces instead of one in many of the return value implicatures\r\n\r\n```python\r\nmath.gcd(45, 105) # =\u003e 15\r\nmath.cos(3.14) # =\u003e -0.9999987317275395\r\nmath.cos(math.pi) # =\u003e -1.0\r\n```\r\n\r\nI know this is very nitpicky but... let's be consistent?\r\n\r\n## 2. File I/O with `open`/`close`\r\n\r\nYou wrote\r\n\u003e It's almost always a better idea to use the paradigm of the context manager when performing File I/O in Python. Cases where it is superior to use the open/close paradiem are significantly fewer - only use it if you have a clear, good reason to do so.\r\n\r\nI'm curious: can you think of any time where it's superior to use the open/close paradigm?\r\n\r\n### Reading Bytes\r\n`f.read(size)` reads `size` many bytes only when the file is open in bytes mode and `size` many characters otherwise.\r\n\r\n## 3. C-Style Formatting\r\nWhy are we showing them C-style formatting at all if we immediately move on to say \"never do this\"?\r\n\r\nAlso, this code is incorrect:\r\n```python\r\nprint(\"{0} then {1} then {0} then {1} then {0}.\" % (\"Parth\", \"Michael\")) # =\u003e Parth then Michael then Parth then Michael then Parth\r\n```\r\n\r\n## 4. Add Filenames\r\nWhen a file is introduced, I think we should add filenames at the top to make it clear that this is happening inside a file.\r\n\r\n```python\r\n\"\"\"\r\nFile: hello.py\r\n--------------\r\n\"\"\"\r\n...\r\n```\r\n\r\n## 5. Revisit the Signature\r\nLet's have a consistent signature.","author":{"url":"https://github.com/parthsarin","@type":"Person","name":"parthsarin"},"datePublished":"2020-08-23T06:10:28.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":2},"url":"https://github.com/5/course-reader/issues/5"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:a42b9642-38af-34bf-a5dc-2b79036b0d17 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | C062:162028:6B36AAE:8B7492F:697E4F68 |
| html-safe-nonce | 8c78d89f1618222bccdd6b262a310e26404adc6420908a0b345e183c78180d25 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDMDYyOjE2MjAyODo2QjM2QUFFOjhCNzQ5MkY6Njk3RTRGNjgiLCJ2aXNpdG9yX2lkIjoiODM2NDIxNzAyODUyNDc4OTYwOCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | eed2adc61073127ed83ba26bfc053d7aa530179b94963d3a510ce733db18cb18 |
| hovercard-subject-tag | issue:684124068 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/stanfordpython/course-reader/5/issue_layout |
| twitter:image | https://opengraph.githubassets.com/74c67bae9d69eddd2788a205630eb7cabfb1f0bbfab79dcae46299a64daeb46c/stanfordpython/course-reader/issues/5 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/74c67bae9d69eddd2788a205630eb7cabfb1f0bbfab79dcae46299a64daeb46c/stanfordpython/course-reader/issues/5 |
| og:image:alt | 1. Style guide violations Explanations in Code The style guide specifies that we should not have explanations in code. You do this once, in the file reading section: file_text = f.read(size) # Read... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | parthsarin |
| hostname | github.com |
| expected-hostname | github.com |
| None | 60279d4097367e16897439d16d6bbe4180663db828c666eeed2656988ffe59f6 |
| turbo-cache-control | no-preview |
| go-import | github.com/stanfordpython/course-reader git https://github.com/stanfordpython/course-reader.git |
| octolytics-dimension-user_id | 13142353 |
| octolytics-dimension-user_login | stanfordpython |
| octolytics-dimension-repository_id | 284186205 |
| octolytics-dimension-repository_nwo | stanfordpython/course-reader |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 284186205 |
| octolytics-dimension-repository_network_root_nwo | stanfordpython/course-reader |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 7c85641c598ad130c74f7bcc27f58575cac69551 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width