In this video we go over how to add custom fonts to our PDFs. We discuss adding system fonts and our own custom fonts (i.e., google fonts). The first section of the video focuses on adding fonts when we are not extending our class methods. The second part of the video goes over how to add custom fonts when we are extending the base FPDF class.
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Python & Data Merch - I think this is pretty cool stuff let me know what you think!
https://bit.ly/PythonAndDataMerch
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
My Number 1 course recommendation for self learners (affiliate link): bit.ly/GoogleAnalyticsProfessionalCertificate
Udemy Recommendations that I have Personally Taken (affiliate links):
►►Learn Statistics http://bit.ly/Statistics4DSUdemyCE
►►Learn Python http://bit.ly/LearnPythonCE
►►Learn SQL http://bit.ly/LearnSQLCE
►►Learn Data Analysis (this goes into advanced concepts - learn up to and including Logistic regression - you don't need this before you start applying for jobs but it can help) http://bit.ly/PythonMLDS_CE
►►Learn Business Intelligence http://bit.ly/LearnBI_CE
►►Learn Time Series Analysis (this is an important skill in SOME jobs, but you don't need this before you start applying for jobs) http://bit.ly/TimeSeries_CE
For a more technical / hands on approach consider Dataquest (this is where I learned much of what I know). You will learn will learn SQL, Python, R, and more)! This is a recommendation link I do not get paid, but you will get $15 dollars off.
app.dataquest.io/referral-signup/qybqz3r8/
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Recommended Books
United States
►► Python for Data Analysis by Wes McKinney http://bit.ly/PythonAnalysisUS
►► SQL Cookbook by Anthony Molinaro & Robert de Graff http://bit.ly/SQLCookbookUS
UK
►► Python for Data Analysis by Wes McKinney http://bit.ly/PythonAnalysisUK
►► SQL Cookbook by Anthony Molinaro & Robert de Graff http://bit.ly/SQLCookbookUK
Canada
►►Python for Data Analysis by Wes McKinney http://bit.ly/PythonAnalysis
►►SQL Cookbook by Anthony Molinaro & Robert de Graff http://bit.ly/SQLCookbook
These are affiliate links (no extra charge to you, but it helps me out)
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Consider subscribing for weekly tips, tricks, and tutorials.
/ @chartexplorers
Join my Discord Server / discord
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Part 1 of this tutorial:
• Create PDF with Python | Part 1
Part 2 of this tutorial:
• Create PDF with Python | Part 2
Part 3 of this tutorial:
• Create PDF with Python | Part 3
Check out the official tutorial and documentation that these videos are based on:
https://pyfpdf.github.io/fpdf2/index....
Github
https://github.com/bvalgard/create-pd...
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
0:00 Intro
0:30 System Fonts
2:54 Google Fonts
4:40 Custom Fonts in Constructor