[Tutor] Pointers Towards Appropriate Python Methods

Stephen P. Molnar s.molnar at sbcglobal.net
Mon Sep 30 07:00:49 EDT 2019


Cutting out all the superfluous information:
Have you ever looked at the official Python tutorial? 
https://docs.python.org/3/tutorial/index.html It covers the things you 
need for this task: - use of lists: 
https://docs.python.org/3/tutorial/introduction.html#lists 
https://docs.python.org/3/tutorial/datastructures.html#more-on-lists - 
using files: 
https://docs.python.org/3/tutorial/inputoutput.html#reading-and-writing-files 
- doing something to data 
https://docs.python.org/3/tutorial/controlflow.html#defining-functions 
In addition, there's a vast amount of resources for learning Python, 
suitable for both beginners and experienced programmers: 
https://wiki.python.org/moin/BeginnersGuide 
_______________________________________________ Tutor maillist - 
Tutor at python.org To unsubscribe or change subscription options: 
https://mail.python.org/mailman/listinfo/tutor
Thanks for the references.

-- 
Stephen P. Molnar, Ph.D.
www.molecuar-modeling.net
614.312.7528 (c)
Skype:  smolnar1



More information about the Tutor mailing list