Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c8ee5ae

Browse files
AzzyAzzy
Azzy
authored and
Azzy
committed
update 4
1 parent 2f7e320 commit c8ee5ae

File tree

4 files changed

+17
-7
lines changed

4 files changed

+17
-7
lines changed

‎.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"Arref",
44
"Arsalan",
55
"fpdf",
6+
"Matplotlib",
67
"prettytable"
78
]
89
}

‎data-visualization.png

32.3 KB
Loading[フレーム]

‎main.py

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
pdf.image("healthcare.jpg", x=10, y=100, w=75, h=45)
5757

5858
pdf.set_xy(x=90, y=100)
59-
pdf.multi_cell(w=0, h=5, txt="Examples of Python applications used in Healthcare:\n"+
59+
pdf.multi_cell(w=0, h=5, txt="Examples of Python applications used in Healthcare:\n"+
6060
"* Parkinson's disease detection\n"+
6161
"* Heart disease detection\n"+
6262
"* Diabetes prediction\n"+
@@ -65,16 +65,25 @@
6565

6666
pdf.set_xy(x=10, y=150)
6767
pdf.set_font("Arial", style="B", size=10)
68-
pdf.cell(w=0, h=5, txt=" 2. Data visualization", ln=1)
68+
pdf.cell(w=0, h=5, txt=" 2. Data Visualization", ln=1)
6969

7070
pdf.set_font("Arial", size=10)
71-
pdf.multi_cell(w=0, h=5, txt="Data visualization "+
72-
""+
73-
""+
74-
""+
75-
"")
71+
pdf.multi_cell(w=0, h=5, txt="Using libraries like Matplotlib, you can create graphs, plots, maps and "+
72+
"many more to better summarize and visualize your data."+
73+
"A few examples of using Matplotlib library is that you can make accurate decisions,"+
74+
"identify and compare multiple data sets to find results much faster. "+
75+
"Examples of data visualization:\n"+
76+
"https://www.tableau.com/learn/articles/best-beautiful-data-visualization-examples")
7677

78+
pdf.image("data-visualization.png", x=10, y=180, w=90, h=50)
7779

80+
pdf.set_xy(x=10, y=235)
81+
pdf.set_font("Arial", style="B", size=10)
82+
pdf.cell(w=0, h=5, txt=" 3. Game Development")
83+
84+
pdf.set_font("Arial", size=10)
85+
pdf.multi_cell(w=0, h=5, txt="You can use PyGame library to create your very own 2D games, for example, "+
86+
"Flappy Bird, Snake, Chess, World of Tanks and so much more!.")
7887

7988

8089
# name document and add its path

‎project.pdf

26.6 KB
Binary file not shown.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /