🖥 Githubkit
When you call the GitHub API, you manually process HTTP requests, tokens, and JSON responses, which is time-consuming and error-prone.
githubkit, a Python library, provides a clean, typed interface for interacting with the GitHub API
Example:
▪ Github
▪ Documentation
🆔 @Python4all_pro
When you call the GitHub API, you manually process HTTP requests, tokens, and JSON responses, which is time-consuming and error-prone.
githubkit, a Python library, provides a clean, typed interface for interacting with the GitHub API
pip install githubkit
# or, use poetry
poetry add githubkit
# or, use pdm
pdm add githubkit
# or, use uv
uv add githubkit
Example:
from githubkit import Response
from githubkit.versions.latest.models import FullRepository
resp: Response[FullRepository] = github.rest.repos.get("owner", "repo")
repo: FullRepository = resp.parsed_data
print(repo.full_name)
▪ Github
▪ Documentation
🆔 @Python4all_pro
Ollama-OCR: A Python package and Streamlit app using Ollama's vision language models to extract text from images in various formats, with batch processing and local privacy
https://github.com/imanoop7/Ollama-OCR
#python
🆔 @Python4all_pro
https://github.com/imanoop7/Ollama-OCR
#python
🆔 @Python4all_pro
معرفی چند سایت مفید برای یادگیری پایتون و SQL
Python
❯ Python ➟ https://realpython.com/
❯ Python ➟ https://www.fullstackpython.com/
❯ Python ➟ https://planetpython.org/
❯ Django ➟ http://learndjango.com
❯ Flask ➟ https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world
❯ FastAPI ➟ https://fastapi.tiangolo.com/learn/
❯ Machine Learning ➟ https://www.tensorflow.org/resources/learn-ml
❯ Tensorflow ➟ https://www.tensorflow.org/learn
SQL and NoSQL
❯ SQL ➟ http://sqlbolt.com
❯ SQL ➟ http://sqlzap.com
❯ SQL ➟ http://sqltutorial.org
❯ SQL ➟ http://mode.com/sql-tutorial
❯ MySQL ➟ http://mysqltutorial.org
❯ PostgreSQL ➟ http://postgresqltutorial.com
❯ SQL Server ➟ http://sqlservertutorial.org
❯ Oracle ➟ http://oracletutorial.com
❯ MongoDB ➟ http://mongodbtutorial.org
#Python #Data_Science
🆔 @Python4all_pro
Python
❯ Python ➟ https://realpython.com/
❯ Python ➟ https://www.fullstackpython.com/
❯ Python ➟ https://planetpython.org/
❯ Django ➟ http://learndjango.com
❯ Flask ➟ https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world
❯ FastAPI ➟ https://fastapi.tiangolo.com/learn/
❯ Machine Learning ➟ https://www.tensorflow.org/resources/learn-ml
❯ Tensorflow ➟ https://www.tensorflow.org/learn
SQL and NoSQL
❯ SQL ➟ http://sqlbolt.com
❯ SQL ➟ http://sqlzap.com
❯ SQL ➟ http://sqltutorial.org
❯ SQL ➟ http://mode.com/sql-tutorial
❯ MySQL ➟ http://mysqltutorial.org
❯ PostgreSQL ➟ http://postgresqltutorial.com
❯ SQL Server ➟ http://sqlservertutorial.org
❯ Oracle ➟ http://oracletutorial.com
❯ MongoDB ➟ http://mongodbtutorial.org
#Python #Data_Science
🆔 @Python4all_pro
Realpython
Python Tutorials – Real Python
Learn Python online: Python tutorials for developers of all skill levels, Python books and courses, Python news, code examples, articles, and more.
🖥 Magic Wormhole
Magic Wormhole is a library and command line utility for securely transferring files, folders or text between computers!
🌟 The transfer process is organized using unique “wormhole codes” that are easy to pronounce and entered manually or through auto-completion. These codes are one-time use, which ensures a high level of security.
🔐 License: MIT
🖥 Github
#library #Python
🆔 @Python4all_pro
Magic Wormhole is a library and command line utility for securely transferring files, folders or text between computers!
🌟 The transfer process is organized using unique “wormhole codes” that are easy to pronounce and entered manually or through auto-completion. These codes are one-time use, which ensures a high level of security.
🔐 License: MIT
🖥 Github
#library #Python
🆔 @Python4all_pro