All Projects → darkprinx → 100 Plus Python Programming Exercises Extended

darkprinx / 100 Plus Python Programming Exercises Extended

100+ python programming exercise problem discussed ,explained and solved in different ways

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to 100 Plus Python Programming Exercises Extended

Notebooks
Learn Python for free using open-source notebooks in Hebrew.
Stars: ✭ 877 (-29.84%)
Mutual labels:  jupyter-notebook, tutorial, programming, learning-python
break-the-ice-with-python
The repository is about 100+ python programming exercise problem discussed, explained, and solved in different ways
Stars: ✭ 2,165 (+73.2%)
Mutual labels:  discussion, practice, learning-python, tutorial-code
python-tutorial-codes
Python 🐍 Tutorials
Stars: ✭ 23 (-98.16%)
Mutual labels:  programming, learning-python, tutorial-code
Imageprocessing
MicaSense RedEdge and Altum image processing tutorials
Stars: ✭ 139 (-88.88%)
Mutual labels:  jupyter-notebook, tutorial, tutorial-code
Pytudes
Python programs, usually short, of considerable difficulty, to perfect particular skills.
Stars: ✭ 17,219 (+1277.52%)
Mutual labels:  jupyter-notebook, programming, practice
Start Machine Learning In 2020
A complete guide to start and improve in machine learning (ML), artificial intelligence (AI) in 2021 without ANY background in the field and stay up-to-date with the latest news and state-of-the-art techniques!
Stars: ✭ 357 (-71.44%)
Mutual labels:  tutorial, practice, learning-python
Tutorials
AI-related tutorials. Access any of them for free → https://towardsai.net/editorial
Stars: ✭ 204 (-83.68%)
Mutual labels:  jupyter-notebook, tutorial, programming
Generative models tutorial with demo
Generative Models Tutorial with Demo: Bayesian Classifier Sampling, Variational Auto Encoder (VAE), Generative Adversial Networks (GANs), Popular GANs Architectures, Auto-Regressive Models, Important Generative Model Papers, Courses, etc..
Stars: ✭ 276 (-77.92%)
Mutual labels:  jupyter-notebook, tutorial, tutorial-code
Pandas exercises
Practice your pandas skills!
Stars: ✭ 7,140 (+471.2%)
Mutual labels:  jupyter-notebook, tutorial, practice
Python Beginner Programming Exercises
Practice your Python programming skills with this interactive and auto-graded set of exercises.
Stars: ✭ 47 (-96.24%)
Mutual labels:  tutorial, practice, tutorial-code
Deeplearning
Deep Learning From Scratch
Stars: ✭ 66 (-94.72%)
Mutual labels:  jupyter-notebook, tutorial
Regex In Python
A comprehensive guide for learning regular expressions using Python
Stars: ✭ 58 (-95.36%)
Mutual labels:  jupyter-notebook, tutorial
Mindspore Nlp Tutorial
Natural Language Processing Tutorial for MindSpore Users
Stars: ✭ 58 (-95.36%)
Mutual labels:  jupyter-notebook, tutorial
Mmdetection object detection demo
How to train an object detection model with mmdetection
Stars: ✭ 55 (-95.6%)
Mutual labels:  jupyter-notebook, tutorial
Pandas Tutorial
Tutorial on Using Pandas
Stars: ✭ 66 (-94.72%)
Mutual labels:  jupyter-notebook, tutorial-code
Sru Deeplearning Workshop
دوره 12 ساعته یادگیری عمیق با چارچوب Keras
Stars: ✭ 66 (-94.72%)
Mutual labels:  jupyter-notebook, tutorial
Learn Vim
Vim 实操教程(Learning Vim)Vim practical tutorial.
Stars: ✭ 1,166 (-6.72%)
Mutual labels:  tutorial, programming
Allstate capstone
Allstate Kaggle Competition ML Capstone Project
Stars: ✭ 72 (-94.24%)
Mutual labels:  jupyter-notebook, tutorial
Deep learning for biologists with keras
tutorials made for biologists to learn deep learning
Stars: ✭ 74 (-94.08%)
Mutual labels:  jupyter-notebook, tutorial
Data Privacy For Data Scientists
A workshop on data privacy methods for data scientists.
Stars: ✭ 53 (-95.76%)
Mutual labels:  jupyter-notebook, tutorial

Python-programming-exercises

Binder
Deepnote


Introduction

The exercise text contents of this repository was collected from GitHub account of zhiwehu. I collected it to practice and solve all the listed problems with python. Even after these collected problems are all set up, I will try to add more problems in near future. If you are a very beginner with python then I hope this 100+ exercise will help you a lot to get your hands free with python.

One will find the given problems very simple and easy to understand. A beginner can try 3-5 problems a day which will take a little time to solve but definitely will learn a couple of new stuff (no matter how lazy you are :P ). And after regular practice of only a month, one can find himself solved more than 100++ problems which are obviously not a deniable achievement.

In this repository, I will be gradually updating the codebase of the given problems with my own solutions. Also, I may try to explain the code and tell my opinion about the problem if needed. Main Authors solutions are in python 2 & my solutions will be in python 3. Every problem is divided into a template format which is discussed below. There is a discussion section so don't forget to share your opinion, ideas and feel free to discuss anything wrong or mistake

A Big Thanks to apurvmishra99 for contributing the repository by cleaning up the formatting of all Days_.md files. fixing some random errors, fixing some variable naming with PEP8 conventions, and adding a whole new folder of jupyter notebook of all 24 days.


100+ Python challenging programming exercises

1. Problem Template

  • Question
  • Hints
  • Solution

2. Practice Status

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].