python-codes
There are 71 repositories under python-codes topic.
kishanrajput23/NPTEL-The-Joy-of-Computing-using-Python
Study materials related to this course.
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!
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
makerportal/tfluna-python
Python codes for TF-Luna LiDAR module that interface with a Raspberry Pi computer
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!
makerportal/AMG8833_IR_cam
Python codes for development of a real-time thermal camera using a Raspberry Pi computer and AMG8833 infrared array
Tuhin-thinks/Python-Codes
Python implementation of problems given in most popular competitive programming contests.
IrandokhtPVZ/Vehicle-Routing-Problem-with-Backhaul
Vehicle Routing Problem with Backhaul (VRPB); Open vehicle routing problem; Lagrangian decomposition; Lagrangian relaxation algorithm; Clustering algorithm; CPLEX optimization solver; Python implementation
AshivDhondea/Satellite_Ground_Track_Plotting_Python
Python codes to plot satellite ground tracks.
arundasan91/Machine-Learning
C++ and Python Codes from my projects
lfsantosgeo/Agisoft-Metashape-Pro
Python Codes to use with Agisoft PhotoScan Pro processing workflow of aerial photogrammetry.
rongmon/rbcodes
An assortment of astrophysical codes mainly for analysis of circumgalactic medium observations.
makerportal/nema17-python
Python codes for controlling a NEMA 17 stepper motor
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
codeperfectplus/Logistic_Regression_From_Scratch
Famous IRIS Dataset Classification Using Logistic_Regression
dillu9878/Codechef-Solutions
Solutions for codechef contests
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.
nessabauer/credit-py
Credit - CS50 - PYTHON
codeperfectplus/Pythonite
Python Basic codes for Practice(PerfectPlus)
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.
sanikac27/Python
Python learning repository with notes and code, from beginner to advanced topics. Covers essential concepts, practical examples, and project-based learning.
sukhdev01/Artificial-Intelligence-AI
Python codes for A* algo, RBFS algo and IDS algo on 8_PUZZLES problem.
umas-in/Python---Data-Structures
CS102 - Data Structures Class
frknbm/Python-Course
Code studies I wrote while learning python language
mujeebishaque/AutomateTheBoringStuffWithPython
Several Projects
rongmon/rbvfit
A Bayesian Voigt profile fitter. Optimized for absorption line analysis.
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. A part of the problems in 'PY101' are based on the Python Lab Courses, like 'Problem Solving with Python Lab', 'ue20cs102'. PY101 is beginner-friendly, and provides a step-by-step guide.
pythonites/Every-Python-Code-Ever
This is a repository where anyone can put there python codes.
alimogh/course-management-system
基于Python的选课管理系统
alimogh/lava-lamp
Short "lava lamp" type simulation, can be enjoyable to watch.
karthikbilaspur/PythonProgrammingLearningCurve
Python Programs that can be Practiced and Learned by anyone.
khianvictorycalderon/my-python-files
A collection of my python codes
MahmoudFawzyAOE2/python-small-codes
training ground for the language syntax and logic
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.
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!
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.