Companies Home Search Profile

Mastering Python Automation For Every Day Life

Focused View

Neamat Andishmand

21:23:18

137 View
  • 1. Course Introduction.mp4
    01:53
  • 1. installing python and IDE.mp4
    06:42
  • 2. introduction to VSC and Jupyter Notebook.mp4
    08:35
  • 3. Write your first program in python.mp4
    03:16
  • 4. Variables in python.mp4
    06:30
  • 5. Naming varaibles.mp4
    02:58
  • 6. Exercise 1 adding two number.mp4
    03:54
  • 7. Exercise 1 solution.mp4
    05:49
  • 8. String in python.mp4
    04:32
  • 9. Number in python.mp4
    02:42
  • 10. Exercise 2 find squer root of a number.mp4
    02:10
  • 11. Exercise 2 solution.mp4
    04:42
  • 12. Builtins functions in python.mp4
    07:42
  • 13. Exercise 3 find the area of tringle.mp4
    03:02
  • 14. Exercise 3 solution.mp4
    04:04
  • 15. List in python.mp4
    05:53
  • 16. Exercise 4 swap two number.mp4
    01:14
  • 17. Exercise 4 solution.mp4
    05:02
  • 18. Create a login system script.mp4
    15:49
  • 19. Working with dictionary.mp4
    05:18
  • 20. if condition in python.mp4
    06:16
  • 21. Exercise 5 find the largest number among three number.mp4
    06:40
  • 22. Reading from a file.mp4
    03:40
  • 23. Writing in a file.mp4
    02:49
  • 24. Read, write and appends to a file.mp4
    05:45
  • 25. working with loops.mp4
    05:14
  • 26. while loop.mp4
    06:32
  • 27. Exercise 6 go through multiple list with one loop.mp4
    03:42
  • 1. Generate random number.mp4
    04:07
  • 2. Check if a number is odd or even.mp4
    03:29
  • 3. check if a number is prime.mp4
    07:56
  • 4. find the prime number within an interval.mp4
    04:37
  • 5. finding the factorial of number.mp4
    05:46
  • 6. Create quiz app with python.mp4
    12:09
  • 7. Create multiplication table for number.mp4
    02:30
  • 8. Generating fibonacci number.mp4
    07:56
  • 9. Find the safe-box pin.mp4
    02:08
  • 10. Solution for finding safe box pin.mp4
    16:11
  • 11. Create your simple calculator.mp4
    14:12
  • 12. Make a simple guess number programm.mp4
    09:03
  • 13. Cracking zip file password.mp4
    10:22
  • 1. introduction to CSS and css selector.mp4
    06:09
  • 2. selecting elements using its ID.mp4
    06:06
  • 3. sending keys to a input web element using its ID.mp4
    08:35
  • 4. select elements using classname.mp4
    02:42
  • 5. combining many element to find a unique element.mp4
    02:38
  • 6. mixing more attribute to find a unique element.mp4
    03:08
  • 7. printing a label using mixed attributes.mp4
    03:55
  • 8. selecting elements that has dynamic suffix,prefix and substring.mp4
    05:51
  • 9. selecting chiled of a tag.mp4
    03:55
  • 10. using next sibling to select an option.mp4
    02:02
  • 11. CSS SELECTOR pseudo-classes.mp4
    04:21
  • 1. introduction to xpath.mp4
    10:07
  • 2. using xpath to write something in a field.mp4
    07:55
  • 3. type of Xpath.mp4
    06:10
  • 4. starts with function.mp4
    06:23
  • 5. contains function for xpath.mp4
    04:57
  • 6. using text function with xpath.mp4
    04:08
  • 7. using and & or with xpath.mp4
    05:47
  • 8. axes method with xpath.mp4
    07:46
  • 9. descendant and descendant or self.mp4
    03:22
  • 10. ancestor and ancestor-or-self method in xpath.mp4
    02:10
  • 1. introduction to selenuim.mp4
    09:21
  • 2. selenium documentation.mp4
    04:15
  • 3. installing webdriver manager and use it with deffirent browser.mp4
    09:29
  • 4. DOM and web elements.mp4
    06:23
  • 5. selectorshub and its usage.mp4
    07:14
  • 6. selecting the elements by its Id.mp4
    10:32
  • 7. classes and functions.mp4
    08:00
  • 8. selecting the element using name and xpath.mp4
    05:52
  • 9. selecting elements using CSS SELECTOR.mp4
    04:13
  • 10. selecting the elements using the link.mp4
    03:45
  • 11. selecting elements using the tagname.mp4
    03:00
  • 12. selecting elements using the classname.mp4
    04:00
  • 13. some functions that is nesessary.mp4
    10:46
  • 14. finding multiple elements in webpage.mp4
    04:54
  • 15. printing text from web-pages.mp4
    03:31
  • 16. getting the value from an attribute.mp4
    09:00
  • 17. check if an element is enabled or disabled.mp4
    11:40
  • 18. checking the display option.mp4
    07:09
  • 19. handling the check box.mp4
    04:43
  • 20. handling radio buttons.mp4
    06:41
  • 21. hanlding select tag.mp4
    07:40
  • 22. handling the auto suggestions.mp4
    13:18
  • 23. handling callender.mp4
    15:18
  • 24. Taking screenshot.mp4
    07:04
  • 25. using JavaScript to open a webpage.mp4
    03:10
  • 26. handling multiple window.mp4
    13:33
  • 27. working with Iframe.mp4
    09:13
  • 28. handling javascript alert.mp4
    10:03
  • 29. Mouse Over.mp4
    12:16
  • 30. right click and double click.mp4
    10:29
  • 31. handle drag and drop.mp4
    09:36
  • 32. handle the slider.mp4
    08:43
  • 33. implicit wait in selenium.mp4
    09:25
  • 34. explicit wait in selenium.mp4
    11:06
  • 35. fluent wait in selenium.mp4
    02:58
  • 36. remove the deprecate warning.mp4
    02:08
  • 1. 1. Wat is PyTest How to Install pytest.mp4
    07:40
  • 2. How to write the first test in pytest.mp4
    10:23
  • 3. How to run pytest form Common Line.mp4
    12:31
  • 4. How to user markers in pytest.mp4
    07:35
  • 5. fixture in pytest.mp4
    11:54
  • 6. conftest in pytest.mp4
    07:43
  • 7. parametrizing the fixture part one.mp4
    11:19
  • 8. parametrizing the fixture part two.mp4
    09:38
  • 1. introduction to logging in python.mp4
    08:48
  • 2. storing the loggs into a file.mp4
    11:34
  • 3. formatting the logs.mp4
    04:19
  • 4. configure the logs.mp4
    11:35
  • 1. what is test automation framework part one.mp4
    07:41
  • 2. Describing the sample for test automation framework part two.mp4
    15:09
  • 3. Automating like4like website to get free credits part three.mp4
    04:10
  • 4. Create fixture for test automation framework part four.mp4
    14:28
  • 5. Using explicit wait in test automation framework part five.mp4
    04:34
  • 6. hit the login button test automation fram work part six.mp4
    07:49
  • 7. handling login form test automation framework part seven.mp4
    09:08
  • 8. like4like home page test automation framework part eight.mp4
    09:08
  • 9. test automation frame work part nine.mp4
    10:44
  • 10. test automation framework part ten.mp4
    07:35
  • 11. test automation frame work part eleventh.mp4
    15:25
  • 12. test automation frame work part twelve.mp4
    13:10
  • 13. test automation framework part thirteen.mp4
    15:16
  • 14. test automation framework part fourteen.mp4
    03:51
  • 15. custom logger for test automation framework.mp4
    07:10
  • 16. test automation project part logging.mp4
    15:07
  • 17. test automation framework part seventeen.mp4
    10:45
  • 18. test automation framework part eighteen.mp4
    12:21
  • 19. test automation framework part nineteen.mp4
    08:14
  • 20. test automation framework part twenty.mp4
    11:42
  • 21. test automation framework part twenty one.mp4
    08:19
  • 22. test automation framework part twenty two.mp4
    07:05
  • 1. installing git in local system.mp4
    07:43
  • 2. How to do first commit in git.mp4
    10:45
  • 3. push first repository on GitHub.mp4
    12:26
  • 4. push the like4like test automation framework on GitHub.mp4
    13:02
  • 5. How to clone GitHub repository and push it back on GitHub.mp4
    10:32
  • 6. How is git used in development end to end example.mp4
    17:14
  • 7. Git Branching and merging.mp4
    10:27
  • 1. setting up the invironment.mp4
    04:13
  • 2. send a text message on whatsapp.mp4
    08:42
  • 3. closing the whatsapp tab.mp4
    05:28
  • 4. send an image to whatsapp.mp4
    04:49
  • 5. send text message to whatsapp group.mp4
    04:31
  • 6. send an image to whatsapp group.mp4
    04:26
  • 1. creating new password for email automation.mp4
    02:10
  • 2. sending text email to a person.mp4
    11:30
  • 3. sending files using email.mp4
    04:42
  • 4. schedule printing a text.mp4
    06:12
  • 5. schedule sending email.mp4
    07:31
  • 1. getting api key and channel ID.mp4
    05:19
  • 2. getting information of the channel.mp4
    04:13
  • 3. getting some specific information from youtube channel.mp4
    07:16
  • 4. getting playlist information and videos.mp4
    12:47
  • 5. getting video information.mp4
    09:52
  • 6. getting specific information from videos.mp4
    06:38
  • 7. challenge exporting youtube channel data.mp4
    03:40
  • 8. solving challenge part one.mp4
    12:09
  • 9. solving challenge part two.mp4
    13:08
  • 1. generating access token.mp4
    08:17
  • 2. post on facebook page.mp4
    03:28
  • 3. posting image on facebook page.mp4
    03:42
  • 4. puting a comment in a post.mp4
    03:03
  • 5. like and delete a post on facebook page.mp4
    04:01
  • 6. uploading youtube links on facebook page.mp4
    09:04
  • 1. improve YouTube views by uploading your videos link on facebook groups part one.mp4
    10:47
  • 2. improve YouTube views by uploading your videos link on Facebook groups part two.mp4
    12:11
  • 1. create your first telegram bot.mp4
    06:01
  • 2. providing online message for scheduling.mp4
    04:13
  • 3. send message to a telegram group.mp4
    06:15
  • 4. schedule sending message to a group.mp4
    16:25
  • 5. making the telegram bot online for free.mp4
    04:41
  • 6. runing the telegram bot in a period of time on IBM cloud.mp4
    04:29
  • Description


    Python automation - Selenium WebDriver - Git and GitHub - Complete Test Automation Framework - Social Media Automation

    What You'll Learn?


    • At the end of this course, You will get complete knowledge on Python Automation and How to use it in every day life
    • You will learn how to automat WhatsApp, Facebook, Email, YouTube, Telegram
    • Complete Understanding on Selenium and webdriver with real time Scenarios on LIVE Websites
    • You will learn about Pytest Framework Which is a Test Framework for python
    • You will learn about logging and implement it on test automation framework
    • You will learn How to create your own test automation framework and use it to improve your social media (Facebook, YouTube, Instagram, TikTok ...)
    • You will learn all about Git and GitHub and getting the skill To Collaborate or work as part of a team
    • You will learn how to automate social media (Facebook, WhatsApp, Telegram, email, YouTube)
    • You will learn how to schedule any kind of task that you want to do on internet for every day life
    • You will be able to implement Python Test Automation Frameworks from Scratch with all latest Technlogies
    • You Will learn a lot more then you think from this course.

    Who is this for?


  • Intermediate Python Programmers looking to dive deeper into Python
  • Anyone wanting to learn automation using python
  • Anyone who is interested in learning python
  • Anyone who is interested in improving their social medias
  • Anyone who is interested in improving their skill of collaborating as part of a team
  • More details


    Description

    Mastering Python Automation for every day life

    • Have a Passion of learning Selenium but have no coding knowledge ? I will fulfill your wish with my easy teaching and life time query support through QA

    This course involves using software tools to cut down on the time spent on minor social media tasks that can be done without human touch.

    Automation also helps businesses to scale their marketing efforts, saving them valuable resources and time. The advantage of using automation tools is that a brand can cultivate a large social media following by posting the most relevant content at appropriate times.

    This in-depth course has been designed for beginners interested in learning python and how to automate social media like: Facebook, WhatsApp, email, telegram and YouTube, and to create a test automation framework for life website which is LIKE4LIKE website. By using this framework you can improve all your social media for free, The engaging content in each module covers the most essential theoretical concepts with a practical approach.

    in mastering python automation you will start:

    . from very beginning of python, I will take through many example and exercises to improve you codding skills.

    .  then we will cover all and every thing about selenium and WebDriver that you need to create your Test automation framework.

    . when you are completely ready for creating test automation framework we start creating the Test Automation Framework

    . I will Take you step by step through all aspect of test automation framework any thing that is needed for a test automation framework I will teach you.

    . We will cover the Pytest framework which is a framework for python

    . you will learn all about logging and how to accommodate it on test automation framework

    . we will learn about Git and GitHub and you will get the skill, how to work as a team and collaborate on GitHub to complete your task.

    . we will learn about social media automation

    · The automation of basic tasks on WhatsApp, you will learn how you can automatically send messages to individuals and into groups using Python.

    · Then you will learn how you can send email to anyone using python.

    · You’ll then learn how to schedule any task using Python, which will ultimately help you in implementing different projects.

    . You'll also learn how to get any information of your YouTube channel and export it as CSV file for reporting to someone.

    · Also, you’ll study and implement how to automate posting different types of content on your Facebook Pages and groups. You’ll also see how to delete posts, comment on a post, and much more.

    . You will learn how to use selenium to post something on many Facebook groups.

    . Also you will how to create your telegram bot and schedule to send messages to telegram group.

    . Finally you will learn how make your telegram bot live (upload it on server).

    You’ll learn all the basic and necessary concepts for automating every day task for social media. Moreover, the detailed projects included in this course will deliver a useful learning experience. This course has been specifically designed for beginners who know nothing about python and Automating tasks.

    Not just the video lectures you will see the entire coding part done step by step and the lectures are explained in a very detailed and practical approach is taken in every example by the trainer.

    We assume that students have no experience in automation or coding and start every topic from scratch and basics.

    Examples are taken from REAL TIME HOSTED WEB APPLICATIONS to understand how different components can be automated.

    Don't hesitate any longer - join us now and start having new experiences with The Mastering Python Automation For Every Day Life today!


    Who this course is for:

    • Intermediate Python Programmers looking to dive deeper into Python
    • Anyone wanting to learn automation using python
    • Anyone who is interested in learning python
    • Anyone who is interested in improving their social medias
    • Anyone who is interested in improving their skill of collaborating as part of a team

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Neamat Andishmand
    Neamat Andishmand
    Instructor's Courses
    Neamat is a young technologist and so passionate about teaching new stuff, he is learning new skill every day and trying to teach it to others, spending time with friends and family, teaching is one of the most important thing he is doing.He is a web developer, penetration tester and more importantly a trainer, who teaches kids about new technology AI and how it can change our life's.he is a good person and always available. Thank you:)
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 173
    • duration 21:23:18
    • Release Date 2023/04/11