mirror of
https://github.com/Asabeneh/30-Days-Of-Python.git
synced 2026-06-12 21:01:48 +08:00
feedback link
This commit is contained in:
parent
132224d565
commit
bfc94d5f82
@ -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.
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -26,6 +26,7 @@
|
||||
- [Statistics Module](#statistics-module)
|
||||
- [NumPy](#numpy)
|
||||
|
||||
GIVE FEEDBACK: http://thirtydayofpython-api.herokuapp.com/feedback
|
||||
# 📘 Day 22
|
||||
|
||||
## Python Web Scraping
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user