Trinity software academy
Trinity software academy
  • Видео 121
  • Просмотров 769 556
e-Commerce Data Analysis using Python
This video explains about the exploratory data analysis using python. This is a beginners project. e-commerce data analysis using python is done with pandas and matplotlib libraries. The dataset used in the project can be found in this link
www.kaggle.com/datasets/atharvaarya25/e-commerce-analysis-uk
other interesting videos:
Link for Python Excel Automation Part 1 -Read and write in Excel
ruclips.net/video/jjS4vgnAN_c/видео.html
Link for Automate WhatsApp messages using python
ruclips.net/video/Uzw540mn17c/видео.html
Link for how to convert JSON to CSV using Python
ruclips.net/video/MB3xJbinHz0/видео.html
Link for Convert list to JSON Python
ruclips.net/video/0hJPngNmlvc/видео.html
Link for Build y...
Просмотров: 167

Видео

Add Watermark to Image Python Single line code
Просмотров 2642 месяца назад
This tutorial video explains about adding text and image watermark to images using single line code in Python. Python packages explained in this tutorial are 1.opencv pypi.org/project/opencv-python/ 2.filestools pypi.org/project/filestools/ 3.pythonwatermark pypi.org/project/pythonwatermark/ Using these packages, text and image watermark can be added to images in one line code. other interestin...
Live Polling App Python Flask
Просмотров 3874 месяца назад
This video explains about developing a live polling application using Python Flask framework with MySQL database , AJAX and jQuery. other interesting videos: Link for Python Excel Automation Part 1 -Read and write in Excel ruclips.net/video/jjS4vgnAN_c/видео.html Link for Automate WhatsApp messages using python ruclips.net/video/Uzw540mn17c/видео.html Link for how to convert JSON to CSV using P...
Creating a Password Manager in Python
Просмотров 6426 месяцев назад
This tutorial explains about creating a Password Manager in Python. This password manager can generate and save passwords in encrypted format in a text file. We can also retrieve the password for the given username. All the username-password entries can be viewed and a particular entry can be deleted with this password manager. Strong cryptographic technique is used for encrypting the password,...
Remove Duplicates from Python List
Просмотров 2277 месяцев назад
This tutorial explains about the different ways of removing duplicates from a list in Python. Also, ways to remove duplicates from list of lists and list of dictionaries are discussed. The ways to preserve/keep order after removing duplicates in a python list is explained. other interesting videos: Link for Python Excel Automation Part 1 -Read and write in Excel ruclips.net/video/jjS4vgnAN_c/ви...
Encrypt/Decrypt files, Password Protect PDF in Python
Просмотров 3127 месяцев назад
This video explains how to encrypt and decrypt files using python and also how to password protect PDF file using python. The modules used in this tutorial are 1. pyAesCrypt - to encrypt and decrypt files and 2. pypdf - to password protect PDF files other interesting videos: Link for Python Excel Automation Part 1 -Read and write in Excel ruclips.net/video/jjS4vgnAN_c/видео.html Link for Automa...
Build Rock Paper Scissors Game in Python
Просмотров 4108 месяцев назад
This tutorial explains how to build Rock Paper scissors game using Python tkinter and random modules. This is a simple GUI project for Python beginners. other interesting videos: Link for Python Excel Automation Part 1 -Read and write in Excel ruclips.net/video/jjS4vgnAN_c/видео.html Link for Automate WhatsApp messages using python ruclips.net/video/Uzw540mn17c/видео.html Link for how to conver...
Sentiment Analysis Python App
Просмотров 4109 месяцев назад
In this video, a brief introduction of sentiment analysis using Python is given. An app is created for analyzing single text and csv file using two popular python libraries: textblob and vaderSentiment. Sample csv files are analyzed and charts(bar and pie) are created for different datasets. other interesting videos: Link for Python Excel Automation Part 1 -Read and write in Excel ruclips.net/v...
Chat App Django
Просмотров 32010 месяцев назад
This tutorial explains about building a real time chat application using Python Django framework. Django channels and web sockets are used for the implementation. other interesting videos: Link for Python Excel Automation Part 1 -Read and write in Excel ruclips.net/video/jjS4vgnAN_c/видео.html Link for Automate WhatsApp messages using python ruclips.net/video/Uzw540mn17c/видео.html Link for how...
Python Quiz App with Timer
Просмотров 1,1 тыс.Год назад
This tutorial is about building a Quiz application with countdown timer. The timer will reset for each question and it will stop if the user answers the question within the timeframe. Related links: How to build a Quiz app with Python Tkinter ruclips.net/video/5smq0hCANaE/видео.htmlsi=IKf-ODdLrtqisp5r How to build a random quiz app python tkinter ruclips.net/video/U1-tIdvhRDA/видео.htmlsi=u_Sxv...
Build Alarm Clock using Python
Просмотров 538Год назад
This video explains about building a simple alarm clock using python tkinter with winsound and time modules. other interesting videos: Link for Python Excel Automation Part 1 -Read and write in Excel ruclips.net/video/jjS4vgnAN_c/видео.html Link for Automate WhatsApp messages using python ruclips.net/video/Uzw540mn17c/видео.html Link for how to convert JSON to CSV using Python ruclips.net/video...
How to Create CRUD in Django
Просмотров 563Год назад
This tutorial explains about creating Python Django CRUD operations using generic Class views. Link for 'How to create Hello World App using Python Django' ruclips.net/video/7ci-mXSAYlw/видео.html other interesting videos: Link for Python Excel Automation Part 1 -Read and write in Excel ruclips.net/video/jjS4vgnAN_c/видео.html Link for Automate WhatsApp messages using python ruclips.net/video/U...
Simple Hotel Management Project in Python
Просмотров 19 тыс.Год назад
This tutorial explains about developing a simple hotel management system in Python using Python class and dictionary data structure. Modules of Hotel booking system : 1.Client check in 2. Room service 3.View occupied room details 4.Check out other interesting videos: Link for Python Excel Automation Part 1 -Read and write in Excel ruclips.net/video/jjS4vgnAN_c/видео.html Link for Automate Whats...
How to make a News App in Python Django
Просмотров 1,9 тыс.Год назад
In this tutorial, a News App has been created using Django, Python. news API has been used for retrieving online news sources based on category of news and country. To register in News API, visit: newsapi.org/register News API documentation: newsapi.org/docs/client-libraries/python Bootstrap link: getbootstrap.com/docs/4.3/getting-started/introduction/ other interesting videos: Link for How to ...
How to detect Color from Image using Python
Просмотров 2,9 тыс.Год назад
This color detection tutorial makes use of OpenCV and pandas libraries of python. This video explains the step by step process of developing a simple project which detects the color name from the image using python, by clicking on the image. other interesting videos: Link for Python Excel Automation Part 1 -Read and write in Excel ruclips.net/video/jjS4vgnAN_c/видео.html Link for Automate Whats...
How to use ChatGPT in Python
Просмотров 552Год назад
How to use ChatGPT in Python
How to stop Python function from returning None
Просмотров 4,6 тыс.Год назад
How to stop Python function from returning None
How to Create a Weather App using Python
Просмотров 7 тыс.Год назад
How to Create a Weather App using Python
Python Word Guessing Game for Beginners
Просмотров 9 тыс.Год назад
Python Word Guessing Game for Beginners
Build Flask App - PostgreSQL CRUD operations
Просмотров 14 тыс.Год назад
Build Flask App - PostgreSQL CRUD operations
How to install PostgreSQL in Windows
Просмотров 441Год назад
How to install PostgreSQL in Windows
MongoDB CRUD operations Python
Просмотров 2,5 тыс.Год назад
MongoDB CRUD operations Python
Install MongoDB in Windows and setup MongoDB Atlas
Просмотров 6 тыс.2 года назад
Install MongoDB in Windows and setup MongoDB Atlas
Tic Tac Toe game in Python for beginners
Просмотров 2,6 тыс.2 года назад
Tic Tac Toe game in Python for beginners
Count objects in image using Python
Просмотров 7 тыс.2 года назад
Count objects in image using Python
How to make a Todo App with Python Flask
Просмотров 12 тыс.2 года назад
How to make a Todo App with Python Flask
How to Add Binary Numbers in Python
Просмотров 2,7 тыс.2 года назад
How to Add Binary Numbers in Python
Add and Subtract Two Binary Numbers
Просмотров 4812 года назад
Add and Subtract Two Binary Numbers
Automate Web using Python: Form Filling and Submission
Просмотров 22 тыс.2 года назад
Automate Web using Python: Form Filling and Submission
How to automate Google Search using Python
Просмотров 6 тыс.2 года назад
How to automate Google Search using Python

Комментарии

  • @cassiosantos6866
    @cassiosantos6866 4 дня назад

    thanks very must

  • @TarunDev-e7t
    @TarunDev-e7t 12 дней назад

    Mam undident error

  • @svdfxd
    @svdfxd 23 дня назад

    Thanks for this video. Can this accessed on a mobile browser?

  • @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

  • @subbarao25
    @subbarao25 Месяц назад

    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 Месяц назад

    Thank You sooo much ma'am ❤️

  • @MarcosJostSilveira
    @MarcosJostSilveira 2 месяца назад

    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 2 месяца назад

    How 1×2*3=8

  • @shaivisingh1875
    @shaivisingh1875 2 месяца назад

    Madam i am not getting total amount in room service, what to do?

  • @LAVANYAR-h8z
    @LAVANYAR-h8z 2 месяца назад

    Rather than the pycharm IDE shall we use other IDE? if yes , suggest its name.

    • @Trinitysoftwareacademy
      @Trinitysoftwareacademy 2 месяца назад

      @@LAVANYAR-h8z you can use IDLE, sublime text, visual studio code

  • @Kafir_Hindu
    @Kafir_Hindu 3 месяца назад

    Pls help n guide on how delete the group messages periodically using the python script programmatically

  • @rishaisonthawbroi1572
    @rishaisonthawbroi1572 3 месяца назад

    Its blur 😢

  • @navkarprinters
    @navkarprinters 3 месяца назад

    Mam pls add tkinter gui to it

  • @tanujachourey5796
    @tanujachourey5796 3 месяца назад

    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 4 месяца назад

    thank you very very much

  • @IRSHADBEGUM-d1b
    @IRSHADBEGUM-d1b 4 месяца назад

    It is throwing an error at name=web.find_element("xpath..................) Why is it showing web is not found

    • @smoothrain
      @smoothrain 4 месяца назад

      were you able to automate this?

  • @babymusicfun
    @babymusicfun 4 месяца назад

    Concept nahi dete ho only app banadiya hogya

  • @savarinathan1581
    @savarinathan1581 4 месяца назад

    Congratulations🎉

  • @samanesharify
    @samanesharify 4 месяца назад

    Perfect, thanks alot.

  • @lyndageralyn1881
    @lyndageralyn1881 4 месяца назад

    Nice app

  • @ezhilarasan9960
    @ezhilarasan9960 4 месяца назад

    Mam pls explain tree view

  • @ezhilarasan9960
    @ezhilarasan9960 4 месяца назад

    Super mam good explanation

  • @jeanpal206
    @jeanpal206 4 месяца назад

    why am i getting this error : ModuleNotFoundError: No module named 'selenium'

    • @thyowen
      @thyowen 3 месяца назад

      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 4 месяца назад

    What app is this

  • @MahithaPonna
    @MahithaPonna 5 месяцев назад

    Please give me source code

  • @yassinehmaied4694
    @yassinehmaied4694 5 месяцев назад

    keep going

  • @tamilamma7682
    @tamilamma7682 5 месяцев назад

    Thank you mam

  • @sadaf4650
    @sadaf4650 5 месяцев назад

    Tysm

  • @johnwick2018
    @johnwick2018 5 месяцев назад

    NIce. How do I create a specific database for my CRUD operations from python

  • @GustavoCavalcante-v2c
    @GustavoCavalcante-v2c 5 месяцев назад

    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! 🙌

  • @superzcreationz2032
    @superzcreationz2032 5 месяцев назад

    a really informative video...

  • @davidfoo6974
    @davidfoo6974 5 месяцев назад

    The way you found d is gold! I can't thank you enough.

  • @Mr_wolf162
    @Mr_wolf162 5 месяцев назад

    Thank u

  • @vimalgopan2920
    @vimalgopan2920 5 месяцев назад

    It's not working even if try to do the same. Login page is not showing

  • @wasimakram4392
    @wasimakram4392 6 месяцев назад

    Hi Madam, Need your institute contact number

  • @joshisreelakshmi412
    @joshisreelakshmi412 6 месяцев назад

    Can we do in visual studio

  • @anilkumar-vn9kt
    @anilkumar-vn9kt 6 месяцев назад

    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 6 месяцев назад

    Thank you, this is valuable information!!!

  • @savarinathan1581
    @savarinathan1581 6 месяцев назад

    Congratulations

  • @POOJAYadaav-i5x
    @POOJAYadaav-i5x 6 месяцев назад

    Error arha h code m

  • @mohindersingh0711
    @mohindersingh0711 7 месяцев назад

    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 7 месяцев назад

    can you tell me where are you from

  • @kdpr007
    @kdpr007 7 месяцев назад

    Very well explained. Thank you for the video

  • @ShoaibAhmed1024-z6m
    @ShoaibAhmed1024-z6m 7 месяцев назад

    Should the numbers be prime to find primitive roots?

    • @RexxSchneider
      @RexxSchneider 4 месяца назад

      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 7 месяцев назад

    thanks you very much

  • @hemanthgowda211
    @hemanthgowda211 7 месяцев назад

    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 😍😍

  • @miguelangelgallardovillanu5295
    @miguelangelgallardovillanu5295 7 месяцев назад

    I was looking information about scrollbar and I have found it thaks you, regards from Spain 🙂

  • @ALIHALLAFI
    @ALIHALLAFI 7 месяцев назад

    How can i input data from user and fill the form out?

  • @ALIHALLAFI
    @ALIHALLAFI 7 месяцев назад

    How can i read the day month and year from list box?

  • @sayyedmisbah9651
    @sayyedmisbah9651 7 месяцев назад

    Study kar kar ke goo khalo tum log 😂😂😂