Live Polling App Python Flask
20:56
Remove Duplicates from Python List
10:24
Sentiment Analysis Python App
20:16
Chat App Django
19:52
9 ай бұрын
Python Quiz App with Timer
10:36
11 ай бұрын
Build Alarm Clock using  Python
8:00
How to Create CRUD in Django
21:40
How to use ChatGPT in Python
14:46
MongoDB CRUD operations Python
14:32
Count objects in image using Python
6:12
How to Add Binary Numbers in Python
7:52
Add and Subtract Two Binary Numbers
5:30
Пікірлер
@saadkhan6182
@saadkhan6182 Күн бұрын
The best tutorial on pdf merging, Watched other videos too but this helped me understand as its the easiest way to merge pdfs
@Trinitysoftwareacademy
@Trinitysoftwareacademy 23 сағат бұрын
@@saadkhan6182 thank you
@subbarao25
@subbarao25 7 күн бұрын
good nice video. You should have explained explicitly, as some of code is shown and it is very difficult to new learners. Of course you have furnished code on request of other viewer
@adi6898
@adi6898 12 күн бұрын
Thank You sooo much ma'am ❤️
@Trinitysoftwareacademy
@Trinitysoftwareacademy 12 күн бұрын
👍
@MarcosJostSilveira
@MarcosJostSilveira Ай бұрын
Hello, congratulations . I have a question, with a 10, 20, 30 page PDF, it only converted the last page to audio, what could have happened? Thank you The code: import pyttsx3 import pdfplumber import PyPDF3 file = 'D:/test01.pdf' f = open(file, 'rb') pdfR = PyPDF3.PdfFileReader(f) pages = pdfR.numPages with pdfplumber.open(file) as pdf: for i in range(0,pages): page = pdf.pages[i] text = page.extract_text() print (text) s = pyttsx3.init() s.save_to_file(text,'D:/teste01.mp3') s.runAndWait() f.close()
@AldwinRuiz
@AldwinRuiz Ай бұрын
How 1×2*3=8
@shaivisingh1875
@shaivisingh1875 Ай бұрын
Madam i am not getting total amount in room service, what to do?
@LAVANYAR-h8z
@LAVANYAR-h8z Ай бұрын
Rather than the pycharm IDE shall we use other IDE? if yes , suggest its name.
@Trinitysoftwareacademy
@Trinitysoftwareacademy Ай бұрын
@@LAVANYAR-h8z you can use IDLE, sublime text, visual studio code
@Kafir_Hindu
@Kafir_Hindu 2 ай бұрын
Pls help n guide on how delete the group messages periodically using the python script programmatically
@rishaisonthawbroi1572
@rishaisonthawbroi1572 2 ай бұрын
Its blur 😢
@navkarprinters
@navkarprinters 2 ай бұрын
Mam pls add tkinter gui to it
@tanujachourey5796
@tanujachourey5796 2 ай бұрын
I am getting an error (error: Microsoft Visual C++ 14.0 or greater is required. Failed building wheel for psycopg2) at the time - pip install psycopg2 Could you please guide how we can resolve this?
@AsifHussain-gl4ci
@AsifHussain-gl4ci 2 ай бұрын
thank you very very much
@Trinitysoftwareacademy
@Trinitysoftwareacademy 2 ай бұрын
👍
@IRSHADBEGUM-d1b
@IRSHADBEGUM-d1b 3 ай бұрын
It is throwing an error at name=web.find_element("xpath..................) Why is it showing web is not found
@smoothrain
@smoothrain 3 ай бұрын
were you able to automate this?
@babymusicfun
@babymusicfun 3 ай бұрын
Concept nahi dete ho only app banadiya hogya
@savarinathan1581
@savarinathan1581 3 ай бұрын
Congratulations🎉
@samanesharify
@samanesharify 3 ай бұрын
Perfect, thanks alot.
@Trinitysoftwareacademy
@Trinitysoftwareacademy 3 ай бұрын
👍thank you
@lyndageralyn1881
@lyndageralyn1881 3 ай бұрын
Nice app
@ezhilarasan9960
@ezhilarasan9960 3 ай бұрын
Mam pls explain tree view
@ezhilarasan9960
@ezhilarasan9960 3 ай бұрын
Super mam good explanation
@Trinitysoftwareacademy
@Trinitysoftwareacademy 3 ай бұрын
👍
@jeanpal206
@jeanpal206 3 ай бұрын
why am i getting this error : ModuleNotFoundError: No module named 'selenium'
@thyowen
@thyowen 2 ай бұрын
because you don't have Selenium installed. or you do but Python can't find it. you might want to check your environmental variables
@ShamarHutson
@ShamarHutson 3 ай бұрын
What app is this
@MahithaPonna
@MahithaPonna 3 ай бұрын
Please give me source code
@yassinehmaied4694
@yassinehmaied4694 4 ай бұрын
keep going
@Trinitysoftwareacademy
@Trinitysoftwareacademy 4 ай бұрын
👍
@tamilamma7682
@tamilamma7682 4 ай бұрын
Thank you mam
@Trinitysoftwareacademy
@Trinitysoftwareacademy 4 ай бұрын
👍
@sadaf4650
@sadaf4650 4 ай бұрын
Tysm
@Trinitysoftwareacademy
@Trinitysoftwareacademy 4 ай бұрын
👍
@johnwick2018
@johnwick2018 4 ай бұрын
NIce. How do I create a specific database for my CRUD operations from python
@GustavoCavalcante-v2c
@GustavoCavalcante-v2c 4 ай бұрын
I watched this video and found the explanation excellent for understanding how to create CRUD operations in Django. The introduction to Django and the detailed explanation on using generic views to create, read, update, and delete entries in the database were very clear and helpful. 📚 The practical demonstration of setting up the project, creating models, admin interface, and templates was well structured. It was particularly useful to see the example in real-time, from setup to executing CRUD operations and addressing errors. 🛠 One small suggestion would be to include a bit more detail on customizing the admin pages and handling different types of form validation. This could further assist in building a more robust Django application. 💡 Overall, it's an excellent starting point for anyone looking to learn about CRUD operations in Django. Thank you so much for the content and for making the process so accessible! 🙌
@Trinitysoftwareacademy
@Trinitysoftwareacademy 4 ай бұрын
Thank you for the wonderful and valuable feedback 👍
@superzcreationz2032
@superzcreationz2032 4 ай бұрын
a really informative video...
@Trinitysoftwareacademy
@Trinitysoftwareacademy 4 ай бұрын
👍
@davidfoo6974
@davidfoo6974 4 ай бұрын
The way you found d is gold! I can't thank you enough.
@Trinitysoftwareacademy
@Trinitysoftwareacademy 4 ай бұрын
thank you
@Mr_wolf162
@Mr_wolf162 4 ай бұрын
Thank u
@vimalgopan2920
@vimalgopan2920 4 ай бұрын
It's not working even if try to do the same. Login page is not showing
@wasimakram4392
@wasimakram4392 5 ай бұрын
Hi Madam, Need your institute contact number
@joshisreelakshmi412
@joshisreelakshmi412 5 ай бұрын
Can we do in visual studio
@Trinitysoftwareacademy
@Trinitysoftwareacademy 5 ай бұрын
@@joshisreelakshmi412 yes
@anilkumar-vn9kt
@anilkumar-vn9kt 5 ай бұрын
madam could u plz help reg back button i created a loginpage by cliking login button opens another window there i placed a back button to come to login page wats the logic not getting
@ArtuGamesYT
@ArtuGamesYT 5 ай бұрын
Thank you, this is valuable information!!!
@Trinitysoftwareacademy
@Trinitysoftwareacademy 5 ай бұрын
👍
@savarinathan1581
@savarinathan1581 5 ай бұрын
Congratulations
@Trinitysoftwareacademy
@Trinitysoftwareacademy 5 ай бұрын
Thank you pa
@POOJAYadaav-i5x
@POOJAYadaav-i5x 5 ай бұрын
Error arha h code m
@mohindersingh0711
@mohindersingh0711 6 ай бұрын
First method only works if list of items in list is even. it will throw index out of range for number of items are odd
@brijeshsahani-yb4gj
@brijeshsahani-yb4gj 6 ай бұрын
can you tell me where are you from
@Trinitysoftwareacademy
@Trinitysoftwareacademy 6 ай бұрын
Tamilnadu
@kdpr007
@kdpr007 6 ай бұрын
Very well explained. Thank you for the video
@Trinitysoftwareacademy
@Trinitysoftwareacademy 6 ай бұрын
Thank you
@ShoaibAhmed1024-z6m
@ShoaibAhmed1024-z6m 6 ай бұрын
Should the numbers be prime to find primitive roots?
@RexxSchneider
@RexxSchneider 3 ай бұрын
Composite numbers that can be written as a prime to a power, or twice a prime to a power, for example 10 and 18, have primitive roots. You find them in the same way, although you have to use ϕ(n) instead of n-1 (which is ϕ(p) for prime p). As an example, ϕ(10) = 4 and ϕ(4) = 2, so 10 has two primitive roots. Since 4 only has 2 as a factor, you only have to check 2^4, 2^2, then 3^4, 3^2.etc. You find that 2^4 ≡ 6 (mod 10) so 2 is not a primitive root of 10; but 3^4 ≡ 1 (mod 10) and 3^2 ≡ 9 (mod 10), so 3 is a primitive root of 10;; then 5^4 ≡ 5 (mod 10) so 5 is not a primitive root of 10; next 7^4 ≡ 1 (mod 10) and 7^2 ≡ 9 (mod 10), so 7 is the second and final primitive root of 10. Try it for 18 (you should find it has only 2 roots).
@A1bdullah123
@A1bdullah123 6 ай бұрын
thanks you very much
@Trinitysoftwareacademy
@Trinitysoftwareacademy 6 ай бұрын
👍
@hemanthgowda211
@hemanthgowda211 6 ай бұрын
I was searching for the calculation of the d in the problem for simplified way it was very use full or the exam please continue the good work and thanx a lot 😍😍
@Trinitysoftwareacademy
@Trinitysoftwareacademy 6 ай бұрын
👍
@miguelangelgallardovillanu5295
@miguelangelgallardovillanu5295 6 ай бұрын
I was looking information about scrollbar and I have found it thaks you, regards from Spain 🙂
@Trinitysoftwareacademy
@Trinitysoftwareacademy 6 ай бұрын
👍
@ALIHALLAFI
@ALIHALLAFI 6 ай бұрын
How can i input data from user and fill the form out?
@ALIHALLAFI
@ALIHALLAFI 6 ай бұрын
How can i read the day month and year from list box?
@sayyedmisbah9651
@sayyedmisbah9651 6 ай бұрын
Study kar kar ke goo khalo tum log 😂😂😂
@onlinemathtutor2361
@onlinemathtutor2361 6 ай бұрын
hey what software you r using?
@digitalmachine0101
@digitalmachine0101 6 ай бұрын
Good information
@Trinitysoftwareacademy
@Trinitysoftwareacademy 6 ай бұрын
👍
@YalfalFanta
@YalfalFanta 7 ай бұрын
thank you