Companies Home Search Profile

Python Automation Course Automate Mundane Tasks In Python

Focused View

21:12:49

79 View
  • 1 - IMPORTANT NOTES.html
  • 2 - Course Overview.mp4
    03:56
  • 3 - Course FAQ.html
  • 4 - What is programming.mp4
    14:23
  • 5 - Python Installation.mp4
    06:51
  • 6 - 3 Download and Install Anaconda.mp4
    03:33
  • 7 - 4 Getting started with Spyder IDE.mp4
    07:14
  • 8 - Python 2 vs Python 3.mp4
    06:08
  • 9 - Print & Input function.mp4
    06:54
  • 10 - 7 Python programming Introduction.mp4
    07:27
  • 11 - Code Download.html
  • 11 - python.zip
  • 12 - 8 Python data Types.mp4
    04:29
  • 13 - 9 Python Numbers.mp4
    06:59
  • 14 - 10 Operator precedence.mp4
    08:22
  • 15 - 11 Python Help.mp4
    02:47
  • 16 - 12 Python Variable.mp4
    08:25
  • 17 - 13 Variable Operations.mp4
    06:16
  • 18 - 14 Introduction to String.mp4
    08:03
  • 19 - 15 String concatenation and Formatting.mp4
    08:31
  • 20 - 16 String Methods.mp4
    04:22
  • 21 - 17 String Indexing Slicing.mp4
    10:42
  • 22 - 18 String immutability.mp4
    03:12
  • 23 - 19 Python Boolean Datatype.mp4
    03:29
  • 24 - 20 Python Built in Functions.mp4
    04:47
  • 25 - 21 Python DataType Conversion.mp4
    04:01
  • 26 - 22 Python bin hex Oct Number System Conversion.mp4
    02:05
  • 27 - 23 Define List DataType.mp4
    05:41
  • 28 - 24 List Indexing Slicing.mp4
    05:05
  • 29 - 25 List Methods.mp4
    07:44
  • 30 - 26 More about List.mp4
    03:14
  • 31 - 27 Python Tuples.mp4
    04:22
  • 32 - 28 Python Sets.mp4
    09:40
  • 33 - 29 Define Python Dictionary.mp4
    06:10
  • 34 - 30 More on Dictionary.mp4
    10:26
  • 35 - 32 Ternary Operator.mp4
    02:26
  • 36 - 33 Python truthiness.mp4
    04:51
  • 37 - 31 Conditional Logic.mp4
    11:19
  • 38 - 34 Mathematical & Logical Operator.mp4
    07:31
  • 39 - 35 vs is in Python.mp4
    07:21
  • 40 - 36 Introduction to Functions.mp4
    07:16
  • 41 - 38 Default Argument and Keyword Argument.mp4
    10:24
  • 42 - 37 Define Function in Python.mp4
    09:15
  • 43 - 39 Return in Function.mp4
    06:56
  • 44 - 40 Function DocString Help.mp4
    04:06
  • 45 - 41 Varible Scope Global.mp4
    11:31
  • 46 - 42 For Loop introduction.mp4
    07:24
  • 47 - 43 For Loop Iterable Object.mp4
    04:29
  • 48 - 44 enumerate on iterable object.mp4
    03:25
  • 49 - 45 While Loop.mp4
    05:57
  • 50 - 46 Break & Continue.mp4
    06:28
  • 51 - 47 Modules in Python.mp4
    11:22
  • 52 - 48 Packages in Python.mp4
    11:50
  • 53 - 49 Python Builtin Modules.mp4
    06:37
  • 54 - 50 Python PIP package manager.mp4
    09:49
  • 55 - 51 Conda install.mp4
    04:16
  • 56 - 52 Conda Virtual Environment.mp4
    07:32
  • 57 - 53 Python Built In Error.mp4
    12:11
  • 58 - 54 Python Error Handling.mp4
    13:07
  • 59 - 55 Python debugger.mp4
    12:11
  • 60 - 56 What is Functional Programming Pure Function.mp4
    07:34
  • 61 - 57 Map and Filter Function.mp4
    07:15
  • 62 - 58 Zip and Reduce Function.mp4
    08:53
  • 63 - 59 Lambda Expression.mp4
    04:18
  • 64 - 60 List Set Dictionary Comprehension.mp4
    10:33
  • 65 - 61 Files and Folders.mp4
    10:15
  • 66 - 62 Absolute path and Relative path.mp4
    08:55
  • 67 - 63 Files & Folders More on OS Module.mp4
    08:25
  • 68 - 64 Python File Reading.mp4
    09:03
  • 69 - 65 File Writing in Python.mp4
    06:29
  • 70 - 66 Copy and Move with Shutil in Python.mp4
    05:27
  • 71 - 67 Python generator 1.mp4
    11:35
  • 72 - 68 Python generator 2.mp4
    06:25
  • 73 - 69 Python Generator 3 Multiple Yield.mp4
    03:02
  • 74 - 70 if name main in Python.mp4
    09:01
  • 75 - 71 What is Object Oriented Programming.mp4
    10:56
  • 76 - 72 Define Class and Create and Object in Python.mp4
    12:31
  • 77 - 73 Classes and Object part 2 Contd.mp4
    06:10
  • 78 - 74 classmethod and staticmethod.mp4
    07:21
  • 79 - 76 Sending Email with Python.mp4
    10:41
  • 80 - 78 What is Web Scraping.mp4
    07:15
  • 81 - 79 Web Scraping Contd.mp4
    10:03
  • 82 - 80 Web Scraping HTML Introduction.mp4
    04:53
  • 83 - 81 Web Scraping install requests and BeautifulSoup Library.mp4
    03:58
  • 84 - 82 Web Scraping requests module Download Webpage.mp4
    07:25
  • 85 - 83 Web Scraping BeautifulSoup.mp4
    13:35
  • 86 - 84 Web Scraping Grage IMDB Moview Name BeautifulSoup.mp4
    09:29
  • 87 - 85 Web Scraping Sorted Data.mp4
    04:18
  • 88 - 86 What Next on Web Scraping.mp4
    05:04
  • 89 - 87 Browser Automation Introduction.mp4
    07:43
  • 90 - 88 Browser Automation Python selenium Part I.mp4
    08:16
  • 91 - 89 Browser Automation Python selenium Part II.mp4
    13:04
  • 92 - 90 Twitter Bot tweepy Part I.mp4
    08:58
  • 93 - 91 Twitter Bot tweepy Part II.mp4
    08:11
  • 94 - 92 Twitter Bot tweepy Part III.mp4
    07:39
  • 95 - 93 Twitter Bot tweepy Part IV.mp4
    11:29
  • 96 - 94 Importing Data From Google Sheets Part 1.mp4
    08:35
  • 97 - 95 Importing Data From Google Sheets Part 2.mp4
    07:35
  • 98 - 96 Importing Data From Google Sheets Part 3.mp4
    18:12
  • 99 - 97 Import Excel File in Python openpyxl Module 1.mp4
    07:31
  • 100 - 98 Import Excel File in Python openpyxl Module 2.mp4
    08:05
  • 101 - 99 Import Excel File in Python openpyxl Module 3.mp4
    08:52
  • 102 - 100 Import Excel File in Python openpyxl Module 4.mp4
    10:28
  • 103 - 101 Import Excel File in Python openpyxl Module 5.mp4
    07:52
  • 104 - docx file.html
  • 105 - Python PDF.html
  • 106 - Processing JSON CSV File.html
  • 107 - Image Processing.html
  • 108 - Time module in Python.mp4
    10:00
  • 109 - datetime module.mp4
    08:24
  • 110 - Create reminder application.mp4
    10:28
  • 111 - Play with Mouse and Keyboard.html
  • 112 - IMPORTANT NOTES.html
  • 113 - Section Introduction.mp4
    02:37
  • 114 - 11 Download and install anaconda.mp4
    03:33
  • 115 - 12 Conda virtual environment.mp4
    07:04
  • 116 - 13 Getting started with Jupyter notebook.mp4
    07:15
  • 117 - 21 Install stand alone Python and IDLE.mp4
    01:50
  • 118 - 22 Write and Run Python Code.mp4
    10:04
  • 119 - Introduction.mp4
    01:59
  • 120 - Setup development environment openpyxl Library.mp4
    04:46
  • 121 - Download and install anaconda.mp4
    05:50
  • 122 - Jupyter notebook Overview.mp4
    05:25
  • 123 - Code.html
  • 123 - code.zip
  • 124 - Numbers & Math operators.mp4
    08:31
  • 125 - Variables and Datatypes.mp4
    16:12
  • 126 - Dynamic Typing in Python.mp4
    02:44
  • 127 - String.mp4
    10:48
  • 128 - Boolean variable and conditional logic.mp4
    07:28
  • 129 - List.mp4
    21:58
  • 130 - List Comprehensions.mp4
    04:14
  • 131 - Dictionary.mp4
    13:21
  • 132 - Sets and tuples.mp4
    09:17
  • 133 - Looping in Python.mp4
    12:22
  • 134 - Function I.mp4
    06:25
  • 135 - Function II.mp4
    07:23
  • 136 - Lambda Expression.mp4
    04:15
  • 137 - Introduction.mp4
    00:46
  • 138 - What is Module and why require.mp4
    04:07
  • 139 - Create custom module 1.mp4
    03:30
  • 140 - Create Python module 2 From command line.mp4
    14:19
  • 141 - Different ways of importing module.mp4
    05:55
  • 142 - External module.mp4
    04:53
  • 143 - Import-Excel-from-python-openpyxl.zip
  • 143 - Load excel workbook in python.mp4
    05:31
  • 143 - sales.xlsx
  • 144 - Read worksheet.mp4
    04:03
  • 145 - Create Delete Worksheet.mp4
    03:47
  • 146 - Properties of Worksheet.mp4
    03:27
  • 147 - Read cells rows and columns of worksheet.mp4
    03:22
  • 148 - Write modify cell of worksheet.mp4
    05:21
  • 149 - Styling cell.html
  • 150 - Add Excel formula to cell.mp4
    03:18
  • 151 - Add image to cell.mp4
    04:17
  • 152 - Add Bar chart to worksheet.mp4
    04:59
  • 153 - Merge and unmerge cell.mp4
    02:56
  • 154 - Add filter on column.mp4
    04:07
  • 155 - Read pdf File.mp4
    06:01
  • 155 - sample.pdf
  • 156 - Create and Write to pdf file.mp4
    05:11
  • 157 - Introduction Web Scraping.mp4
    02:03
  • 158 - What is Web Scraping.mp4
    06:59
  • 159 - Web Scraping Process.mp4
    06:15
  • 160 - Search Element by TagName and TagByClass.mp4
    08:50
  • 161 - Practical Activity.html
  • 162 - Problem.mp4
    01:53
  • 163 - Solution.mp4
    12:45
  • 164 - Send Email SMTP Python Library.mp4
    06:43
  • 165 - Read Email IMAP Python library.mp4
    05:17
  • 166 - Files and Folders 1.mp4
    12:39
  • 167 - Files and Folders 2.mp4
    07:56
  • 168 - File Reading and writing.mp4
    09:39
  • 169 - Copying moving files.mp4
    06:56
  • 170 - Types of error.mp4
    07:45
  • 171 - Handling exception.mp4
    05:07
  • 172 - Raise exception and cleaning.mp4
    05:22
  • 173 - Control browser through selenium.mp4
    08:18
  • 174 - String search without Regular expression.mp4
    16:01
  • 175 - Getting started with Regular expression.mp4
    06:00
  • 176 - Pipe and repetition of character.mp4
    13:49
  • 177 - FindAll & Character class.mp4
    07:07
  • 178 - Play with Mouse from Python.mp4
    10:41
  • 179 - Play with Keyboard from Python.mp4
    06:51
  • 180 - Counter.mp4
    04:51
  • 181 - Default dictionary.mp4
    04:02
  • 182 - Ordered dictionary.mp4
    02:25
  • 183 - Namedtuple.mp4
    04:17
  • 184 - Dealing with datetime and time module.mp4
    13:48
  • 185 - Command Line argument.mp4
    06:16
  • 185 - test.zip
  • 186 - Discount for other courses.html
  • More details


    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    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:12:49
    • English subtitles has
    • Release Date 2023/04/06