Format part of text in fpdf2

Опубликовано: 02 Апрель 2021
на канале: Chart Explorers
5,865
44

In this video we go over how to underline part of a string in your pdf. This video is a response to a question that I received.

▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

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  

▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

Calculate text size with PIL
https://levelup.gitconnected.com/how-...

pillow ImageFont documentation
https://pillow.readthedocs.io/en/stab...

fpdf2 documentation
https://pyfpdf.github.io/fpdf2/index....

Code on GitHub
https://github.com/bvalgard/underline...

▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

0:00 Intro
0:26 The important Stuff