-
Notifications
You must be signed in to change notification settings - Fork 1
Useful stuff ?
Fabrice edited this page Mar 3, 2022
·
71 revisions
- https://stackoverflow.com/questions/48858446/tkinter-how-to-pass-instance-variable-to-another-class: shows interaction between a database and a GUI.
- https://stackoverflow.com/questions/7782425/tkinter-and-gui-programming-methods: shows an example of Model-View
- https://github.com/HarshBachawat/GraphCal: update plot ?
- https://github.com/ajinkyagholape1998/Graph-Maker
- https://www.delftstack.com/fr/tutorial/tkinter-tutorial/tkinter-combobox/: ttk combobox
- https://github.com/PacktPublishing/Tkinter-GUI-Application-Development-Cookbook
- https://github.com/dmnfarrell/pandastable: complex GUI
- http://pascal.ortiz.free.fr/contents/tkinter/tkinter/index.html
- https://stackoverflow.com/questions/3221956/how-do-i-display-tooltips-in-tkinter
- https://bitbucket.org/zunzuncode/tkinterfit/src/master/
- https://stackoverflow.com/questions/7546050/switch-between-two-frames-in-tkinter/7557028#7557028: advice on tkinter.
- https://stackoverflow.com/questions/3221956/how-do-i-display-tooltips-in-tkinter tooltip
- http://www.voidspace.org.uk/python/weblog/arch_d7_2006_07_01.shtml tooltip
- https://github.com/sametz/matplotlib-model-view-controller: exampleof MVC with tkinter and matplotlib.
- https://gist.github.com/ajfigueroa/c2af555630d1db3efb5178ece728b017: good example of MVC
- https://gist.github.com/dogterbox/fc05970e9cb6b627f5274136c5652d6b: MVC again
- https://makeapppie.com/2014/05/23/from-apple-to-raspberry-pi-a-mvc-template-for-tkinter/: framework for MVC
- https://www.youtube.com/watch?v=ek47NMFW_mk: interesting calculator.
- https://medium.com/swlh/python-oop-mvc-data-science-tkinter-23c3e8dab70f: example of MVC with tkinter
- http://www.python-simple.com/python-matplotlib/pyplot.php: explanations in French.
- https://matplotlib.org/users/event_handling.html?highlight=tkinter : event handling
- https://gitlab.com/ilya.dubovitsky/function-approximation-methods: see update of graph.
- https://github.com/samstorment/csv-plots: quite similar to PlotView intent.
- https://matplotlib.org/gallery/user_interfaces/embedding_in_tk_sgskip.html
- https://leanpub.com/openintro-statistics
- https://www.freecodecamp.org/news/what-is-a-proxy-server-in-english-please/
- https://stackoverflow.com/questions/20618804/how-to-smooth-a-curve-in-the-right-way
- https://stackoverflow.com/questions/28855928/python-smoothing-data/28857249
- https://www.youtube.com/watch?v=PgLjwl6Br0k -> nice excel data viewer
- https://docs.python.org/3/library/configparser.html: documentation
- https://stackoverflow.com/questions/8884188/how-to-read-and-write-ini-file-with-python3: example
- https://stackoverflow.com/questions/24215971/parse-config-file-of-unknown-length
- https://github.com/digitallyamar/Python-CSV-Toolkit/blob/main/merge_csv_cols.py merge CSV files without pandas
- https://github.com/samtaylorse/csvFileManager_Python/blob/master/csvManager.py interesting approach ?
- https://csvkit.readthedocs.io/en/latest/ CSV kit
- https://github.com/wireservice/agate toolbox replacing pandas ?
- https://www.dotnetperls.com/csv-python
- https://www.quora.com/How-does-the-Python-CSV-Sniffer-work explanation of sniffer
- https://www.programiz.com/python-programming/reading-csv-files Print the result of sniffer (dialect) after attempting to read the CSV.