-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstatus.txt
More file actions
117 lines (73 loc) · 3.38 KB
/
status.txt
File metadata and controls
117 lines (73 loc) · 3.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
Still in prototype status
Todo:
=====
pip3 install beautifulsoup4==4.9
https://lxml.de/ #scraping apt-get install python3-lxml
https://pingouin-stats.org/build/html/index.html
https://erdantic.drivendata.org/stable/
https://geocoder.readthedocs.io/providers/GeoNames.html
pip3 install geocoder
https://www.twilio.com/blog/2017/08/geospatial-analysis-python-geojson-geopandas.html
pip3 install shapely==1.5.17
pip3 install geopandas==0.6.0
##pip3 install geojsonio==0.0.3
https://physipy.readthedocs.io/en/latest/
Deep-Translator
https://jakevdp.github.io/PythonDataScienceHandbook/04.13-geographic-data-with-basemap.html
conda install basemap
https://realpython.com/flask-connexion-rest-api/
https://dev.to/sahilrajput/install-flask-and-create-your-first-web-application-2dba
https://datascience-enthusiast.com/R/pandas_datatable.html
https://www.kaggle.com/sudalairajkumar/getting-started-with-python-datatable
https://towardsdatascience.com/an-overview-of-pythons-datatable-package-5d3a97394ee9
https://datatable.readthedocs.io/en/latest/
https://wiki.ubuntuusers.de/tesseract-ocr/
https://www.howtoforge.com/tutorial/tesseract-ocr-installation-and-usage-on-ubuntu-16-04/
https://github.com/tesseract-ocr/tesseract/wiki
https://tesseract-ocr.github.io/tessdoc/AddOns.html#tesseract-wrappers
https://github.com/sirfz/tesserocr
https://github.com/tesseract-ocr/tesseract/blob/master/doc/tesseract.1.asc
https://realpython.com/setting-up-a-simple-ocr-server/
https://github.com/tleyden/open-ocr (rabbitMQ)
https://www.scipy.org/
https://patsy.readthedocs.io/en/latest/overview.html#
https://www.statsmodels.org
https://www.statsmodels.org/stable/glm.html
http://www.science.smith.edu/~jcrouser/SDS293/labs/lab4-py.html
https://opensource.com/article/20/4/plot-data-python
Install python modules by file
* pip install -r requirements.txt
* https://stackoverflow.com/questions/46419607/how-to-automatically-install-required-packages-from-a-python-script-as-necessary/46419642
* https://github.com/bndr/pipreqs
* pip freeze > requirements.txt
* pip list
freeze default packages versions in requirements.coding.txt if not exists!
(similiar to creAssets npm)
https://blog.jetbrains.com/pycharm/2024/06/how-to-move-from-pandas-to-polars/
https://www.kdnuggets.com/7-powerful-python-decorators-to-level-up-your-coding-game
https://www.kdnuggets.com/python-tooling-beyond-pandas-libraries-to-broaden-your-data-science-toolkit
https://docs.jax.dev/en/latest/
https://github.com/uber/h3?uclick_id=634eeb2c-dc35-4026-8476-d03bbffcc8ce
https://www.uber.com/en-DE/blog/h3/
https://www.starlette.io/
https://docs.pydantic.dev/latest/
https://github.com/NVIDIA/warp
https://github.com/Parsl/parsl
https://pydantic.dev/
https://github.com/pola-rs/polars
https://github.com/emmett-framework/granian HTTP server
https://github.com/astral-sh/uv package manager pip
https://github.com/oxylabs/playwright-web-scraping
https://github.com/D4Vinci/Scrapling
https://scrapling.readthedocs.io/en/latest/index.html
DONE:
=====
https://www.scipy.org/
https://patsy.readthedocs.io/en/latest/overview.html#
https://www.statsmodels.org
https://www.statsmodels.org/stable/glm.html
http://www.science.smith.edu/~jcrouser/SDS293/labs/lab4-py.html
https://fastapi.tiangolo.com
https://geopy.readthedocs.io
https://github.com/Sangarshanan/geopatra
https://www.infoworld.com/video/4127484/run-postgresql-in-python-no-setup-required.html