An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with python-modules

A curated list of projects in awesome lists tagged with python-modules .

https://github.com/unpingco/python-for-probability-statistics-and-machine-learning-2e

Second edition of Springer Book Python for Probability, Statistics, and Machine Learning

machine-learning probability-statistics python-modules springer-book-python

Last synced: 06 Apr 2025

https://github.com/vladpunko/notebook-environments

Manage python virtual environments on the working notebook server

jupyter-kernels jupyter-notebooks macos-shell python-modules python-scripts unix-shell

Last synced: 25 Apr 2025

https://github.com/0xdolan/kurdish

Kurdish Language Library for converting characters and digits in Persian, English and Arabic to Kurdish and vice versa.

arabic convert-characters converting-kurdish-digits digit farsi kurdish kurdish-language-library kurdish-oss kurdishcalendar kurdishdate kurdishkeyboard persian python python-library python-modules

Last synced: 07 May 2025

https://github.com/fardinhash/complete-python-roadmap

Welcome to the Complete Python Roadmap! This guide will take you through various modules and sub-modules to help you learn Python step by step.

learnpython practice-programming practice-python python python-lessons python-modules python-roadmap python3 pythonprogramming

Last synced: 11 Apr 2025

https://github.com/deadshot0x7/mygeoip

A python module for finding the geolocation using the IP address created by Sayyed viquar Ahmed

python python-library python-module python-modules

Last synced: 05 May 2025

https://github.com/boada/astlib

My personal development of the astLib library.

astronomers astronomy astrophysics python python-2 python-3 python-modules wcs

Last synced: 12 Mar 2025

https://github.com/ericsson/oss-automatic-bug-assignment

This repository contains the source code used in the experiments of the Master's Thesis "Tuning of machine learning algorithms for automatic bug assignment" (Daniel Artchounin), conducted on Eclipse JDT and Mozilla Firefox. In this Master's Thesis, a systematic four-step method to find some of the best configurations of several machine learning algorithms intending to solve the automatic bug assignment problem has been introduced. This method has been evaluated on 66 066 bug reports of Ericsson, 24 450 bug reports of Eclipse JDT and 30 358 bug reports of Mozilla Firefox.

eclipse-jdt ericsson machine-learning-algorithms master-thesis mozilla-firefox pydev python-modules python-packages scrapy

Last synced: 07 May 2025

https://github.com/rajputrockstar/hand-star

HandStar is a Python library that uses Mediapipe and OpenCV to make hand detection and tracking easy.

mediapipe opencv opencv-python opencv2 pypi pypi-package pypi-packages python python-modules python-script python3

Last synced: 25 Feb 2025

https://github.com/rajputrockstar/all-in-one

All-in-One Tool! This application offers a variety of functionalities including PDF conversion, image processing, text extraction, audio recording, text-to-speech conversion, and more. It aims to provide a versatile toolkit for different tasks in one consolidated interface.

python python-modules python-script python3 tkinter tkinter-gui tkinter-python

Last synced: 22 Mar 2025

https://github.com/rajputrockstar/tkinter-notepad

RockStar Notepad is a simple text editor built using tkinter in Python.

notepad python python-modules python-notepad python-script python3 tkinter tkinter-gui tkinter-python

Last synced: 22 Mar 2025

https://github.com/happycod3r/python-modules

A collection of useful modules that I wrote and use frequently.

python-modules python3

Last synced: 02 Apr 2025

https://github.com/rajputrockstar/election-results-dashboard

his Streamlit application displays election results for various constituencies, parties, and states in India.

data-analysis-python pandas python python-modules python-script python3 scraping scrapy selenium-python streamlit streamlit-application streamlit-dashboard streamlit-webapp

Last synced: 22 Mar 2025

https://github.com/ruimaciel/barman

Barman: a finite element method Python3 package to perform static analysis on 2D beam models

finite-element-analysis finite-element-methods finite-elements python-modules python3

Last synced: 02 Mar 2025

https://github.com/grgomariani/python-boost-module-cpp

Should you need to compile Python modules written in C++ using Boost library

boost cpp python python-boost python-modules

Last synced: 24 Apr 2025

https://github.com/anurag1101/time_module

A simple Python script that provides a dynamic greeting based on the current time of day. It displays the current time in HH:MM:SS format and returns a greeting such as "Good Morning," "Good Afternoon," "Good Evening," or "Good Night" depending on the hour. Ideal for learning time manipulation in Python and enhancing user interactions.

modules python python-modules python3 time-module

Last synced: 02 Apr 2025

https://github.com/mateusadada/python3-mundo2-cursoemvideo

Exercises course Python 3 – Mundo 2 [40 Hours] Curso em Vídeo

cursoemvideo cursoemvideo-python python python-3 python-exercises python-modules python3

Last synced: 04 Apr 2025

https://github.com/03-bunny-06/qr-code-maker

QR Maker is a Python-based utility to create QR codes from image URLs or UPI IDs. This project offers a simple interface to generate QR codes for personal or professional use, with customization options like unique names and color schemes.

image-to-qr python-modules qrcode-generator upi-to-qr

Last synced: 04 Apr 2025

https://github.com/03-bunny-06/expense-splitter

The Expense Splitter is a Python-based application designed to help users manage, view, edit, and split their expenses efficiently. It leverages the rich library to present data in a visually appealing tabular format, making it easier to comprehend financial details.

cli-application python-functions python-modules python3 rich-library

Last synced: 04 Apr 2025

https://github.com/gsri30/multiplayer-quiz

This is a simple quiz program developed using a few python modules

client-server python python-modules quiz-game select sockets threads

Last synced: 24 Feb 2025

https://github.com/rkeytech/file-gatherer

A python script for searching and gathering all the .todo files of a main folder to a destination folder.

beginner-friendly file-management os-module patterns python python-modules python3 python3-8 python38 re-module regex script sys-module

Last synced: 05 Apr 2025

https://github.com/huangcongqing/python-module

python直接install安装不了一些python包,下载的whl文件集合

module python-modules python2 python3

Last synced: 02 Apr 2025

https://github.com/alizaynoune/python_modules

python modules 42_school 1337_FIL

python-1337 python-42 python-modules

Last synced: 27 Mar 2025

https://github.com/raffian-moin/python-practice

The sole purpose of this repository is to learn and practice python.so that problems can be solved using python

oop pyhton3 python-modules standard-template-library

Last synced: 03 Mar 2025

https://github.com/leilaicruz/python-modules-for-bioinformatic-analyses

This repository host the main data analysis scripts for my PhD in TU Delft

bioinformatics machine-learning python-modules satay-basic-analysis

Last synced: 18 Mar 2025

https://github.com/mateusadada/python3-mundo1-cursoemvideo

Exercises course Python 3 – Mundo 1 [40 Hours] Curso em Vídeo

cursoemvideo cursoemvideo-python python python-3 python-exercises python-modules python3

Last synced: 04 Apr 2025

https://github.com/trim0500/fe-stats-classifier

An experiment to create a machine learning model via PyTorch to classify select Fire Emblem unit base stat distributions.

creational-patterns data-analysis data-science data-visualization design-patterns excel jupyter jupyter-notebook matplotlib-pyplot numpy pandas python python-modules python3 pytorch singleton

Last synced: 28 Mar 2025

https://github.com/03-bunny-06/password-utility

This Python script offers a user-friendly tool for generating strong passwords and evaluating the strength of custom passwords.

functions loops python python-modules random-module

Last synced: 04 Apr 2025

https://github.com/dnut/json-match-finder

Python application used to match listings against openings via authenticated JSON API access.

data data-structures data-wrangling database json-api python-application python-modules

Last synced: 28 Mar 2025

https://github.com/joshuathadi/whatsapp-automation

A python program to send messages automatically through date and time.

python-modules whatsapp-automatico

Last synced: 24 Mar 2025

https://github.com/mateusadada/ipo-udesc

Introduction to Object-Oriented Programming course in the second semester of the Bachelor's Degree in Information Systems at UDESC

exercises list object-oriented python python-3 python-exercises python-modules python3 tuple udesc

Last synced: 04 Apr 2025

https://github.com/dnut/associations

Python 3 library to identify high-dimensional statistical relationships in any data set.

analytics arch-linux association-rules data data-analysis data-mining data-science machine-learning python-modules

Last synced: 28 Mar 2025