Welcome to etherpad.net Pad!
This pad text is synchronised as you type, so that everyone viewing this page sees the same text. This allows you to collaborate seamlessly on documents! Images can be integrated either via drag and drop or copy and paste.
Please ensure that you have signed the sign-in sheet (If you did it yesterday you're good :-)
- This pad is at https://etherpad.net/p/28062018_Python_intro_course and https://tinyurl.com/crukpython
- The course on Github is at https://github.com/pycam/python-basic/tree/crukci
- Start Jupyter locally (Start Jupyter locally (using the icon on the Desktop called 'Python Basic Course Setup' after setting up CHrome or Firefox as your default browser)
- Firefox should open into http://localhost:8888 running Jupyter and displaying the course notebooks
- Click on 'python_basic_1_intro.ipynb' to open the introduction (url: http://localhost:8888/notebooks/python_basic_1_intro.ipynb)
- Open Windows Explorer and navigator to the course materials in C:/python-basic
- Open Git bash, the terminal we will be using today
- Open Atom, the text editor we will be using today
Please give us feedback on this course https://www.surveymonkey.co.uk/r/PythonUC
- Markdown cheatsheet http://stationinthemetro.com/wp-content/uploads/2013/04/Markdown_Cheat_Sheet_v1-1.pdf
- The most common start codon is AUG.
- In the standard genetic code, there are three different stop codons:
- in RNA:
- UAG ("amber")
- UAA ("ochre")
- UGA ("opal")
- in DNA:
- TAG ("amber")
- TAA ("ochre")
- TGA ("opal" or "umber")
- in RNA:
Please feel free to enter any questions here - we will try to answer them ASAP