Skip to content

Commit 292eab3

Browse files
author
Propato
committed
updates
1 parent 924ec69 commit 292eab3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+22
-54273
lines changed

.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
*/*/*/__pycache__
2-
*/*/*/*/__pycache__
1+
*/*/__pycache__
2+
*/*/*/__pycache__

README.md

+20-15
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,55 @@
1-
# Notes, Informations, and Templates
1+
# Notes and Informations
22

33
Here you will find several notes I made during my Python studies, with the idea of making them easily accessible from anywhere to help me, if needed, or other people.
44

5-
## Here you have:
5+
## Content:
66

77
<table align="center">
88
<tr>
99
<td align="center">
1010
Syntax
1111
</td>
1212
<td align="center">
13-
<a href="./syntax/examples/">./syntax/examples/</a>
13+
<a href="./syntax/">./syntax/</a>
14+
</td>
15+
<td align="left">
16+
Examples of Python syntax for simple commands and information on data structures and how to manipulate them.
17+
It's simple content, but that's the idea, review to remember some syntax.
1418
</td>
1519
</tr>
1620
<tr>
1721
<td align="center">
1822
OOP
1923
</td>
2024
<td align="center">
21-
<a href="./syntax/notes/OOP-test/">./syntax/notes/OOP-test/</a>
25+
<a href="./advanced/OOP/">./advanced/OOP/</a>
26+
</td>
27+
<td align="left">
28+
OOP examples and concepts in python to review to remember the structure if needed.
2229
</td>
2330
</tr>
2431
<tr>
2532
<td align="center">
2633
PyGames
2734
</td>
2835
<td align="center">
29-
<a href="./syntax/examples/advanced/pygames/">./syntax/examples/advanced/pygames/</a>
30-
</td>
31-
</tr>
32-
<tr>
33-
<td align="center">
34-
Analyze xlsx and email automation
36+
<a href="./advanced/pygames/">./advanced/pygames/</a>
3537
</td>
36-
<td align="center">
37-
<a href="./report-project/">./report-project/</a>
38+
<td align="left">
39+
PyGames examples and concepts to review to remember the functions and structure, if needed.
3840
</td>
3941
</tr>
4042
<tr>
4143
<td align="center">
42-
Task automation
44+
Analyze Excel and email automation
4345
</td>
4446
<td align="center">
45-
<a href="./intensivao-hashtag/task-automation/">./intensivao-hashtag/task-automation/</a>
47+
<a href="./advanced/">./advanced/</a>
48+
</td>
49+
<td align="left">
50+
Examples and concepts of e-mail automation and Excel analysis to review and recall data frame or e-mail manipulation functions, if necessary.
4651
</td>
4752
</tr>
4853
<table>
4954

50-
<h6 align="center">by David Propato <a href="https://github.com/Propato">@Propato</a> </h6>
55+
<h6 align="center">by David Propato <a href="https://github.com/Propato">@Propato</a></h6>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

intensivao-hashtag/README.md

-5
This file was deleted.

intensivao-hashtag/aula-3/Projeto3 - Arquivo Inicial.ipynb

-55
This file was deleted.

intensivao-hashtag/aula-3/README.md

-1
This file was deleted.
-6.42 KB
Binary file not shown.

intensivao-hashtag/aula-3/main.py

-24
This file was deleted.

intensivao-hashtag/aula-4/Projeto 4 - Arquivo Inicial.ipynb

-69
This file was deleted.

intensivao-hashtag/aula-4/README.md

-1
This file was deleted.

0 commit comments

Comments
 (0)