All Projects → darkprinx → break-the-ice-with-python

darkprinx / break-the-ice-with-python

Licence: other
The repository is about 100+ python programming exercise problem discussed, explained, and solved in different ways

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to break-the-ice-with-python

100 Plus Python Programming Exercises Extended
100+ python programming exercise problem discussed ,explained and solved in different ways
Stars: ✭ 1,250 (-42.26%)
Mutual labels:  discussion, practice, learning-python, tutorial-code
python-tutorial-codes
Python 🐍 Tutorials
Stars: ✭ 23 (-98.94%)
Mutual labels:  learning-python, tutorial-code
codewars python solutions
My CodeWars solutions in Python.
Stars: ✭ 111 (-94.87%)
Mutual labels:  practice, interview
learning-computer-science
Learning data structures, algorithms, machine learning and various computer science constructs by programming practice from resources around the web.
Stars: ✭ 28 (-98.71%)
Mutual labels:  practice, interview
ConsiderIt
For deliberation and opinion visualization
Stars: ✭ 62 (-97.14%)
Mutual labels:  discussion, opinions
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 (-83.51%)
Mutual labels:  practice, learning-python
start-machine-learning
A complete guide to start and improve in machine learning (ML), artificial intelligence (AI) in 2022 without ANY background in the field and stay up-to-date with the latest news and state-of-the-art techniques!
Stars: ✭ 3,066 (+41.62%)
Mutual labels:  practice, learning-python
Python Beginner Programming Exercises
Practice your Python programming skills with this interactive and auto-graded set of exercises.
Stars: ✭ 47 (-97.83%)
Mutual labels:  practice, tutorial-code
Python
All Algorithms implemented in Python
Stars: ✭ 125,688 (+5705.45%)
Mutual labels:  practice, interview
pw
Best websites a Programmer should visit
Stars: ✭ 27 (-98.75%)
Mutual labels:  practice, interview
shortest-tutorial-ever
A list of the shortest tutorials ever.
Stars: ✭ 14 (-99.35%)
Mutual labels:  practice, tutorial-code
awesome-coder-resources
编程路上加油站!------【持续更新中...欢迎star,欢迎常回来看看......】【内容:编程/学习/阅读资源,开源项目,面试题,网站,书,博客,教程等等】
Stars: ✭ 54 (-97.51%)
Mutual labels:  interview
questions-for-employers
A big collection of useful questions to ask potential employers.
Stars: ✭ 577 (-73.35%)
Mutual labels:  interview
Front-end-Job-Interview-Questions
Ответы на вопросы на должность Frontend разработчика.
Stars: ✭ 236 (-89.1%)
Mutual labels:  interview
ruby drills
A deliberate practice framework to help you learn Ruby
Stars: ✭ 30 (-98.61%)
Mutual labels:  practice
Interview
程序员代码面试指南C++版,更新中
Stars: ✭ 110 (-94.92%)
Mutual labels:  interview
SoleilNotes
技术面试必备知识点:Android、Java、C、C++、Python、Flutter、Gradle、数据结构、计算机组成原理、计算机网络、操作系统、算法、数据结构、设计模式、密码学等等
Stars: ✭ 483 (-77.69%)
Mutual labels:  interview
Data-Structure-Algorithms-LLD-HLD
A Data Structure Algorithms Low Level Design and High Level Design collection of resources.
Stars: ✭ 922 (-57.41%)
Mutual labels:  interview
android-tutorials-glide
Example code for Glide tutorial series, start here:
Stars: ✭ 16 (-99.26%)
Mutual labels:  tutorial-code
front-end-interview
🌈 2023 前端面试题 + 知识库汇总,你值得拥有~
Stars: ✭ 93 (-95.7%)
Mutual labels:  interview

Break The Ice With Python

A journey of 100+ simple yet interesting problems which are explained, solved, discussed in different pythonic ways

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].