-
Notifications
You must be signed in to change notification settings - Fork 1
Useful stuff ?
Fabrice edited this page Feb 12, 2023
·
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/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
- 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://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://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.
- https://www.delftstack.com/howto/python/smooth-data-in-python/ very interesting source
- https://stackoverflow.com/questions/20618804/how-to-smooth-a-curve-in-the-right-way plenty of proposals to study
- https://www.geeksforgeeks.org/how-to-calculate-moving-averages-in-python/ pandas moving range
- https://www.statology.org/moving-average-python/ pandas moving range
- https://stackoverflow.com/questions/14313510/how-to-calculate-rolling-moving-average-using-python-numpy-scipy moving average
- https://www.ikigailabs.io/multivariate-time-series-forecasting-python/python-moving-average-numpy moving average
- https://towardsdatascience.com/how-to-code-different-types-of-moving-averages-in-python-4f8ed6d2416f moving average
- https://www.mikulskibartosz.name/smoothing-time-series-in-pandas/ filtering time series