2. Q & A Day 2#
when I press tab for the emojis why does it not go through?
2.1. how much of all these codes that we learned about does the average person memorize?#
at first? jsut a few. Over time, though you can remember a lot.
2.2. How can you code more efficiently?#
Practice and get used to your tools
2.3. will there be a project with python?#
Mostly some exercises
2.4. What are we making with this code?#
An analysis document
2.5. what is the purpose of python#
To be a user friendly language origin story
2.6. I was just curious as to how “raw” was used, I’ve seen the usage for both “Code,” and “Markdown”#
Raw is not used very often but is for special cases and data besides regular code or explanation.
2.7. Is there a prismia guidebook that is available for the students to use#
2.8. I want to learn more about different coding languages.#
That will come throughout your degree and in CSC 301 the whole semester and one section of CSC311 (does not yet exist, but will for FA24)
2.9. What other data can we see in from article?#
The other data is about violent crimes
2.10. Is there a lot of occasions in coding where you have to write in the () for example earlier in the bar graph (kind = 'bar')
?#
Yes, using parameters in functions is very common
2.11. What dose this site create or what kind of work would I do on this site?#
2.12. Where to I find how this program likes to have things read.#
2.13. Can you create your own lists?#
Yes, you can do all Python code in jupyter.
2.14. Any other short cut tips that could be useful?#
the documentation has the full list, but that is for the newest version so it might be ahead of the version we are running.