Learn Python
111K subscribers
391 photos
9 videos
782 files
121 links
Download and watch the best premium Python Courses.

Buy ads: https://telega.io/c/LearnPython3
Download Telegram
Advanced Python: Practical Database Examples.zip
253.9 MB
Advanced Python: Practical Database Examples

@LearnPython3
👍142
Advanced Python: Practical Database Examples.zip
253.9 MB
Advanced Python: Practical Database Examples

@LearnPython3
🔥18👍84
🔅 Create an Audiobook in Python
34🔥8👍6👎1
pip install PyPDF2
pip install pyttsx3


import PyPDF2
import pyttsx3
# Read the pdf by specifying the path in your computer
pdfReader = PyPDF2.PdfFileReader(open('clcoding.pdf', 'rb'))
# Get the handle to speaker
speaker = pyttsx3.init()
# split the pages and read one by one
for page_num in range(pdfReader.numPages):
text = pdfReader.getPage(page_num).extractText()
speaker.say(text)
speaker.runAndWait()
# stop the speaker after completion
speaker.stop()
# save the audiobook at specified path
engine.save_to_file(text, 'E:\audio.mp3')
engine.runAndWait()


🔅 Create an Audiobook in Python
69👍46🔥13
What method do you prefer fo this code snippets 👆 ?
Anonymous Poll
21%
Images (method 1)
25%
Texts (method 2)
54%
Both (method1 + method 2)
👍45
37👍15🔥10
64👍43🔥14👎5
This media is not supported in your browser
VIEW IN TELEGRAM
👍7
🔰 100 Days of Code: The Complete Python Pro Bootcamp for 2023

🌟 4.7 - 243747 votes 💰 Original Price: $74.99

Master Python by building 100 projects in 100 days. Learn data science, automation, build websites, games and apps!


Taught By: Dr. Angela Yu

Download Full Course: https://t.me/Python_Trainings/724
Download All Courses: https://t.me/zero_to_mastery
129👍39🔥24😁7
01_Working_with_Variables_in_Python_to_Manage_Data_Part_01.zip
343.9 MB
01 - Working with Variables in Python to Manage Data - Part 01
01_Working_with_Variables_in_Python_to_Manage_Data_Part_02.zip
168.3 MB
01 - Working with Variables in Python to Manage Data - Part 02
02 - Understanding Data Types and How to Manipulate Strings.zip
311.6 MB
02 - Understanding Data Types and How to Manipulate Strings
03 - Control Flow and Logical Operators - Part 01.zip
296.3 MB
03 - Control Flow and Logical Operators - Part 01
03 - Control Flow and Logical Operators - Part 02.zip
247.7 MB
03 - Control Flow and Logical Operators - Part 02
04 - Randomisation and Python Lists - Part 01.zip
322.1 MB
04 - Randomisation and Python Lists - Part 01
04 - Randomisation and Python Lists - Part 02.zip
127.7 MB
04 - Randomisation and Python Lists - Part 02
06 - Python Functions & Karel - Part 01.zip
281.1 MB
06 - Python Functions & Karel - Part 01
06 - Python Functions & Karel - Part 02.zip
115.6 MB
06 - Python Functions & Karel - Part 02
124👍78🔥213
08 - Function Parameters & Caesar Cipher - Part 01.zip
306.6 MB
08 - Function Parameters & Caesar Cipher - Part 01
08 - Function Parameters & Caesar Cipher - Part 02.zip
271 MB
08 - Function Parameters & Caesar Cipher - Part 02
09 - Dictionaries, Nesting and the Secret Auction.zip
305.7 MB
09 - Dictionaries, Nesting and the Secret Auction
11 - The Blackjack Capstone Project.zip
264.7 MB
11 - The Blackjack Capstone Project
12 - Scope & Number Guessing Game.zip
206.7 MB
12 - Scope & Number Guessing Game
13 - Debugging How to Find and Fix Errors in your Code.zip
172.7 MB
13 - Debugging How to Find and Fix Errors in your Code
14 - Higher Lower Game Project.zip
322.9 MB
14 - Higher Lower Game Project
77👍29🔥14😁3