Spaces:
Sleeping
Sleeping
File size: 8,826 Bytes
b30ed6a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 |
[
{
"text": "In this video, I'm going to answer the top 3 questions",
"start": 0.0,
"end": 4.0
},
{
"text": "my students ask me about Python. What is Python? What ",
"start": 4.0,
"end": 8.0
},
{
"text": "can you do with it? And why is it so popular? In other words, what",
"start": 8.0,
"end": 12.0
},
{
"text": "does it do that other programming languages don't? Python is the ",
"start": 12.0,
"end": 16.0
},
{
"text": "world's fastest growing and most popular programming language, not just ",
"start": 16.0,
"end": 20.0
},
{
"text": "amongst software engineers, but also amongst mathematicians, ",
"start": 20.0,
"end": 24.0
},
{
"text": "data analysts, scientists, accountants, networking engineers,",
"start": 24.0,
"end": 28.0
},
{
"text": "and even kids! Because it's a very beginner friendly programming ",
"start": 28.0,
"end": 32.0
},
{
"text": "language. So people from different disciplines use Python",
"start": 32.0,
"end": 36.0
},
{
"text": "for a variety of different tasks, such as data analysis and visualization, ",
"start": 36.0,
"end": 40.0
},
{
"text": "artificial intelligence and machine learning, automation ",
"start": 40.0,
"end": 44.0
},
{
"text": "in fact this is one of the big uses of Python amongst people who are not software",
"start": 44.0,
"end": 48.0
},
{
"text": "developers. If you constantly have to do boring, repetitive ",
"start": 48.0,
"end": 52.0
},
{
"text": "tasks, such as copying files and folders around, renaming them, ",
"start": 52.0,
"end": 56.0
},
{
"text": "uploading them to a server, you can easily write a Python script to",
"start": 56.0,
"end": 60.0
},
{
"text": "automate all that and save your time. And that's just one example, if you",
"start": 60.0,
"end": 64.0
},
{
"text": "continuously have to work with excel spreadsheets, PDF's, CS",
"start": 64.0,
"end": 68.0
},
{
"text": "View files, download websites and parse them, you can automate all",
"start": 68.0,
"end": 72.0
},
{
"text": "that stuff with Python. So you don't have to be a software developer to use Python.",
"start": 72.0,
"end": 76.0
},
{
"text": "You could be an accountant, a mathematician, or a scientist, and use Python ",
"start": 76.0,
"end": 80.0
},
{
"text": "to make your life easier. You can also use Python to build ",
"start": 80.0,
"end": 84.0
},
{
"text": "web, mobile and desktop applications as well as software ",
"start": 84.0,
"end": 88.0
},
{
"text": "testing or even hacking. So Python is a multi purpose language. ",
"start": 88.0,
"end": 92.0
},
{
"text": "Now if you have some programming experience you may say, \"But Mosh",
"start": 92.0,
"end": 96.0
},
{
"text": "we can do all this stuff with other programming languages, so what's the big deal ",
"start": 96.0,
"end": 100.0
},
{
"text": "about Python?\" Here are a few reasons. With Python you can ",
"start": 100.0,
"end": 104.0
},
{
"text": "solve complex problems in less time with fewer lines of code. ",
"start": 104.0,
"end": 108.0
},
{
"text": "Here's an example. Let's say we want to extract the first three ",
"start": 108.0,
"end": 112.0
},
{
"text": "letters of the text Hello World. This is the code we have to write ",
"start": 112.0,
"end": 116.0
},
{
"text": "in C# this is how we do it in JavaScript and here's how we ",
"start": 116.0,
"end": 120.0
},
{
"text": "do it in Python. See how short and clean the language is?",
"start": 120.0,
"end": 124.0
},
{
"text": "And that's just the beginning. Python makes a lot of trivial things",
"start": 124.0,
"end": 128.0
},
{
"text": "really easy with a simple yet powerful syntax. Here are a few",
"start": 128.0,
"end": 132.0
},
{
"text": "other reasons Python is so popular. It's a high level language",
"start": 132.0,
"end": 136.0
},
{
"text": "so you don't have to worry about complex tasks such as memory management, ",
"start": 136.0,
"end": 140.0
},
{
"text": "like you do in C++. It's cross platform which means ",
"start": 140.0,
"end": 144.0
},
{
"text": "you can build and run Python applications on Windows, Mac, ",
"start": 144.0,
"end": 148.0
},
{
"text": "and Linux. It has a huge community so whenever you get ",
"start": 148.0,
"end": 152.0
},
{
"text": "stuck, there is someone out there to help. It has a large ecosystem ",
"start": 152.0,
"end": 156.0
},
{
"text": "of libraries, frameworks and tools which means whatever you wanna do",
"start": 156.0,
"end": 160.0
},
{
"text": "it is likely that someone else has done it before because Python has been around ",
"start": 160.0,
"end": 164.0
},
{
"text": "for over 20 years. So in a nutshell, Python",
"start": 164.0,
"end": 168.0
},
{
"text": "is a multi-purpose language with a simple, clean, and beginner-friendly ",
"start": 168.0,
"end": 172.0
},
{
"text": "syntax. All of that means Python is awesome.",
"start": 172.0,
"end": 176.0
},
{
"text": "Technically everything you do with Python you can do with other programming languages, ",
"start": 176.0,
"end": 180.0
},
{
"text": "but Python's simplicity and elegance has made it grow way ",
"start": 180.0,
"end": 184.0
},
{
"text": "more than other programming languages. That's why it's the number onne",
"start": 184.0,
"end": 188.0
},
{
"text": "language employers are looking for. So whether you're a programmer or ",
"start": 188.0,
"end": 192.0
},
{
"text": "an absolute beginner, learning Python opens up lots of job opportunities ",
"start": 192.0,
"end": 196.0
},
{
"text": "to you. In fact, the average Python developer earns a whopping",
"start": 196.0,
"end": 200.0
},
{
"text": "116,000 dollars a year. If you",
"start": 200.0,
"end": 204.0
},
{
"text": "found this video helpful, please support my hard work by liking and sharing it with others. ",
"start": 204.0,
"end": 208.0
},
{
"text": "Also, be sure to subscribe to my channel, because I have a couple of",
"start": 208.0,
"end": 212.0
},
{
"text": "awesome Python tutorials for you, you're going to see them on the screen now. ",
"start": 212.0,
"end": 216.0
},
{
"text": "Here's my Python tutorial for beginners, it's a great starting point if you ",
"start": 216.0,
"end": 220.0
},
{
"text": "have limited or no programming experience. On the other hand, if you ",
"start": 220.0,
"end": 224.0
},
{
"text": "do have some programming experience and want to quickly get up to speed with Python, ",
"start": 224.0,
"end": 228.0
},
{
"text": "I have another tutorial just for you. I'm not going to waste your time ",
"start": 228.0,
"end": 232.0
},
{
"text": "telling you what a variable or a function is. I will talk to you like a programmer.",
"start": 232.0,
"end": 236.0
},
{
"text": "There's never been a better time to master Python programming,",
"start": 236.0,
"end": 240.0
},
{
"text": "so click on the tutorial that is right for you and get started. Thank you for",
"start": 240.0,
"end": 244.0
},
{
"text": "watching!",
"start": 244.0,
"end": 246.63
}
] |