An open API service providing repository metadata for many open source software ecosystems.

Topic: "python-functions"

ml-tooling/opyrator

🪄 Turns your machine learning code into microservices with web API, interactive GUI, and more.

Language: Python - Size: 2.45 MB - Last synced at: 4 days ago - Pushed at: 26 days ago - Stars: 3,131 - Forks: 160

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.

Language: Jupyter Notebook - Size: 1.27 MB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 234 - Forks: 227

atmb4u/cashier

Persistent caching for python functions

Language: Python - Size: 13.7 KB - Last synced at: 14 days ago - Pushed at: about 2 years ago - Stars: 87 - Forks: 9

4GeeksAcademy/python-functions-programming-exercises

Learn and master functional programing by doing auto-graded interactive exercises.

Language: Python - Size: 2.67 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 68 - Forks: 237

caltechlibrary/commonpy

Collection of common Python utility functions and classes used in other Caltech Library programs.

Language: Python - Size: 410 KB - Last synced at: about 18 hours ago - Pushed at: about 2 years ago - Stars: 19 - Forks: 1

Arin-Grigoras/CnPython

Trying to implement python functions in C so it's easier to read.

Language: C - Size: 230 KB - Last synced at: 7 months ago - Pushed at: over 2 years ago - Stars: 15 - Forks: 3

wnagesh/Datacamp-Intro-to-Python-For-Data-Science

The Repository contains the Answers of the "Introductory course on Python for Data Science" by "DataCamp".

Language: Python - Size: 19.5 KB - Last synced at: almost 2 years ago - Pushed at: almost 6 years ago - Stars: 9 - Forks: 11

statcompute/py_vsk

A Collection of Python Functions for Vasicek Distribution

Language: Python - Size: 75.2 KB - Last synced at: 22 days ago - Pushed at: over 4 years ago - Stars: 8 - Forks: 3

LucasVandroux/KittiPy

Python functions to import and display the images and labels from the Kitty Object Detection Evaluation 2012 Dataset.

Language: Python - Size: 5.62 MB - Last synced at: 2 months ago - Pushed at: over 7 years ago - Stars: 6 - Forks: 1

imnaresh96/practice_python

Python Practice

Language: Jupyter Notebook - Size: 987 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 5 - Forks: 1

TelRich/Currency-Foreign-Exchange-Rates-Forecasting

This a Capstone Project done by Team Pycaret in Hamoye Data Science Program Fall'22. ARIMA and Prophet model were used to forecast the closing price of currency exchange. An app was deployed with a friendly UI where users can easily make forecast on a currency pair of their choice, based on the available data used.

Language: Jupyter Notebook - Size: 32 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 2

gabrielponto/python-number-format

A number_format function like PHP

Language: Python - Size: 1.95 KB - Last synced at: almost 2 years ago - Pushed at: over 7 years ago - Stars: 4 - Forks: 2

alexmojaki/datafunctions

Automatic (de)serialization of arguments and return values for Python functions

Language: Python - Size: 19.5 KB - Last synced at: about 21 hours ago - Pushed at: about 5 years ago - Stars: 3 - Forks: 0

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.

Language: Python - Size: 4.88 KB - Last synced at: about 1 month ago - Pushed at: 11 months ago - Stars: 2 - Forks: 1

Protocol73/P73c_Plugins

Independent Python Plugins

Language: Python - Size: 25.4 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 1

Shahnazi2002/Fibonacci-sequence-in-Python

Fibonacci sequence in Python

Language: Python - Size: 10.7 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 1

VAZMFB/Python-importAirfoil

Python Airfoil coordinates import function.

Language: Batchfile - Size: 3.41 MB - Last synced at: 27 days ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

soiqualang/PyFuncs4PostgreSQL

Some python functions to work with PostgreSQL Database

Language: Jupyter Notebook - Size: 14.6 KB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 2

rh3nium/Python

High-level, interpreted, object-oriented programming language programs with examples.

Language: Python - Size: 931 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

rphadtare/python_by_examples

This repository consist sample programs to learn and understand core concepts

Language: Python - Size: 32.9 MB - Last synced at: 29 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

rubada/Learn-Python-Professionally-Part-One

Language: Python - Size: 125 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 2

mavishxl/Python

Python - Programs and Examples

Language: Python - Size: 805 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

abhinandan6123/AI-Projects

In this resp, You will have chance to explore Basic AI Projects (5)

Language: Jupyter Notebook - Size: 3.93 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

pravda-lang/stdlib

The standard library of Pravda programming language

Language: Python - Size: 28.3 KB - Last synced at: 4 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

CemWebDev/my-python-projects Fork of emrullah580/my-python-projects

Language: Python - Size: 9.77 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

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.

Language: Python - Size: 6.84 KB - Last synced at: 3 months ago - Pushed at: 12 months ago - Stars: 1 - Forks: 0

mehtanishad/module_3_pyhton_Collections_functions_and_Modules

module_3

Language: Python - Size: 10.7 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

shanuhalli/Practice-Basic-Python

Conditional Statement and Python Function.

Language: Jupyter Notebook - Size: 28.3 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

DivyamSamarwal/Python-Guide-For-Beginners

Python Functions Guide

Size: 8.79 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

falkce/snowflake

Templates and practical examples for Snowflake Services as well as some useful Python functions for Snowflake executions.

Language: Python - Size: 4.64 MB - Last synced at: 6 months ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

soiqualang/Py4Sqlite3

Some python function for SQlite3 by soiqualang =))

Language: Python - Size: 2.93 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

lbrealdev/0k-python

0 Knowledge Python is my own personal repository of Python stuff I learn every day

Language: Just - Size: 107 KB - Last synced at: about 4 hours ago - Pushed at: about 7 hours ago - Stars: 0 - Forks: 0

FAHAD-ALI-github/PYTHON_CORE_notebooks

Jupyter notebooks covering core Python concepts like values, data structures, loops, functions, and OOP — perfect for beginners and students.

Language: Jupyter Notebook - Size: 473 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 0 - Forks: 0

onyxwizard/python-cheatsheet

A comprehensive Python cheatsheet for quick reference and learning

Language: Python - Size: 380 KB - Last synced at: 24 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

gyselle-marques/SistemaBancarioFuncoes-DesafioDIO

Desafio DIO: Otimizando o Sistema Bancário com Funções Python.

Language: Python - Size: 3.91 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

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.

Language: Python - Size: 3.91 KB - Last synced at: 5 days ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

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.

Language: Python - Size: 7.81 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

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.

Language: Python - Size: 11.7 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

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.

Language: Python - Size: 6.84 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

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.

Language: Python - Size: 11.7 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

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.

Language: Python - Size: 3.91 KB - Last synced at: about 2 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

ramukjonaM20/Core_Python

In this Repository I shared basic concepts in Python

Language: Jupyter Notebook - Size: 51.8 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

balajimanilal/Python-Two-Player-Pong-Game

This is a simple implementation of the classic Pong game using Python's Turtle graphics library. The game features two paddles controlled by players, a bouncing ball, and a scoreboard to track points.

Language: Python - Size: 7.81 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

balajimanilal/OOP-Coffee-Machine-Program

This project simulates a coffee machine using Object-Oriented Programming (OOP) in Python. Users can purchase coffee drinks like espresso, latte, or cappuccino, and the machine keeps track of resources (water, milk, coffee), processes payments via coins, and manages the order flow for multiple coffee drinks.

Language: Python - Size: 9.77 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

umitsn/with-python

Python Tutorials and Examples

Language: Jupyter Notebook - Size: 534 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

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.

Language: Python - Size: 45.9 KB - Last synced at: about 2 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

TeoJJss/inventory_system

Assignment for Python Programming Module (Diploma Semester 3)

Language: Python - Size: 289 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

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.

Language: Python - Size: 7.81 KB - Last synced at: 6 days ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

pgnikolov/SoftUni-Fundamentals-Python

Programming Fundamentals with Python - SoftUni course

Language: Python - Size: 59.6 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

cescedes/Medical-Insurance-Costs-with-Python

Investigate how different factors affect the prediction of medical insurance costs by practicing many python concepts.

Language: Jupyter Notebook - Size: 32.2 KB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

ummeabiha/IntroductionToPython

Python Basic Programs

Language: Python - Size: 48.8 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

mansikath/DNASequenceTranslator

This repository empowers you to perform operations such as generating complementary sequences, translating DNA to RNA, and identifying open reading frames (ORFs) with ease. Whether you're a bioinformatician, geneticist, or enthusiast, this tool simplifies complex genetic code tasks, making it a valuable resource for genomic research and analysis.

Language: Python - Size: 3.91 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

gaiaengineer/profitable_app_profiles

Data cleaning and exploratory data analysis of two datasets in Python

Language: Jupyter Notebook - Size: 31.3 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

abhinavkumar2369/PW-Python-Foundations-Course 📦

Assignment 📓 Solutions of PE Python 🐍 Foundations Course from PW-SKILLS [----Educational🏫 Purpose Only----]

Language: Jupyter Notebook - Size: 4.44 MB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

dsherbini/data-processing-python

Various data processing and manipulation techniques in Python.

Language: Python - Size: 10.7 KB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

josamontiel/Flukey

A random PIN/Password/Passphrase generator

Language: Python - Size: 16.1 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

Saurabhkhandebharad/Python-SK

Few interesting projects in Python!

Language: Python - Size: 6.84 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

Tripathi18/spychat

The Spychat Messenger is a Python program that enables users to exchange confidential messages using steganography techniques. This user-friendly program allows users to select friends, encode and decode messages within images, add friends to their contact list, and set status messages.

Language: Python - Size: 7.25 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

SeanAtho/RMIT-Introduction-to-Programming-IndependentInvestigativeEffort3

Introduction To Programming: Independent Investigative Effort 3

Language: Python - Size: 0 Bytes - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

MorZieg/PyFAST_Calibration

Fast Automatic Stress Tensor Calibration for 3D geomechanical-numerical modelling (Python version)

Language: Python - Size: 1.8 MB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 1

vishalp7887/python-practice

python_practice

Language: Jupyter Notebook - Size: 160 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

lapets/prd

Idiomatic implementation of a Python function that calculates the product of the items from an iterable.

Language: Python - Size: 17.6 KB - Last synced at: 5 days ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Ebad8931/PythonWorkshop

Python Workshop as part of IEEE N2E Coding Club at Rutgers University, New Brunswick in Spring 2019 Semester

Language: Python - Size: 7.81 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 1

sru0309/python_practices

All my python related practice code

Language: Jupyter Notebook - Size: 54.7 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

alexgatsby/Code-Samples---Alexsandra-Cavalcanti

A little sample of my recent work as a data analyst.

Language: HTML - Size: 11 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

MichaelFish199/Python-Exercises

This repository contains a collection of Python exercises that I have accumulated over the months of studying this leanguage. These exercises cover various topics in the Python programming language and range in difficulty from beginner to intermediate level.

Language: Jupyter Notebook - Size: 116 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

santiagortiiz/Linkedin-Python-Advance

Linkedin Learning. Advance Python Concepts

Language: Python - Size: 80.1 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

SarkisM4/TicTacToe

Language: Jupyter Notebook - Size: 7.81 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

marwanmusa/Hacktiv8-LearningJournalP0

My Learning Journal in Hacktiv8 Bootcamp Phase 0

Language: Jupyter Notebook - Size: 14.8 MB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

alex-testlab/pyrunp Fork of vascop/runp

export python functions from files to the command line. Support python3.6+

Language: Python - Size: 21.5 KB - Last synced at: 26 days ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

stivenramireza/python-learning

Building strong foundations in Python.

Language: Python - Size: 85.9 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 1

falkce/compare_dfs

Tool to compare two Pandas DataFrames.

Language: Python - Size: 3.91 KB - Last synced at: 8 months ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 1

kaushikmanikonda/Basic_Python_Projects

Variety of projects with python. Check each Jupyter notebook for detailed descriptions.

Language: Jupyter Notebook - Size: 9.77 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 1

shayansaha85/python_basic_loops_functions

Language: Python - Size: 9.77 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

paras-aghija/python-basics

Core Python

Language: Jupyter Notebook - Size: 72.3 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

shreyasdhavali/phython-functions

List of python functions for beginners

Size: 52.7 KB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

sichkar-valentyn/Recursive_Function_in_Python

Using recursive function to calculate Fibonacci value

Language: Python - Size: 4.88 KB - Last synced at: over 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

jeremyephron/python-utilities

Python utility functions.

Language: Python - Size: 3.91 KB - Last synced at: about 1 year ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

Related Topics
python 46 python3 30 python-lists 12 python-strings 9 python-loops 9 python-sets 6 python-lambda 6 python-operators 6 python-3 5 python-datatypes 5 python-classes 5 python-dictionary 5 python-fundamentals 4 python-modules 4 python-programming 3 python-functions-examples 3 python-for-beginners 3 python-fundamentals-course 3 tkinter 3 python-files 3 python-library 3 python-variables 3 conditional-statements 3 loops 3 python-methods 3 python-tuples 3 python-conditionals 3 python-script 3 python-module 3 python-list 3 python-collections 3 python-exercises 2 python-basics 2 core-python 2 python-builtin 2 functions 2 python-oops 2 anonymous-functions 2 random 2 python-dictionaries 2 python-decorators 2 python-iterators 2 streamlit 2 data-science 2 python-project-beginner 2 python-list-methods 2 deployment 2 python-recursive 2 functional-programming 2 command-line 2 tutorials 2 100daysofcode 2 100daysofpython 2 object-oriented-programming 2 jupyter-notebook 2 python-tuple 2 python-set 2 programming 2 math 2 python-oop 2 function 2 while-loop 2 precision 1 rounding 1 script 1 sig-figs 1 significant-digits 1 pravda 1 python-align 1 python-regex 1 standard-library 1 python-random 1 python-built-in-functions 1 stdlib 1 codecademy 1 python-function-guide 1 data-analysis 1 compare-columns 1 event-handling 1 python-inheritance 1 coding 1 user-interface 1 cache 1 cashier 1 snowflake-services 1 compare-values 1 snowflake 1 dataframe 1 interactive-tutorial 1 python-projects 1 python-exceptions 1 interactive-exercises 1 python-for-loops 1 python-identifiers 1 python-keywords 1 interactive 1 python-tkinter 1 python-tkinter-application 1 python-tkinter-gui 1 python-while-loops 1