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

GitHub topics: python-codes

rongmon/rbcodes

An assortment of astrophysical codes mainly for analysis of circumgalactic medium observations.

Language: Jupyter Notebook - Size: 113 MB - Last synced at: about 2 hours ago - Pushed at: about 4 hours ago - Stars: 9 - Forks: 8

KarimABOUSSELHAM/ISLP-applied-solutions

Solutions of applied exercises contained in "An Introduction to Statistical Learning with Applications in Python", by Tibshirani et al, edition 2023

Language: Jupyter Notebook - Size: 9.76 MB - Last synced at: 10 days ago - Pushed at: over 1 year ago - Stars: 23 - Forks: 3

sanikac27/Python

Python learning repository with notes and code, from beginner to advanced topics. Covers essential concepts, practical examples, and project-based learning.

Size: 8.79 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 4 - Forks: 0

rongmon/rbvfit

A Bayesian Voigt profile fitter. Optimized for absorption line analysis.

Language: Jupyter Notebook - Size: 22.8 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 3 - Forks: 5

MuonRay/Drone-Image-Editing-in-Python-Coding-Repository

A selection of custom developed python codes for use in various drone imaging applications, such as batch conversion of DNG (RAW) drone images to JPEG or PNG, use of the rawpy library features of demosaicing, gamma factor correction and use of skimage library to demonstrate histogram histogram equalization in colour images to create better contrast and depth. This repository also increases coding developed for use in generating panorama composite images both in JPG and DNG format, a very useful technique in high definition aerial imagery and makes use of the SIFT algorithm in Python's OpenCV image stitcher function. These codes are open for use in educational and demonstration uses and for non-profit organisations.

Language: Python - Size: 29.1 MB - Last synced at: 29 days ago - Pushed at: almost 5 years ago - Stars: 4 - Forks: 0

khianvictorycalderon/my-python-files

A collection of my python codes

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

burakbehlull/some-codes

single format, small codes..

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

sukhdev01/Error-detection-and-correction-IN-Computer_Network

Python Codes for Error detection and correction are 2 Dimentional Parity Check (advanced LPC), Longitudinal parity check (LPC), Cyclic redundency check (CRC), simple parity, Check sum, Hamming Code etc

Language: Jupyter Notebook - Size: 16.6 KB - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 8 - Forks: 5

matheusAFONSECA/Python-codes

Codes in pyhton that I create to train

Language: Python - Size: 1.3 MB - Last synced at: about 2 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

sourceduty/Python_Utilities

🛠️ A repo of Python tools and codes.

Language: Python - Size: 10 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

mehmoodulhaq570/Python-Projects

Config files for my GitHub profile.This Python repository has fun stuff like a Hangman game and an analogue lock, along with codes for playing around with images. Great for anyone who likes games or wants to explore a bit of coding magic with pictures!

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

abrahim-ahmed/Python-cods

For education and helping to improve our skills in python

Language: Python - Size: 25.4 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

ankitacoder3/Python-Jumpstart-PY101

Python-Jumpstart-PY101, is a starter kit to learn PYTHON. It is the perfect guide to learn, improve and master the programming language, Python. The problems and codes in PY101 are based on the Python Lab Courses, which was part of the course 'ue20cs102'. PY101 is beginner-friendly, and provides a step-by-step process and solutions.

Language: Python - Size: 1.1 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 2 - Forks: 0

sectool/Python-Text-Encoding-Software

Python - Text Encoding Software

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

karthikbilaspur/PythonProgrammingLearningCurve

Python Programs that can be Practiced and Learned by anyone.

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

juandapradam12/PCA-Applied-To-Silicon-Wafer-Thickness-Analysis

Application of the statistical method principal component analysis for studying the thickness of a Silicon wafer.

Language: Python - Size: 47.9 KB - Last synced at: 12 months ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

juandapradam12/Polynomial-Fitting-For-a-Rocket-Velocity

Polynomial fitting for a second degree polynomial describing the function of a rockets velocity in terms of time, by finding the respective coefficients with gaussian elimination method implemented.

Language: Python - Size: 9.77 KB - Last synced at: 12 months ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

juandapradam12/Fourier-Transform-Implementation-1D

Fourier transform implementation for a one dimensional arbitrary function.

Language: Python - Size: 1.95 KB - Last synced at: 12 months ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

juandapradam12/Gauss-Jordan

Code for reducing an nxn matrix into gauss-jordan form with row elementry operations.

Language: Python - Size: 1000 Bytes - Last synced at: 12 months ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

juandapradam12/Fourier-Transforms-In-1D-And-2D

Implementation of the Fourier transform in one dimension for an arbitrary function. Using numpy packages for obtaining the Fourier transform in two dimensions for images, including the cross sectional function of each of the transformed images and applying a filter for obtaining Barcelona map without horizontal lines after the transformation.

Language: Python - Size: 1.56 MB - Last synced at: 12 months ago - Pushed at: over 7 years ago - Stars: 4 - Forks: 0

juandapradam12/Leap-Frog-Method-For-Solving-Ordinary-Differential-Equations-Describing-Epidemic-SIR-Model

Implementation of the Leap-Frog Method for solving ordinary differential equations describing the epidemic SIR Model for a population of N individuals, considering the variables of individuals infected I(t), the suceptible to be infeted S(t) and the individuals who have recovered from the infection R(t).

Language: Python - Size: 13.7 KB - Last synced at: 12 months ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 2

codeperfectplus/Pythonite

Python Basic codes for Practice(PerfectPlus)

Language: Python - Size: 206 KB - Last synced at: 12 months ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 3

codeperfectplus/Logistic_Regression_From_Scratch

Famous IRIS Dataset Classification Using Logistic_Regression

Language: Jupyter Notebook - Size: 63.5 KB - Last synced at: 12 months ago - Pushed at: almost 5 years ago - Stars: 6 - Forks: 4

neuqs90/python-codes

Contains Pythons Small And Micro Projects

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

iqfareez/python-codecadamy-beginner

10 Python Code Challenges for Beginners from Codecademy

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

KudosAbhay/Python_Codes

All my Python Codes

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

frknbm/Python-Course

Code studies I wrote while learning python language

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

dillu9878/Codechef-Solutions

Solutions for codechef contests

Language: Python - Size: 5.74 MB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 4 - Forks: 3

makerportal/AMG8833_IR_cam

Python codes for development of a real-time thermal camera using a Raspberry Pi computer and AMG8833 infrared array

Language: Python - Size: 30.3 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 13 - Forks: 8

kishanrajput23/NPTEL-The-Joy-of-Computing-using-Python

Study materials related to this course.

Language: Python - Size: 14.2 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 63 - Forks: 29

WhimsyGiga/Python3-examples

Just a repository containing example python codes

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

arpanganguli/ISLP

Python codes for the book, An Introduction to Statistical Learning with Applications in R (ISLR)

Language: Jupyter Notebook - Size: 47.8 MB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 16 - Forks: 14

habedi/MyPythonCodes 📦

Practice makes perfect they say; So I was being trying to better my Python coding a little; It's a never-ending process!

Language: Python - Size: 3.92 MB - Last synced at: about 1 year ago - Pushed at: almost 5 years ago - Stars: 23 - Forks: 4

suneelpatel/Python-for-Beginners

Find Real Python’s Beginners Roadmap for Learning Python! We also offer a beginner’s level user guide, which uses interesting examples to help you learn programming and web development. Happy Coding!

Language: Jupyter Notebook - Size: 121 KB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 20 - Forks: 19

lfsantosgeo/Agisoft-Metashape-Pro

Python Codes to use with Agisoft PhotoScan Pro processing workflow of aerial photogrammetry.

Language: Python - Size: 25.4 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 8 - Forks: 2

makerportal/tfluna-python

Python codes for TF-Luna LiDAR module that interface with a Raspberry Pi computer

Language: Python - Size: 276 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 10 - Forks: 9

arundasan91/Machine-Learning

C++ and Python Codes from my projects

Language: C++ - Size: 138 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 8 - Forks: 3

AshivDhondea/Satellite_Ground_Track_Plotting_Python 📦

Python codes to plot satellite ground tracks.

Language: Python - Size: 8.65 MB - Last synced at: about 2 years ago - Pushed at: over 8 years ago - Stars: 7 - Forks: 3

mahraz-hasnat/python-basic-codes

All of my codes from begining to advance, that I learned in "IT Automation with Python" will be uploaded here.

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

alimogh/course-management-system Fork of ylzon/course-management-system

基于Python的选课管理系统

Size: 11.7 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

alimogh/lava-lamp Fork of vandemjh/lava-lamp

Short "lava lamp" type simulation, can be enjoyable to watch.

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

happylie/pythonchallenge_code

Problem solving code for pythonchallenge.com site(pythonchallenge.com 사이트 문제 풀이 : PCC(PythonChallenge in Code)))

Language: OpenEdge ABL - Size: 212 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

makerportal/nema17-python

Python codes for controlling a NEMA 17 stepper motor

Language: Python - Size: 15.6 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 1

Tuhin-thinks/Python-Codes

Python implementation of problems given in most popular competitive programming contests.

Language: Python - Size: 1.4 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 18 - Forks: 9

MahmoudFawzyAOE2/python-small-codes

training ground for the language syntax and logic

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

SaadAAkash/PyNary101

This repo contains basic to intermediate python codes, resources, tutorials and also Web development basic codes for workshops

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

jerinka/python_interface_demo

Demo of implementing ingterface in python, for tutorial series: https://jerin-electronics.medium.com/python-interface-72e10440191

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

sukhdev01/Artificial-Intelligence-AI

Python codes for A* algo, RBFS algo and IDS algo on 8_PUZZLES problem.

Language: Jupyter Notebook - Size: 23.4 KB - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 4 - Forks: 1

suhas-005/Python-for-Hacktoberfest Fork of Srikant797/Python-for-Hacktoberfest

Learning python in Hacktoberfest :D

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

pythonites/Every-Python-Code-Ever

This is a repository where anyone can put there python codes.

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

mujeebishaque/AutomateTheBoringStuffWithPython

Several Projects

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

iamaunique/CODECHEF-PYTHON

My Codechef Python Codes

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

rodrigodalri/python-codes

python code set

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

cseashrafulislam/Sorting-Algorithms-using-python

Sorting Algorithms (insertion Sort, Merge Sort, Min Heap, Bucket Sort, Fractional Knapsack) using Python code

Language: Jupyter Notebook - Size: 2.93 KB - Last synced at: 5 months ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

dimtics/manage-your-datasets

Python codes to write your datasets to one SQLite database file and manage them from there.

Language: Jupyter Notebook - Size: 7.81 KB - Last synced at: about 2 years ago - Pushed at: almost 8 years ago - Stars: 1 - Forks: 0

nt27web/statistical-calculator

"Statistics Calculator" allows calculating variance, mean and standard deviation from a data set. This Project also consists of other functions for Random generator and Population sampling to test the data.

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

Bejjoeqq/Basic-Python

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

TStud/Static-ChatBOT

Chatbot, made by coding some basic python codes in it!

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

kavanozkafa/python-snippets

some python codes we need

Language: Python - Size: 6.32 MB - Last synced at: 23 days ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

Cesar-Urteaga/1707_PYTHON_USEFUL_CODE

Set of useful python codes.

Language: Python - Size: 381 KB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

DipakMajhi/GreedyGame-Session-Calculation

Calculate the number of sessions (valid and total) of a game and the average session time(only valid) from the given dataset and explain your calculation strategy.

Language: Python - Size: 204 KB - Last synced at: 7 months ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

dimtics/datalytics_tools

Python codes for data analytics tasks

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

dimtics/dfmtool

Python codes for managing files and directories.

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

vashistak/Basic-Python-Codes

Basic python codes covering lists, functions, looping with examples

Language: Python - Size: 3.99 MB - Last synced at: about 2 years ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 1