976 skills found · Page 9 of 33
Tadaboody / Good SmellA linting/refactoring library for python best practices and lesser-known tricks
s-shemmee / Python Project IdeasThis repository is a compilation of some of the best project ideas in Python to practice your skills. From a beginner level to complex projects, this list should keep you busy for days!
blackhatinside / MyCompetitivePythonPracticePlacements and Interview Coding Rounds Preparation and Competitive Programming with Python
w3hbi / Fundamentals Of Accelerated Computing With CUDA PythonPractice exercises and assessments for NVIDIA DLI's "Fundamentals of Accelerated Computing with CUDA Python" course.
pxxthik / Python OOP ProjectsA collection of Python projects that demonstrate Object-Oriented Programming concepts and practices.
Paulinakhew / Web Trader📊 Python Flask game that consolidates data from Nasdaq, allowing the user to practice buying and selling stocks.
Materials-Data-Science-and-Informatics / Fair Python CookiecutterAn opinionated cookiecutter template to kickstart a modern best-practice Python project with FAIR metadata.
ArjiJethin / Python BasicA Repo consisting of my Python files for my practice
nasa / ML Airport ConfigurationThe ML-airport-configuration software is developed to provide a reference implementation to serve as a research example how to train and register Machine Learning (ML) models intended for predicting airport configuration as a time series. The software is designed to point to databases which are not provided as part of the software release and thus this software is only intended to serve as an example of best practices. The software is built in python and leverages open-source libraries kedro, scikitlearn, MLFlow, and others. The software provides examples how to build three distinct pipelines for data query and save, data engineering, and data science. These pipelines enable scalable, repeatable, and maintainable development of ML models.
cunyu1943 / Python Nlp Practice《Python自然语言处理实战:核心技术与算法(涂铭)》笔记
claudiosw / Python Best PracticesThis project is intended to help developers to code better using Python best practices
ceodaniyal / BackdoorA Python-based backdoor and server communication tool for ethical hacking and reverse shell practice using socket programming.
mrankitgupta / Python RoadmapI am sharing Python lessons from scratch to intermediate with practice sets which I have studied into my Journey of 66DaysofData into Data Analytics.
yuxuzi / Pytemplate UvPyTemplate UV is a powerful CLI tool for creating Python project templates using the uv package manager. It provides a seamless way to generate standardized project structures with modern development practices.
DairHX / Python Basics Exercises🐍 A series of beginner to advanced Python basics exercises with solutions to help you learn and practice the fundamentals of Python programming.
Olenadymytrova / Budget TrackerA simple budget tracker built using Python and Flask. This project allows users to log their income and expenses, categorize them, and visualize their spending habits. This project is a great way to practice web development and data visualization.
iamtushara / Machine Learning ReferenceThis repository contains study materials in the form of presentations (and Python codes) to various Machine Learning techniques and also contains some sample data to practice these algorithms
shravankumar0811 / Coding Ninjas In PythonThis repository includes all the practice problems and assignments which I've solved during the Course of Python Programming taught by Coding Ninjas. Star the repo if you like it.
gsaponaro / Vision Engineering ExercisesPractical Python exercises on classical computer vision and clean engineering practices
PriyankaKhire / ProgrammingPracticePythonTrying to code clean and delegate code to small functions as much as possible