Skip to content

Commit 40b3e0b

Browse files
committed
link modified
1 parent 8ed841e commit 40b3e0b

File tree

4 files changed

+24
-22
lines changed

4 files changed

+24
-22
lines changed

30_Day_Conclusions/30_conclusions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
In the process of preparing this material I have learned 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 to a data analysis, data science, machine learning or web development paths. [Support the author for more educational materials](https://www.paypal.com/paypalme/asabeneh).
3232

3333
## Testimony
34-
Now it is time to express your thoughts about the Author and 30DaysOfPyhton. You can leave your testimonial on this [link](https://testimonial-s3sw.onrender.com/)
34+
Now it is time to express your thoughts about the Author and 30DaysOfPyhton. You can leave your testimonial on this [link](https://www.asabeneh.com/testimonials)
3535

3636
GIVE FEEDBACK:
3737
http://thirtydayofpython-api.herokuapp.com/feedback

Chinese/README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@
6161
![30DaysOfPython](.././images/[email protected])
6262

6363
- [🐍 30 天 Python](#-30-天-python)
64-
- [📘 第 1 天](#第-1-天)
65-
- [欢迎](#欢迎)
64+
- [📘 第 1 天](#-第-1-天)
65+
- [欢迎](#欢迎)
6666
- [介绍](#介绍)
67-
- [为什么选择 Python?](#为什么选择-python)
67+
- [为什么选择 Python](#为什么选择-python)
6868
- [环境设置](#环境设置)
6969
- [安装 Python](#安装-python)
7070
- [Python Shell](#python-shell)
@@ -74,6 +74,8 @@
7474
- [Python 语法](#python-语法)
7575
- [Python 缩进](#python-缩进)
7676
- [注释](#注释)
77+
- [示例:单行注释](#示例单行注释)
78+
- [示例:多行注释,称为文档字符串](#示例多行注释称为文档字符串)
7779
- [数据类型](#数据类型)
7880
- [数字](#数字)
7981
- [字符串](#字符串)
@@ -84,7 +86,7 @@
8486
- [集合](#集合)
8587
- [检查数据类型](#检查数据类型)
8688
- [Python 文件](#python-文件)
87-
- [💻 练习 - 第 1 天](#-练习-第-1-天)
89+
- [💻 练习 - 第 1 天](#-练习---第-1-天)
8890
- [练习:等级 1](#练习等级-1)
8991
- [练习:等级 2](#练习等级-2)
9092
- [练习:等级 3](#练习等级-3)
@@ -106,7 +108,7 @@ Python 是一种高级编程语言,适用于通用编程。它是一种开源
106108
本挑战易于阅读,最初以通俗英语编写,并翻译成中文,既具有吸引力、激励性,又具有很高的挑战性。你需要投入大量时间来完成这个挑战。如果你是通过观看学习效果更好的人,可以观看视频教程,访问 <a href="https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktw">
107109
Washera YouTube 频道</a> 你可以从 [Python 对绝对初学者的视频](https://youtu.be/OCCWZheOesI) 开始。订阅频道,在 YouTube 视频中评论你的问题,并积极主动,作者最终会注意到你。
108110

109-
作者喜欢听取你对挑战的意见,分享文章并反馈你对 30DaysOfPython 挑战的看法。你可以在此处留下对文章的反馈:[link](https://testimonial-vdzd.onrender.com/)
111+
作者喜欢听取你对挑战的意见,分享文章并反馈你对 30DaysOfPython 挑战的看法。你可以在此处留下对文章的反馈:[link](https://www.asabeneh.com/testimonials)
110112

111113
## 为什么选择 Python?
112114

Portuguese/README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -59,31 +59,31 @@
5959

6060
![30DaysOfPython](.././images/[email protected])
6161

62-
- [🐍 30 Dias De Python](#-30-dias-de-python)
63-
- [📘 Dia 1](#Dia-1)
64-
- [Bem Vindo](#welcome)
62+
- [🐍 30 Dias de python](#-30-dias-de-python)
63+
- [📘 Dia 1](#-dia-1)
64+
- [Bem Vindo!](#bem-vindo)
6565
- [Introdução](#introdução)
66-
- [Por quê Python ?](#Por-quê-python)
67-
- [Setup do ambiente](#Setup-do-ambiente)
66+
- [Por quê Python?](#por-quê-python)
67+
- [Setup do ambiente](#setup-do-ambiente)
6868
- [Instalando o Python](#instalando-o-python)
6969
- [Python Shell](#python-shell)
7070
- [Instalando o Visual Studio Code](#instalando-o-visual-studio-code)
71-
- [Como usar o visual studio code](#como-usar-o-visual-studio-code)
71+
- [Como usar o Visual Studio Code](#como-usar-o-visual-studio-code)
7272
- [Basico de Python](#basico-de-python)
73-
- [Sintaxe do Python](#Sintaxe-do-python)
74-
- [Indentação do Python](#indentaçao-do-python)
75-
- [Comentários](#comentarios)
73+
- [Sintaxe do Python](#sintaxe-do-python)
74+
- [Identação do Python](#identação-do-python)
75+
- [Comentários](#comentários)
7676
- [Tipos de dados](#tipos-de-dados)
77-
- [Numeros](#numeros)
77+
- [Números](#números)
7878
- [Strings](#strings)
7979
- [Booleanos](#booleanos)
8080
- [Listas](#listas)
81-
- [Dicionários](#dicionarios)
82-
- [Tuplas](#tupla)
81+
- [Dicionário](#dicionário)
82+
- [Tupla](#tupla)
8383
- [Set](#set)
84-
- [Checando tipos de dados](#checando-tipos-de-dados)
84+
- [Checando Tipos de Dados](#checando-tipos-de-dados)
8585
- [Arquivo Python](#arquivo-python)
86-
- [💻 Exercicios - Dia 1](#-exercicios-dia-1)
86+
- [💻 Exercicios - Dia 1](#-exercicios---dia-1)
8787
- [Exercicio: Level 1](#exercicio-level-1)
8888
- [Exercicio: Level 2](#exercicio-level-2)
8989
- [Exercicio: Level 3](#exercicio-level-3)
@@ -105,7 +105,7 @@ Este desafio foi desenvolvido para iniciantes e profissionais que desejam aprend
105105
Este desafio é fácil de ler, escrito originalmente em inglês coloquial e traduzido para um português, envolvente, motivador e ao mesmo tempo muito exigente. Você precisa destinar muito tempo para terminar este desafio. Se você é um dos que aprendem melhor vendo, você pode assistir às vídeo-aulas em <a href="https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktw">
106106
Canal do Youtube do Washera</a> Você pode começar pelo [Video de Python para iniciantes absolutos](https://youtu.be/OCCWZheOesI). Se inscreva no canal, comente suas dúvidas nos vídeos do YouTube e seja proativo, o autor eventualmente notará você.
107107

108-
O autor gosta de ouvir sua opinião sobre o desafio, compartilhe o artigo do autor dando um feedback com sua opinião sobre o desafio 30DiasDePython. E você pode deixar seu feedback sobre o artigo em: [link](https://testimonial-vdzd.onrender.com/)
108+
O autor gosta de ouvir sua opinião sobre o desafio, compartilhe o artigo do autor dando um feedback com sua opinião sobre o desafio 30DiasDePython. E você pode deixar seu feedback sobre o artigo em: [link](https://www.asabeneh.com/testimonials)
109109

110110
## Por quê Python?
111111

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ This challenge is designed for beginners and professionals who want to learn pyt
111111

112112
This challenge is easy to read, written in conversational English, engaging, motivating and at the same time, it is very demanding. You need to allocate much time to finish this challenge. If you are a visual learner, you may get the video lesson on <a href="https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktw"> Washera</a> YouTube channel. You may start from [Python for Absolute Beginners video](https://youtu.be/OCCWZheOesI). Subscribe the channel, comment and ask questions on YouTube vidoes and be proactive, the author will eventually notice you.
113113

114-
The author likes to hear your opinion about the challenge, share the author by expressing your thoughts about the 30DaysOfPython challenge. You can leave your testimonial on this [link](https://testimonial-s3sw.onrender.com/)
114+
The author likes to hear your opinion about the challenge, share the author by expressing your thoughts about the 30DaysOfPython challenge. You can leave your testimonial on this [link](https://www.asabeneh.com/testimonials)
115115

116116
## Why Python ?
117117

0 commit comments

Comments
 (0)