feedback link

This commit is contained in:
Asabeneh 2019-12-19 01:49:47 +02:00
parent 132224d565
commit bfc94d5f82
7 changed files with 8 additions and 4 deletions

View File

@ -51,6 +51,8 @@
- [Math Module](#math-module)
- [Random Module](#random-module)
- [💻 Exercises: Day 12](#%f0%9f%92%bb-exercises-day-12)
GIVE FEEDBACK: http://thirtydayofpython-api.herokuapp.com/feedback
# 📘 Day 10
## Loops
Life is full of routines. In programming also we do lots of repetitive tasks. In order to handle repetitive task programming languages provide loops. Python programming language also provides the following types of two loops to handle looping.

View File

@ -46,7 +46,7 @@
- [ValueError](#valueerror)
- [ZeroDivisionError](#zerodivisionerror)
- [💻 Exercises: Day 15](#%f0%9f%92%bb-exercises-day-15)
GIVE FEEDBACK: http://thirtydayofpython-api.herokuapp.com/feedback
# 📘 Day 13
## List Comprehension

View File

@ -55,7 +55,7 @@
- [Quantifier in RegEx](#quantifier-in-regex)
- [Cart ^](#cart)
- [💻 Exercises: Day 18](#%f0%9f%92%bb-exercises-day-18)
GIVE FEEDBACK: http://thirtydayofpython-api.herokuapp.com/feedback
# 📘 Day 16
## Python Datetime

View File

@ -52,7 +52,7 @@
- [Inheritance](#inheritance)
- [Overriding parent method](#overriding-parent-method)
- [💻 Exercises: Day 21](#%f0%9f%92%bb-exercises-day-21)
GIVE FEEDBACK: http://thirtydayofpython-api.herokuapp.com/feedback
# 📘 Day 19
## File handling

View File

@ -26,6 +26,7 @@
- [Statistics Module](#statistics-module)
- [NumPy](#numpy)
GIVE FEEDBACK: http://thirtydayofpython-api.herokuapp.com/feedback
# 📘 Day 22
## Python Web Scraping

View File

@ -66,7 +66,7 @@
- [Delete Document](#delete-document)
- [Drop a collection](#drop-a-collection)
- [💻 Exercises: Day 27](#%f0%9f%92%bb-exercises-day-27)
GIVE FEEDBACK: http://thirtydayofpython-api.herokuapp.com/feedback
# 📘 Day 25
## Pandas

View File

@ -582,6 +582,7 @@ if __name__ == '__main__':
## Conclusions
In the process of preparing this material I I have learning quite a lot and you have inspired me to do more. Congratulations for making it to this level. If you have done all the exercise and the projects, now you are capable to go a data analysis, data science, machine learning or web development.
GIVE FEEDBACK: http://thirtydayofpython-api.herokuapp.com/feedback