- To donwload any file used wget or wget --secure-protocol=TLSv1_2 link_of_file.
- www.python-course.eu/python3_course.php
- MIT course
- We gave a short introductory presentation on what we are going to do in this crash course lecture1.pptx.
- We discussed variables, arithmatic, and logical operators 1_variable.py and 2_operators.py
- Details could be found here: variable.pdf and operators.pdf
- Reading assignment why Python is the next wave in atmospheric data analysis and MIT Lecture
- We discussed deep and shallow copy 3_deep_shallow_copy.py
- Details could be found here 3_shallow_and_deep_copy.pdf
- We discussed iteration in Python 4_loop.py and we introuduced Xarray package
- Details could be found here 4_Loops.pdf
- We discussed lists 5_list_etc.py, if statement 6_if.py
- Detials could be found here 5_list1.pdf and 6_list2.pdf, detials on if statement could be found here 7_conditional_statements.pdf.
- We discussed functions 7_function.py and ascii files 8_files.py
- Finally function could be learned from here 8_Functions.pdf and 11_files.pdf