Projects in Awesome Lists tagged with python-functions
A curated list of projects in awesome lists tagged with python-functions .
https://github.com/ml-tooling/opyrator
🪄 Turns your machine learning code into microservices with web API, interactive GUI, and more.
deployment faas fastapi functions machine-learning microservices pydantic python python-functions serverless streamlit type-hints
Last synced: 27 Apr 2025
https://github.com/milaan9/04_python_functions
The function is a block of code defined with a name. We use functions whenever we need to perform the same task multiple times without writing the same code again. It can take arguments and returns the value.
anonymous-functions built-in-functions builtin-functions docstrings functional-arguments functions-python global-local-nonlocal lamda-functions math-functions python-functions python-tutor python-tutorial-github python-tutorial-notebook python4beginner python4datascience python4everybody random-module recursive-functions tutor-milaan9 userdefined-functions
Last synced: 06 Apr 2025
https://github.com/atmb4u/cashier
Persistent caching for python functions
cache cashier functions persistent python python-functions python2 python3
Last synced: 09 Apr 2025
https://github.com/caltechlibrary/commonpy
Collection of common Python utility functions and classes used in other Caltech Library programs.
data-utilities file-utilities file-utils network-utilities python python-functions python3 utility-classes utility-function
Last synced: 14 Apr 2025
https://github.com/lucasvandroux/kittipy
Python functions to import and display the images and labels from the Kitty Object Detection Evaluation 2012 Dataset.
eth-zurich image-detection kitti-dataset python python-functions self-driving-car tsinghua-university
Last synced: 13 May 2025
https://github.com/alexmojaki/datafunctions
Automatic (de)serialization of arguments and return values for Python functions
annotations dataclass decorator marshmallow python python-functions serialization
Last synced: 04 Apr 2025
https://github.com/amir13872/modulo-magic
This Python script is designed to interact with users, allowing them to find numbers within a specified range that are divisible by a list of user-provided divisors. It also calculates and displays the sum of these divisible numbers.
divisor-list python-functions python-signal-module range-validation signal-handling
Last synced: 09 Mar 2025
https://github.com/pravda-lang/stdlib
The standard library of Pravda programming language
pravda python-align python-functions standard-library stdlib
Last synced: 02 Mar 2025
https://github.com/micahondiwa/hackerrank_python_challenge
My solution to the HackerRank python challenge problems.
conditional-statements functional-programming hackerrank hackerrank-solutions loops nested-loops python-functions python-loops python3
Last synced: 03 Apr 2025
https://github.com/qtle3/stats
This repository contains two Python scripts, `stats_calculations.py` and `stats_user.py`, which provide a comprehensive toolset for performing statistical calculations. The program allows users to compute various statistical metrics such as mean, median, mode, variance, and standard deviation, all through a user-friendly command-line interface.
alogrithm error-handling modular-design python-functions quick-select statistical-analysis user-input
Last synced: 08 Apr 2025
https://github.com/riyahal/python
High-level, interpreted, object-oriented programming language guide.
conditional-statements forloop programming programming-language python python-3 python-functions python-lambda tkinter tutorial while-loop
Last synced: 07 Apr 2025
https://github.com/rphadtare/python_by_examples
This repository consist sample programs to learn and understand core concepts
numpy-python os-python pandas-python python-functions python-introduction python-lambda python-oop python-operators python-regex python-variables python3
Last synced: 03 Mar 2025
https://github.com/03-bunny-06/cafe-management-system
Cafe Management System is a simple Python-based system for managing cafe orders. It allows customers to view a menu, place orders, and calculate the total bill effortlessly.
python python-functions python-list-methods python-lists python3
Last synced: 04 Apr 2025
https://github.com/03-bunny-06/banking-management-system
This Python script implements a basic console-based Banking System. Users can create accounts, log in and perform operations such as checking their balance, depositing, withdrawing, and logging out.
dictionaries python python-functions python-lists python3
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/schlopp96/setprecision
Python module providing an easy way to set the precision of a floating-point number to the desired amount of decimal places, or total amount of significant digits.
decimal-places decimals floating-point function math precision python python-functions python-module python-script python3 rounding script sig-figs significant-digits
Last synced: 04 Mar 2025
https://github.com/cescedes/medical-insurance-costs-with-python
Investigate how different factors affect the prediction of medical insurance costs by practicing many python concepts.
codecademy data-analysis python python-dictionaries python-functions python-lists python-loops python-strings
Last synced: 27 Mar 2025
https://github.com/03-bunny-06/quiz-application
A Python-based interactive Geopolitics Quiz that tests user's knowledge through 15 multiple-choice questions. It calculates the score, accuracy percentage, and offers a replay option.
python python-functions python-list-methods python-lists python3
Last synced: 04 Apr 2025
https://github.com/santiagortiiz/linkedin-python-advance
Linkedin Learning. Advance Python Concepts
python python-builtin python-classes python-collections python-comprehension python-functions python-iterators
Last synced: 25 Feb 2025
https://github.com/candytale55/lambda-challenges-py_3
Python-3 coding challenges with lambda functions.
code-challenges codecademy lambda-functions python-3 python-functions python-lambda
Last synced: 31 Mar 2025
https://github.com/candytale55/learn_python_3_code_challenges-dictionaries
Exercises to review Python functions with challenge exercises involving dictionaries.
code-challenges codecademy python-dictionaries python-functions python3
Last synced: 31 Mar 2025
https://github.com/arvindk2025/python-practice-with-projects
Welcome to the Python Practice Code Repository! This repository is a collection of Python practice exercises and solutions aimed at helping my improvement and Python programming skills.
python-dictionary python-functions python-lambda python-lists python-strings python-tuples python3
Last synced: 31 Mar 2025
https://github.com/saicharanuvaraj/gibberish-converter
It is a funny gibberish translator console app which translates what english you speak into gibberish by speaking and also tracks all the translations for future use using text file system.
file-handling-in-python gibberish python-functions python3 pyttsx3 random speech-to-text text-to-speech translater
Last synced: 19 Feb 2025
https://github.com/lapets/prd
Idiomatic implementation of a Python function that calculates the product of the items from an iterable.
python python-builtin python-function python-functions python-prd python-prod python-product python-sum
Last synced: 17 Mar 2025
https://github.com/03-bunny-06/guessing-number-game
This Python program is an interactive Guessing Number Game that challenges players to guess a randomly generated number based on difficulty levels. It provides feedback after every guess to guide the player toward the correct answer.
python python-functions python-library python3
Last synced: 04 Apr 2025
https://github.com/tidy-coder/tidy-open-cybersecurity-library
This is a tidy cybersecurity/cryptography repo.
cryptography cryptography-algorithms cryptography-library cryptography-project cryptography-utilities cyber-security cybersecurity ecb-encryption functions python python-functions python-library xor-cipher xor-decoder xor-encoder xor-encryption xor-operation
Last synced: 26 Mar 2025