├── .vscode └── extensions.json ├── README.md ├── Vocabulario4Devs - RawData.tsv └── Vocabulario4Devs.md /.vscode/extensions.json: -------------------------------------------------------------------------------- 1 | { 2 | "recommendations": [ 3 | "bierner.markdown-preview-github-style" 4 | ] 5 | } -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # vocab4devs 2 | An English Tech vocabulary database gathered by Inglés para Devs community 3 | 4 | ## this my happy contribution to the community 5 | the file "Vocabulario4Devs-RawData.tsv" has the content of the notion vocabulary page. the columns are separated by "@@", hopfully this will help to build the final version of this unvaluable resource for the community. 6 | 7 | ### Google Doc Document 8 | Here you can get the doc from google docs [Vocabulario4Devs](https://docs.google.com/spreadsheets/d/1YaE8gqMz0drY9-CD1OplWrIGLR0pbd1NuWoZ4IOOo-I/edit?usp=sharing) 9 | 10 | 11 |
12 |
13 | 14 | _Pd. i didn't use Chat Gpt for this README file, so as usual "Feedback Please"._ -------------------------------------------------------------------------------- /Vocabulario4Devs - RawData.tsv: -------------------------------------------------------------------------------- 1 | 2 | 1 @@ Development @@ Desarrollo @@ https://forvo.com/search/development/ @@ I’m working on the development of a new app 3 | 2 @@ Data @@ Datos @@ https://youglish.com/pronounce/data/english? @@ The scientist collected a large amount of data 4 | 3 @@ from scratch @@ Comenzar desde cero @@ https://youglish.com/pronounce/from%20scratch/english? @@ We’re learning how to program from scratch 5 | 4 @@ Upload @@ Subir @@ https://forvo.com/search/upload/ @@ This upload is taking too long 6 | 5 @@ Download @@ Bajar @@ https://youglish.com/pronounce/download/english? @@ This download is taking too long 7 | 6 @@ Downland @@ Bajar fisicamente @@ https://forvo.com/search/downland/ @@ 8 | 7 @@ Variety @@ Variedad @@ https://youglish.com/pronounce/variety/english? @@ Mosh teaches a variety of programming languages. 9 | 8 @@ Machine @@ maquina @@ https://forvo.com/search/machine/ @@ Machine learning is the future. 10 | 9 @@ Started @@ empezado @@ https://youglish.com/pronounce/started/english? @@ we started programming today. 11 | 10 @@ Fix-fixed @@ arreglar-arreglado @@ https://forvo.com/search/fixed/ @@ I fixed the bug. 12 | 11 @@ Django @@ Nombre propio @@ https://youglish.com/pronounce/django/english? @@ Django was used to build Instagram / Django is a web framework. 13 | 12 @@ automation @@ automatización @@ https://forvo.com/search/automation/ @@ Automation is the future. 14 | 13 @@ Install @@ Intalar @@ https://youglish.com/pronounce/install/english? @@ We just installed Python 15 | 14 @@ code editor @@ editor de código @@ https://youglish.com/pronounce/code%20editor/english? @@ PyCharm is a Python’s code editor 16 | 16 @@ configure @@ configurar @@ https://forvo.com/search/configure/ @@ We configured PyCharm 17 | 17 @@ settings @@ ajustes @@ https://youglish.com/pronounce/settings/english? @@ Let’s adjust the settings 18 | 18 @@ default @@ por defecto @@ https://forvo.com/search/default/ @@ English is the default language in IT 19 | 19 @@ resource @@ recurso @@ https://youglish.com/pronounce/resource/english? @@ Carlos’ computer needs more video resources 20 | 20 @@ profile @@ perfil @@ https://forvo.com/search/profile/ @@ Don’t forget to update your Linkedin profile 21 | 21 @@ call it a day @@ es todo por hoy @@ https://youglish.com/pronounce/call%20it%20a%20day/english? @@ Let’s call it a day 22 | 22 @@ package @@ paquete @@ https://forvo.com/search/package/ @@ Your package is at the door 23 | 23 @@ button @@ botón @@ https://youglish.com/pronounce/button/english? @@ Don’t press the red button 24 | 24 @@ location @@ ubicación @@ https://forvo.com/search/location/ @@ Send me your location 25 | 25 @@ Enviroment @@ ambiente @@ https://forvo.com/search/environment/ @@ We have an excellent work environment 26 | 26 @@ will / ‘ll @@ Auxiliar para el futuro @@ https://forvo.com/search/will/ @@ Next episode we’ll develop a chatbot 27 | 27 @@ () parenthesis @@ Parentesis @@ https://youglish.com/pronounce/parenthesis/english? @@ Don’t forget to use parenthesis 28 | 28 @@ “ quotation mark/ quote @@ comillas @@ https://forvo.com/search/languages/ @@ You can use single quote or double quotes 29 | 29 @@ string @@ hilo/ secuencia de caracteres @@ https://youglish.com/pronounce/string/english @@ I set a variable to string 30 | 30 @@ Languages @@ lenguaje @@ https://forvo.com/search/languages/ @@ Python is one of the most popular programming languages 31 | 31 @@ Should @@ debería @@ https://youglish.com/pronounce/should/english? @@ You should study English 32 | 32 @@ always @@ siempre @@ https://forvo.com/search/always/ @@ Always capitalize your variables in Python 33 | 33 @@ message / messages @@ mensaje @@ https://youglish.com/pronounce/messages/english? @@ The console sent me an error message 34 | 34 @@ function @@ función @@ https://forvo.com/search/function/ @@ Functions should always start with upper case 35 | 35 @@ productivy @@ productividad @@ https://forvo.com/search/productivity/ @@ Our PM wants us to increase our productivity 36 | 36 @@ shortcuts @@ atajos @@ https://youglish.com/pronounce/shortcuts/english? @@ Using shortcuts make you a more efficient developer 37 | 37 @@ interface @@ interface @@ https://forvo.com/search/interface/ @@ Twitter’s interface is pretty intuitive 38 | 38 @@ Variables @@ variables @@ https://youglish.com/pronounce/variables/english? @@ It is still not clear to Alex what a variable is 39 | 39 @@ product @@ producto @@ https://forvo.com/search/product/ @@ Today I started a new career as a product owner 40 | 40 @@ equal @@ igual a @@ https://youglish.com/pronounce/equal/english? @@ Python is not equal to ruby on rails 41 | 41 @@ attach @@ adjuntar @@ https://forvo.com/search/attach/ @@ Mosh said something about attaching values 42 | 42 @@ attachment @@ archivo adjunto @@ https://youglish.com/pronounce/attachment/english? @@ I always send my emails without any attachments 43 | 43 @@ value @@ valor @@ https://forvo.com/search/value/ @@ we are adding value to our selves 44 | 44 @@ from top to bottom @@ de abajo hacia arriba @@ https://youglish.com/pronounce/from%20top%20to%20bottom/english? @@ Python reads code from top to bottom 45 | 45 @@ first @@ primero @@ https://youglish.com/pronounce/first/english? @@ What was your first programming language? 46 | 46 @@ _ under score @@ guión bajo @@ https://es.youglish.com/pronounce/under%20score/english? @@ my email is alex underscore at inglesparadev.io 47 | 47 @@ Set it @@ declararlo @@ https://es.youglish.com/pronounce/Set%20it/english? @@ I set my variables to true 48 | 48 @@ Case sensitive @@ distingue entre mayusculas @@ https://es.youglish.com/pronounce/Case%20sensitive/english? @@ Python is a case sensitive 49 | 49 @@ Sentient @@ sapiente @@ https://es.youglish.com/pronounce/Sentient/english? @@ Skynet was a sentient AI 50 | 50 @@ recognized @@ @@ https://es.youglish.com/pronounce/recognized/english? @@ AI will recognized if you were mean to it 51 | 51 @@ lower case @@ minusculas @@ https://es.youglish.com/pronounce/lower%20case/english? @@ The program won’t run if you only use lower case. 52 | 1 @@ quickly @@ rápidamente @@ https://forvo.com/search/quickly/ @@ I’m learning to code quickly/ I write code quickly when I used shortcuts 53 | 2 @@ boolean @@ booleano @@ https://forvo.com/search/boolean/ @@ A boolean value can be either True or False 54 | 3 @@ error @@ error @@ https://forvo.com/search/error/ @@ I got a typerror when I ran my code 55 | 4 @@ keyword @@ palabra reservada @@ https://es.youglish.com/pronounce/keyword/english? @@ True and Falses are keywords in Python 56 | 5 @@ declare @@ declarado @@ https://es.youglish.com/pronounce/declare/english? @@ Before you can use a variable in your code, you need to declare its data type and assign an initial value. 57 | 6 @@ built in @@ incluído @@ https://es.youglish.com/pronounce/built%20in/english? @@ My laptop has a built in camera and microphone. 58 | 7 @@ plus @@ más @@ https://es.youglish.com/pronounce/plus/english? @@ In Python, the plus operator (+) is used for addition of numerical values and concatenation of strings. 59 | 8 @@ concatenation @@ concatenación @@ https://es.youglish.com/pronounce/concatenation/english? @@ Concatenation refers to the process of joining two or more strings together to create a new string. 60 | 9 @@ Type, type @@ tipo, teclado @@ https://youglish.com/pronounce/type/english? @@ Be careful when you type in a keyboard you’re not familiar with. / 61 | 10 @@ actually, currently @@ en realidad/de hecho, currently @@ https://forvo.com/search/actually/ https://youglish.com/pronounce/currently/english? @@ Actually, programming can be a highly creative and rewarding profession for those with an analytical mindset and a passion for problem-solving. 62 | 11 @@ support @@ no soportado/ no lo acepta @@ https://forvo.com/search/support/ @@ It’s great to have live support from our watchers. <3 63 | 12 @@ cliff hanger @@ en vilo @@ https://youglish.com/pronounce/cliff%20hanger/english? @@ Today’s coding excercise ended in a cliff hanger 64 | 13 @@ minus @@ menos @@ https://forvo.com/search/minus/ @@ An integer minus a string gives out an error 65 | 14 @@ below @@ inferior a @@ https://forvo.com/search/below/ @@ Carlos’ internet speed is below avarage 66 | 15 @@ under @@ abajo @@ https://forvo.com/search/under/ @@ We are under pressure when coding 67 | 16 @@ above @@ sobre/arriba @@ https://forvo.com/search/above/ @@ it's crucial to maintain a high level of code quality above all else 68 | 17 @@ up @@ @@ https://forvo.com/search/up/ @@ 69 | 18 @@ integer @@ entero @@ https://youglish.com/pronounce/integer/english? @@ An integer is a data type that represents a whole number 70 | 19 @@ whole @@ entero @@ https://youglish.com/pronounce/whole%20/english? @@ An integer is a data type that represents a whole number 71 | 20 @@ dates 1982 @@ ten en cuenta ue estas cifras se dicen de dos en dos cuando son fechas @@ @@ 72 | 21 @@ returned @@ @@ https://forvo.com/search/returned/ @@ The calculator should return the sum of two integer numbers 73 | 22 @@ 101 @@ básico @@ https://youglish.com/pronounce/101/english? @@ This is Python 101 74 | 23 @@ subtract @@ resta @@ https://forvo.com/search/subtract/ @@ 75 | 24 @@ add @@ sumar @@ https://forvo.com/search/add/ @@ Add value to your career learning English 76 | 25 @@ convert to @@ convertir en @@ https://youglish.com/pronounce/convert%20to/english? @@ Keep in mind que el verbo convert utiliza siempre la preposición to 77 | I already converted all my money to bitcoin. the function int() converts variables to integer 78 | 26 @@ a bunch @@ un montón @@ https://youglish.com/pronounce/a%20bunch/english? @@ In today’s session we had a bunch of errors in our code 79 | 27 @@ Linux @@ @@ https://forvo.com/search/linux/ @@ Linux is one of the top three Os for coding 80 | 28 @@ OS @@ Sistema operativo @@ https://youglish.com/pronounce/OS/english? @@ Linux is one of the top three Os for coding 81 | 29 @@ numeric @@ numeric @@ https://forvo.com/search/numeric/ @@ The output of the code was a numeric value 82 | 30 @@ float/floating @@ flotante @@ https://forvo.com/search/float/ @@ A float, short for floating-point number, is a data type used in software development to represent decimal numbers 83 | 31 @@ sum @@ suma @@ https://forvo.com/search/sum/ @@ The sum of two or more values can be calculated using arithmetic operations like addition 84 | 32 @@ string @@ string/ cadena de caracteres @@ https://es.youglish.com/pronounce/string/english? @@ the problem was that we were adding two strs 85 | 33 @@ declare @@ declarar @@ https://es.youglish.com/pronounce/declare/english? @@ Developers must declare variables before using them in their code to avoid errors 86 | 34 @@ label @@ etiqueta @@ https://es.youglish.com/pronounce/label/english? @@ Adequate labels facilitate quick search 87 | 35 @@ solve/resolve @@ solve= solucionar en contexto de matematico @@ https://es.youglish.com/pronounce/solve/english? @@ Our code is supposed to solve and a sum 88 | @@ resolve = cuando terminamos una task @@ @@ 89 | 36 @@ requirement @@ requerimiento @@ https://es.youglish.com/pronounce/requirement/english? @@ Requirements must be met before our deadline 90 | 37 @@ take a look @@ echar un vistazo @@ https://es.youglish.com/pronounce/take%20a%20look/english? @@ take a look at the screen behind me 91 | 38 @@ went by @@ pasar por un lugar @@ https://es.youglish.com/pronounce/went%20by/english? @@ Time went by really fast today 92 | 39 @@ purpose @@ propósito @@ https://es.youglish.com/pronounce/purpose/english? @@ the purpose of these live streams is to teach you English in a Software development enviroment 93 | 40 @@ accurately @@ certeramente @@ https://es.youglish.com/pronounce/accurately/english? @@ We can accurately create a calculator in Python 94 | 41 @@ like @@ gustar/ parecido a (como)/ lista @@ https://forvo.com/search/likely/ @@ I like to code live 95 | Java is nothing like Javascript 96 | Today we used function like, char, find, upper, lower, and so on. 97 | 42 @@ Object @@ examples @@ https://youglish.com/pronounce/object/english? @@ I’m learning object-oriented programming 98 | 43 @@ Likely/Unlikely @@ Probable / poco probable @@ https://forvo.com/search/likely/ @@ it’s very likely that Elon will get to open a Gigafactory in NL 99 | It’s unlikely that the Gigafactory will become sentient 100 | 44 @@ Turn something on @@ prender algo / encender algo @@ https://forvo.com/search/turn%20on/ @@ Charly turned on the PC 101 | Charly turned the PC on 102 | Charly turned it on 103 | 45 @@ belong @@ pertenecer @@ https://youglish.com/pronounce/belong/english? @@ Facebook belongs to Meta 104 | 46 @@ Index @@ indexar @@ https://forvo.com/search/index/ @@ Char, upper, and lower are functions that belong to the string method. 105 | duckduckgo doesn’t index your searches 106 | 47 @@ And so on @@ Etcetera, y así, y toda la cosa @@ https://youglish.com/pronounce/and%20so%20on/english? @@ Today we used function like, char, find, upper, lower, and so on. 107 | 48 @@ three @@ tres @@ https://forvo.com/search/three/ @@ thhhhhhhhh 108 | 49 @@ as I told you before/ Like I told you before @@ Como mencioné anteriormente @@ @@ As I told you before, we are not experts 109 | 50 @@ Replace @@ reemplazar @@ https://forvo.com/search/replace/ @@ When you update software, you replace the old version with the new one. 110 | In order to replace a character, you need to find it first 111 | 51 @@ So @@ tan/ entonces @@ https://youglish.com/pronounce/so/english? @@ It’s so easy that anybody can learn English using Python tutorials. 112 | So as I said before 113 | 52 @@ Well @@ muletilla= esteeeeee fancy @@ https://forvo.com/search/well/ @@ 114 | 53 @@ character @@ caracter @@ https://youglish.com/pronounce/character/english? @@ the upper function helps convert a character into uppercase 115 | 54 @@ Nothing @@ Nada ( negación) @@ https://forvo.com/search/nothing/ @@ Nothing is funnier than reading Elon’s tweets 116 | 55 @@ Anything @@ Nada/ algo/ cualquier cosa preguntas y oraciones que ya son negativas @@ https://youglish.com/pronounce/anything/english? @@ I didn’t learn anything yesterday 117 | Do you anything? 118 | 56 @@ In order to @@ Para (explicar un objetivo) @@ https://forvo.com/search/in%20order%20to/ @@ In order to save money you gotta work unpaid overtime 119 | 57 @@ There / they’re / their @@ Ahí(allí) / Ellxs son(están) / suyo de ellos @@ https://youglish.com/pronounce/their/english? @@ There are many popular frameworks such as Pycharm 120 | They’re studying Python 121 | Their code is clean/neat 122 | 58 @@ immutable @@ Inmutable @@ https://forvo.com/search/immutable/ @@ Immutable data structures prevent bugs 123 | 59 @@ operator @@ operador @@ https://youglish.com/pronounce/operator/english? @@ The addition (+) operator concatenates strings 124 | 69 @@ more desirable @@ Más deseable @@ https://forvo.com/search/desirable/ @@ An English speaking programmer is more desirable for remote positions 125 | 70 @@ gonna/ gotta /hafta /wanna /lemme @@ voy a / tengo que/ tengo que/ quiero /permiteme @@ https://youglish.com/pronounce/gonna/english? @@ -This website is gonna look good in both, web and mobile 126 | -You gotta take a look at this bug 127 | -Developers hafta keep up the latest technologies 128 | -I don’t wanna watch Matrix 5 129 | -Lemme show you some websites I coded 130 | 71 @@ times @@ veces / multiplicación @@ https://forvo.com/search/times/ @@ Virtual has been tried a couple of times 131 | Seven times three equals twenty one 132 | 72 @@ division @@ división @@ https://youglish.com/pronounce/division/english? @@ We use slash “/” to make a division 133 | 73 @@ print @@ imprimir @@ https://forvo.com/search/print/ @@ Using a double slash in a division prints a whole number (integer) 134 | 74 @@ multiplication @@ multiplicación @@ https://youglish.com/pronounce/multiplication/english? @@ Using an asterisk returns the result of a multiplication 135 | 75 @@ different @@ diferente @@ https://forvo.com/search/different/ @@ Java is different from Javascript 136 | 78 @@ comfortable @@ Comodo @@ https://youglish.com/pronounce/comfortable/english? @@ Home office is way more comfortable than the office 137 | 79 @@ difference/differences @@ Diferencias @@ https://forvo.com/search/difference/ @@ There are many differences between Git and Github 138 | 80 @@ whole @@ entero @@ @@ An integer is a whole number 139 | 81 @@ modulus/ modules @@ modulo @@ https://forvo.com/search/modulus/ @@ Modulus is the absolute value of a number regardless the positive or negative sign 140 | 82 @@ remain/remiander @@ permanecer / residuo @@ https://youglish.com/pronounce/remainder/english? @@ The remainder of 10 divided by 3 is .333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333 141 | 83 @@ reminder @@ recordar @@ https://forvo.com/search/reminder/ @@ Friendly reminder our live streams are Tuesday and Thursday at 8 am CST 142 | 84 @@ augmented reality @@ realidad aumentada @@ https://youglish.com/pronounce/thousand/english? @@ Pokemon Go innovated in the implementation of augmented reality. 143 | 85 @@ virtual @@ virtual @@ https://forvo.com/search/virtual/ @@ The Metaverse is the most ambitious virtual reality project to date. 144 | 86 @@ thousand @@ mil @@ https://forvo.com/search/thousand/ @@ We just hit a thousand followers on YouTube. 145 | 87 @@ million @@ millón @@ https://forvo.com/search/million/ @@ Inglés Para Devs Spotify podcast is about to reach one million downloads. 146 | 88 @@ hundred @@ cien @@ https://youglish.com/pronounce/hundred/english? @@ There are a hundred different ways to learn programming in YouTube. 147 | 89 @@ billion @@ billón @@ https://forvo.com/search/billion/ @@ A billion dollars is less money than a billion pesos (MXN). 148 | 90 @@ set it @@ establecerlo @@ https://youglish.com/pronounce/set%20it/english? @@ The first step is to set X’s value to 5. 149 | 91 @@ Achieving goals @@ acanzar metas @@ https://forvo.com/search/achieve/ @@ A lot of people struggle to achieve their goals, specially learning English. 150 | 92 @@ called/ cold @@ llamó / frío @@ https://youglish.com/pronounce/called/english? @@ I called you yesterday but you didn’t answer. 151 | My team is designing a website for cold sell. 152 | 93 @@ augmented assigned operator @@ @@ https://forvo.com/search/augmented/ @@ 153 | 94 @@ enhanced @@ fortalecido @@ https://youglish.com/pronounce/enhanced/english? @@ Enhance your next job interview by including some of these phrases in your speech. 154 | 95 @@ presedence @@ presedencia @@ https://youglish.com/pronounce/presedence/english? @@ Multiplication takes presedence over addition 155 | 96 @@ parenthesis @@ Parentesis @@ https://forvo.com/search/parenthesis/ @@ In programming, parenthesis are used to indicate a function call or to group expressions together. 156 | 97 @@ verify @@ verificar @@ https://youglish.com/pronounce/verify/english? @@ We need to verify your account 157 | 98 @@ has got @@ es utilizado para dar una descripción detallada / sacó @@ https://forvo.com/search/has%20got/ @@ Carlos has got blue eyes 158 | 99 @@ set of @@ a collection @@ https://youglish.com/pronounce/set%20of/english? @@ We can call a set of functions in Python 159 | 100 @@ code / piece of code @@ uncountable / countable @@ https://forvo.com/search/code/ @@ This piece of code is giving us problems / The code is messy 160 | 101 @@ greater than @@ mayor que @@ https://youglish.com/pronounce/greater%20than/english? @@ You have set the variable greater than 10 161 | 102 @@ answer @@ respuesta @@ https://forvo.com/search/answer/ @@ OpenAI is the answer to many problems in the workplace 162 | 103 @@ determines @@ determina @@ https://youglish.com/pronounce/determiners/english? @@ the algorithm determines the success of a youtube channel 163 | 104 @@ result @@ resultado @@ https://forvo.com/search/result/ @@ the result of 3 plus 1 is 4 164 | removing this sticker will result in your warranty being void 165 | 105 @@ evaluated @@ evaluado @@ https://youglish.com/pronounce/evaluated/english? @@ 166 | 106 @@ wrap @@ Envolver @@ https://forvo.com/search/wrap/ @@ Let’s wrap up this meeting. 167 | 107 @@ set @@ group /collection @@ https://youglish.com/pronounce/set/english? @@ The value was set to 14 168 | 108 @@ another @@ otr@ @@ https://forvo.com/search/another/ @@ Another benefit of cloud computing for startups is its cost. 169 | 109 @@ ! @@ every other value except this one @@ https://forvo.com/search/%21/en/ @@ ≠ ! = 170 | 110 @@ followed @@ @@ https://youglish.com/pronounce/followed/english? @@ The rollout of the feature was followed by many bug reports. 171 | 111 @@ > @@ grater than @@ https://youglish.com/pronounce/greater%20than%20/english? @@ Three is greater than two. 172 | 112 @@ > = @@ grater than or equal @@ https://youglish.com/pronounce/greater%20than%20or%20equal/english? @@ The temperature has to be greater than or equal to 5° 173 | 113 @@ < @@ less than @@ https://youglish.com/pronounce/less%20than/english? @@ Two is less than three. 174 | 114 @@ < = @@ less than or equal @@ https://youglish.com/pronounce/less%20than%20or%20equal%20/english? @@ The temperature has to be less than or equal to 40° 175 | 115 @@ == @@ equality @@ https://forvo.com/search/equality/ @@ AI may boost equality in the following decade. 176 | 116 @@ ! = @@ not equality @@ https://youglish.com/pronounce/not%20equality/english? @@ 177 | 117 @@ logical @@ lógico @@ https://youglish.com/pronounce/logical/english? @@ It’s logical to test new software before deploying it. 178 | 118 @@ both @@ ambos @@ https://forvo.com/search/both/ @@ Both hardware and software components are essential for a computer system. 179 | 119 @@ at least @@ por lo menos @@ https://youglish.com/pronounce/at%20the%20least/english? @@ Twitter blue is a paid service, at least now users can identify trusted sources. 180 | 120 @@ and @@ y @@ https://forvo.com/search/and/ @@ Encryption and authentication are two important security measures that should be implemented to protect sensitive data. 181 | 121 @@ or @@ o @@ https://youglish.com/pronounce/or/english? @@ log into the system, you need to enter your username or email address. 182 | 122 @@ complex @@ complejidad @@ https://forvo.com/search/complex/ @@ Building a complex algorithm requires a high level of expertise and advanced programming skills. 183 | 123 @@ take a look @@ echar un vistazo @@ https://youglish.com/pronounce/take%20a%20look/english? @@ Take a look at the user manual to learn how to operate the device. 184 | 124 @@ take over @@ adquisición @@ https://forvo.com/search/take%20over/ @@ The malware attempted to take over the user's computer by exploiting a security vulnerability. 185 | 125 @@ there you go @@ ahí lo tienes @@ https://youglish.com/pronounce/there%20you%20go/english? @@ After installing the latest software update, there you go - your computer is running much faster now. 186 | 126 @@ at least @@ por lo menos @@ https://forvo.com/search/at%20least/ @@ To ensure data security, you should use a strong password with at least eight characters, including numbers and symbols. 187 | 127 @@ do a list / make a list @@ hacer una lista @@ https://youglish.com/pronounce/make%20a%20list/english? @@ Before starting the project, it's important to do a list of all the required materials and equipment. 188 | 128 @@ statements @@ enunciados @@ https://forvo.com/search/statements/ @@ In programming, conditional statements are used to control the flow of code based on certain conditions. 189 | 129 @@ messages / message @@ mensajes @@ https://youglish.com/pronounce/messages/english? @@ Instant messaging has become a popular way to send quick messages to friends and colleagues in real-time. 190 | 130 @@ let’s @@ vamos @@ https://forvo.com/search/let%27s/ @@ Let's use a password manager to securely store all our login credentials in one place. 191 | 131 @@ temperature @@ temperatura @@ https://youglish.com/pronounce/temperature/english? @@ The temperature sensor module reads the current temperature and sends the data to the microcontroller, which uses the information to adjust the cooling fan speed.”\ 192 | 132 @@ indented @@ justificado @@ https://forvo.com/search/intended/ @@ Indenting your code is a good practice. Indenting is strongly suggested while coding in Python 193 | 133 @@ a block of code @@ bloque de código @@ https://youglish.com/pronounce/a%20block%20of%20code/english? @@ "The programmer wrote a block of code to solve the issue.” 194 | 134 @@ Otherwise @@ de lo contrario / y si no @@ https://forvo.com/search/otherwise/ @@ you have to close the loop, otherwise the code will keep running 195 | 135 @@ insights @@ introspectiva / opiniones / resultados de experiencias @@ https://youglish.com/pronounce/insights/english? @@ Mosh is giving us valuable insights on Python 196 | 136 @@ hindsight @@ retrospectiva @@ https://forvo.com/search/hindsight/ @@ In hindsight I should’ve sold my crypto in 2020 197 | 137 @@ executed @@ ejecutado @@ https://forvo.com/search/executed/ @@ My code was executed correctly 198 | 138 @@ surrounded @@ rodear/ encerrar @@ https://forvo.com/search/surrounded/ @@ Meta’s HQ is surrounded by other tech startups 199 | 139 @@ by the way @@ por cierto/ por el camino @@ https://forvo.com/search/by%20the%20way/ @@ "BTW, if you don't know how to use the API, feel free to check out the documentation.” 200 | BTW @@ @@ @@ 201 | @@ @@ @@ 202 | 140 @@ get confused @@ se confunde @@ https://forvo.com/search/get%20confused/ @@ If the temperature is under 30 degrees my program gets confused 203 | 141 @@ condition @@ condición @@ https://forvo.com/search/condition/ @@ If both conditions are met the program will print It’s a nice day 204 | 142 @@ plenty @@ suficiente @@ https://forvo.com/search/plenty/ @@ There are plenty (of) online resources to learn python 205 | 143 @@ Shift @@ cambio/ cambiar @@ https://forvo.com/search/shift/ @@ This company needs a paradigm shift if we want it to survive 206 | 144 @@ tab @@ tabular @@ https://forvo.com/search/tab/ @@ In many text editors you can use the tab key to quickly indent lines 207 | 145 @@ terminate @@ cerrar/ eliminar/ terminar @@ https://forvo.com/search/terminate/ @@ My computer froze so I had to terminate all tasks 208 | 146 @@ whether @@ ya sea que @@ https://forvo.com/search/whether/ @@ The software will ask you wether you want to save the changes before you close the window 209 | 147 @@ languages @@ lenguajes @@ https://forvo.com/search/languages/ @@ There are over 8000 program languages 210 | 148 @@ curly braces @@ corchetes @@ https://forvo.com/search/curly/ @@ Python doesn’t use curly braces to determine blocks of code 211 | 149 @@ because / because of @@ porque @@ https://forvo.com/search/because/ @@ the app crashed because it ran out of memory// because of the small amount of time the show is over 212 | 150 @@ a bit / a little / a little bit @@ un poco @@ https://forvo.com/search/bit/ @@ Our code is a little bit messy but it worked 213 | 151 @@ pretty very @@ más que un poco/ bastante @@ https://forvo.com/search/pretty/ @@ Darwin’s code is pretty messy 214 | 152 @@ overthink @@ Pensar de más @@ https://forvo.com/search/overthink/ @@ Whenever we get an error we tend to overthink 215 | 153 @@ Mean @@ adj: malo// noun: signicado, medio, media. @@ https://forvo.com/search/mean/ @@ Alex and Carlos are mean to Darwin 216 | 154 @@ However @@ Sin embargo @@ https://forvo.com/search/however/ @@ SVB went bankrupt however many of its investors won’t lose their money 217 | 155 @@ look at @@ fíjate, mira @@ https://forvo.com/search/look%20at/ @@ Take a look at line 33, it’s missing a colon 218 | 156 @@ entered @@ introducido @@ https://forvo.com/search/entered/ @@ A decimal value was entered 219 | 157 @@ need to /want to/ have to / like to @@ necesito/ quiero / tengo que/ me gusta verbo infinitivo como complemento @@ https://forvo.com/search/need/ @@ You need to update your OS to the latest version 220 | I “wanna” be part of the community 221 | Your password has to include a special character 222 | I’d like to get a ChatGPT-4 license 223 | 158 @@ once again @@ una vez más @@ https://forvo.com/search/once%20again/ @@ Once again the update causes compatibility issues 224 | 159 @@ at once @@ simultaneamente/ al mismo tiempo/ de una vez @@ https://forvo.com/search/at%20once/ @@ Don’t speak all at once 225 | 160 @@ may @@ a lo mejor/ probablemente @@ https://forvo.com/search/may/ @@ The Metaverse may be the future of social media 226 | 161 @@ Show @@ mostrar @@ https://forvo.com/search/show/ @@ Can you show me how to use this new software? 227 | 162 @@ Sequence @@ secuencia @@ https://forvo.com/search/sequence/ @@ In computer programming, a sequence of instructions is executed in the order they are written in the code. 228 | 163 @@ earlier / as I said before @@ antes, como mencioné antes @@ https://forvo.com/search/earlier/ @@ The earlier version of the software had several bugs, but they were fixed in the latest update. 229 | 164 @@ either / or @@ ya sea que… o…. @@ https://forvo.com/search/either/ @@ You can use either a wired or wireless connection to connect your computer to the internet. 230 | 165 @@ string/stir @@ hilo/ batir @@ https://forvo.com/search/string/ @@ In programming, a string is a sequence of characters, such as letters, numbers, and symbols, that are used to represent text. 231 | Write a short sentence in the context of technology using the word “ 232 | 166 @@ so @@ entonces @@ https://forvo.com/search/so/ @@ 233 | 167 @@ loop @@ bucle @@ https://youglish.com/pronounce/loop/english? @@ My program is stuck in a loop 234 | 168 @@ while @@ mientras @@ https://forvo.com/search/while/ @@ you can’t focus on a second thing while you code 235 | 169 @@ poor way @@ insatisfactorio @@ https://youglish.com/pronounce/poor%20way/english? @@ I solved our last code challenge in a poor way 236 | 170 @@ approach @@ acercamiento / enfoque @@ https://forvo.com/search/approach/ @@ What’s your approach when leading a remote team? 237 | 171 @@ start off @@ comenzar (movement) @@ https://youglish.com/pronounce/start%20off/english? @@ Let’s start off by declaring our variables 238 | 172 @@ once again @@ otra vez/ una vez más (énfasis) @@ https://forvo.com/search/once%20again/ @@ Once again my code crashed 239 | 173 @@ less / fewer @@ menos @@ https://youglish.com/pronounce/less/english? @@ We have less experience than KrashO 240 | We have fewer years of experience than KrashO 241 | Mosh’s solution to the challenge had fewer lines than Darwin’s 242 | 174 @@ indefinitely @@ indefinidamente @@ https://youglish.com/pronounce/indefinitely/english? @@ Twitter will be charging for its blue check indefinitely 243 | 175 @@ run out of @@ se acabó, se agota @@ https://forvo.com/search/run%20out%20of/ @@ we ran out of time 244 | 178 @@ iteration @@ iteración @@ https://youglish.com/pronounce/iteration/english? @@ This is the first iteration of our show 245 | 179 @@ no longer @@ no más @@ https://forvo.com/search/no%20longer/ @@ ChatGPT no longer offers unlimited queries 246 | 180 @@ readable @@ legible @@ https://youglish.com/pronounce/readable/english? @@ indenting our code makes it more readable 247 | 181 @@ cannot @@ no se puede @@ https://forvo.com/search/cannot/ @@ we cannot release the feature until we complete the testing phase 248 | 182 @@ Lists @@ listas @@ https://youglish.com/pronounce/lists/english? @@ We can use square brackets to declare lists in Python 249 | 183 @@ kinds @@ tipos @@ https://forvo.com/search/kinds/ @@ Python has 4 primitive kinds of variables 250 | 184 @@ square brackets @@ corchetes cuadrados @@ https://youglish.com/pronounce/square%20bracket/english? @@ We can use square brackets to declare lists 251 | 185 @@ it came out @@ salió/ resultado @@ https://forvo.com/search/came%20out/ @@ The new Mario Movie came out just yesterday 252 | 186 @@ reset it @@ reiniciarlo @@ https://youglish.com/pronounce/reset%20it/english? @@ If your computer is behaving strangely, just reset it. 253 | 187 @@ up to @@ depende @@ https://forvo.com/search/up%20to/ @@ It’s up to you how much time you invest studying. 254 | 188 @@ given index @@ dado/dade @@ https://es.youglish.com/pronounce/given/english? @@ The remove function deletes a given object 255 | 189 @@ spell @@ deletrear / escribir cuando se utiliza en pregunta/ hechizo / consecuencia a @@ https://es.youglish.com/pronounce/spell/english? @@ Thread is spelled with an h// How do you spell your name?// The economy is going to spell the end of all of us 256 | 190 @@ verify @@ Verificar @@ https://es.youglish.com/pronounce/verify/english? @@ The server verifies whether you’re using a VPN 257 | 191 @@ on top @@ @@ https://es.youglish.com/pronounce/on%20top/english? @@ 258 | 192 @@ range @@ rango @@ https://es.youglish.com/pronounce/range/english? @@ Square brackets are used to a list that can contain a range of values 259 | 193 @@ array @@ arreglo @@ https://es.youglish.com/pronounce/array/english? @@ Arrays and lists share features 260 | 194 @@ capabilities @@ capacidades @@ https://es.youglish.com/pronounce/capabilities/english? @@ Everyone has the capability of writing python code but you need to develop the ability to do so 261 | 195 @@ Parameter @@ parametro @@ https://es.youglish.com/pronounce/Parameter/english? @@ The function takes a string parameter as input 262 | 196 @@ Probably @@ probablemente @@ https://forvo.com/search/probably/ @@ There’s probably a bug in the code 263 | 197 @@ expect @@ esperar // a la expectativa @@ https://youglish.com/pronounce/expect/english? @@ I expect the function returns a true value 264 | 198 @@ agency @@ autonomía @@ https://forvo.com/search/agency/ @@ My department has full agency over the project 265 | 199 @@ lend/borrow @@ dar en préstamo // tomar en préstamo @@ https://youglish.com/pronounce/borrow/english? @@ I’ll lend you my headset if I can borrow your camera 266 | 200 @@ loop @@ bucle @@ https://forvo.com/search/loop/ @@ We use loops to iterate through lists 267 | 201 @@ come out @@ resultado @@ https://youglish.com/pronounce/come%20out/english? @@ The boolean value came out as false 268 | 202 @@ hold @@ contener @@ https://forvo.com/search/hold/ @@ he variable holds a fixed value 269 | 203 @@ implementation @@ implementación @@ https://youglish.com/pronounce/implementation/english? @@ Implementation will take us the whole week 270 | 204 @@ store @@ almacenar @@ https://forvo.com/search/store/ @@ This function will store a tuple 271 | 205 @@ default @@ por defecto @@ https://forvo.com/search/default/ @@ By default Python includes some built in functions/ Python understands by default that you are declaring a tuple when using parenthesis instead of square brackets 272 | 206 @@ How to @@ Cómo hacer @@ https://es.youglish.com/pronounce/How%20to/english? @@ Mosh taught us how to code a calculator 273 | 207 @@ Know how @@ la experiencia/ el expertise @@ https://es.youglish.com/pronounce/Know%20how/english? @@ Now we have primitive know how on Python 274 | 208 @@ How about you? @@ Qué hay de ti? Y tú? @@ https://es.youglish.com/pronounce/How%20about%20you%3F/english? @@ I’m a self-taught developer, how about you? 275 | 209 @@ Sequence @@ Secuencia @@ https://es.youglish.com/pronounce/Sequence/english? @@ The software developer implemented a sequence of steps to automate the data backup process. 276 | 210 @@ Supply @@ suministro @@ https://es.youglish.com/pronounce/Supply/english? @@ The procurement department ensured an uninterrupted supply of computer components for the upcoming hardware upgrade project. 277 | 211 @@ Odd @@ impar o extraño @@ https://es.youglish.com/pronounce/Odd/english? @@ The IT technician noticed an odd pattern of network traffic that required further investigation to identify the source. 278 | 212 @@ Tuples @@ tuplas: used to store multiple items in a single variable @@ https://es.youglish.com/pronounce/Tuples/english? @@ The database query returned a set of tuples containing the relevant customer information, ready for further analysis. 279 | 213 @@ occurrences @@ las veces que sucede @@ https://es.youglish.com/pronounce/occurrences%20/english? @@ The log file analysis revealed multiple occurrences of the error message, indicating a potential issue with the server configuration. 280 | 214 @@ accidentally @@ accidentalmente @@ https://es.youglish.com/pronounce/accidentally/english? @@ One of the developers accidentally deleted a critical file, but the IT team swiftly recovered it from the backup. 281 | 215 @@ completion @@ completar @@ https://es.youglish.com/pronounce/completion/english? @@ The software development project is nearing completion, with only a few minor tasks remaining before the final release. 282 | 217 @@ interested @@ interesado @@ https://es.youglish.com/pronounce/interested/english? @@ The IT department is actively seeking talented and motivated individuals who are interested in joining the team. 283 | 218 @@ resume @@ currículum @@ https://es.youglish.com/pronounce/resume/english? @@ Before considering a candidate for the IT position, the hiring manager carefully reviews their resume to evaluate their qualifications and experience. 284 | 219 @@ a few fries short of a happy meal @@ te faltan 10 centavos pal peso, no le sube agua al tinaco, le falta un tornillo @@ https://es.youglish.com/pronounce/a%20few%20fries%20short%20of%20a%20happy%20meal%20/english? @@ I'm sorry, but that programmer seems to be a few fries short of a happy meal when it comes to understanding basic coding concepts.” 285 | 220 @@ display @@ desplegar/ pantalla @@ https://es.youglish.com/pronounce/display/english? @@ the function print displays a result 286 | 221 @@ even @@ even number es un número par,también hace referencia a la palabra “aunque” y “parejo” “plano” @@ https://es.youglish.com/pronounce/even/english? @@ the modulus 2 of an even number is zero// Even a novice knows that! 287 | 222 @@ hint @@ pista @@ https://es.youglish.com/pronounce/hint/english? @@ In Pycharm the errors give you hints 288 | 223 @@ reminder @@ recordatorio @@ https://es.youglish.com/pronounce/reminder%20/english? @@ The IT team sends out regular email reminders to all employees, reminding them to update their passwords for improved security. 289 | 224 @@ remainder @@ residuo @@ https://es.youglish.com/pronounce/remainder/english? @@ After dividing the workload evenly among team members, there was a remainder of tasks that required additional attention and allocation. 290 | 225 @@ remember @@ recordar @@ https://es.youglish.com/pronounce/remember/english? @@ As a best practice, IT professionals should remember to regularly back up important data to prevent loss in case of system failures or security breaches. 291 | 226 @@ remembrance @@ remembranza @@ https://es.youglish.com/pronounce/remembrance/english? @@ The company organized a special event in remembrance of the IT team's accomplishments and contributions throughout the year. 292 | 227 @@ backend @@ lo que pasa tras bambalinas @@ https://youglish.com/pronounce/backend/english? @@ Today we were mentored by a professional backend developer 293 | 228 @@ ruby on rails @@ ruby= rubí =programming language @@ https://youglish.com/pronounce/ruby%20on%20rails/english? @@ luckily our guest today didn’t ask us about ruby on rails 294 | 229 @@ mentorship @@ rails= rieles = es el framework @@ https://youglish.com/pronounce/mentorship/english? @@ You can get a mentorship with Luis if you send him a DM 295 | 230 @@ mentee @@ mentoria @@ https://forvo.com/search/mentee/ @@ Luis has lots of successful mentees in his program 296 | @@ mentoreado @@ @@ 297 | @@ engineer @@ ingeniero @@ https://youglish.com/pronounce/engineer/english? @@ We need to engineer a solution to long queues at the airport 298 | 231 @@ entry level position @@ posición de principiante @@ https://youglish.com/pronounce/entry%20level%20position/english? @@ We’ve just applied to get an entry level position, but we didn’t get it 299 | 232 @@ test cases @@ casos de prueba @@ https://youglish.com/pronounce/test%20cases/english? @@ Developers meticulously design and execute test cases to ensure the robustness and reliability of their software applications. 300 | 233 @@ legacy code @@ código de legado/heredado @@ https://youglish.com/pronounce/legacy%20code/english? @@ refactoring the legacy code improves its performance 301 | 234 @@ amongst @@ etre pero no en medio @@ https://forvo.com/search/amongst/ @@ Python is a very popular language amongst developers, mathematicians, data scientis 302 | 235 @@ mathematician @@ mátematicos @@ https://forvo.com/search/mathematician/ @@ Mathematicians help write better code 303 | 236 @@ special @@ especial @@ https://forvo.com/search/special/ @@ Make sure your password has at least one special character 304 | 237 @@ less time @@ menos tiempo @@ https://youglish.com/pronounce/less%20time/english? @@ A “hello world” in python woudl take less time than in C++ 305 | 238 @@ fewer lines @@ menos (más poquitas) líneas @@ https://youglish.com/pronounce/fewer%20lines/english? @@ When you use OOP you write fewer lines of code 306 | 29 @@ solve @@ solucionar @@ https://forvo.com/search/solve/ @@ I have to solve a LeetCode problem in my next job interview 307 | 240 @@ complex @@ complejo @@ https://forvo.com/search/complex/ @@ Twitter’s algorithm is getting kind of complex 308 | 241 @@ refactoring @@ refactorización @@ https://forvo.com/search/refactoring/ @@ The software has become difficult to maintain. We need to do some serious refactoring to improve the code's readability and structure 309 | 242 @@ machine @@ maquina @@ https://forvo.com/search/machine/ @@ Machine learning is the future 310 | 243 @@ in fact/actually/indeed @@ de hecho @@ https://forvo.com/search/indeed/ @@ Ifact AI will revolutionize tech industry 311 | 244 @@ desirable @@ deseable @@ https://forvo.com/search/desirable/ @@ A latin american full stack developer with B2 English is extremely desirable 312 | 245 @@ high level language- low level language @@ lenguaje de alto nivel -lenguaje de bajo nivel @@ https://youglish.com/pronounce/high%20level%20language/english? @@ GO, Python and C# are high level languages 313 | 246 @@ cross-platform @@ multi-plataforma @@ https://youglish.com/pronounce/cross%20platform/english? @@ Python is a cross-platform language 314 | 247 @@ it’s likely @@ Es probable @@ https://youglish.com/pronounce/it%27s%20likely/english? @@ It’s likely that your dream job will require an English interview 315 | 248 @@ outdated @@ desactualizado @@ https://forvo.com/search/outdated/ @@ Using outdated software would probably get you security issues 316 | 249 @@ obsolete @@ obsoleto @@ https://forvo.com/search/obsolete/ @@ They claim php is obsolete 317 | 250 @@ taught @@ enseñó @@ https://forvo.com/search/taught/ @@ Mosh taught us the importance that an average python dev earns something around 115k in the US 318 | 251 @@ latest @@ el más reciente @@ https://forvo.com/search/latest/ @@ have you seen Elon’s latest tweet? 319 | 252 @@ fill out/fill in @@ llenar/completar @@ https://youglish.com/pronounce/fill%20out/english? @@ Fill out the following form 320 | you have to fill in every blank 321 | 253 @@ high-paying @@ bien remunerado @@ https://youglish.com/pronounce/high%20paying/english? @@ You won’t get a high-paying job if you don’t get out of your comfort zone 322 | 254 @@ lasting @@ duradero @@ https://forvo.com/search/lasting/ @@ A single data breach can have lasting consecuences in your organization 323 | 255 @@ get stuck @@ atorarse @@ https://youglish.com/pronounce/get%20stuck/english? @@ as a developer it’s important to reach out to the community whenever you get stuck 324 | 256 @@ head over @@ dirigirse @@ https://youglish.com/pronounce/head%20over/english? @@ head over to codigo facilito site to enroll to our latest bootcamp 325 | 257 @@ under @@ en tal sección @@ https://forvo.com/search/under/ @@ Create a new folder under the word file 326 | 258 @@ make sure @@ asegurate @@ https://youglish.com/pronounce/make%20sure/english? @@ Make sure you have the latest Python version 327 | 259 @@ otherwise @@ de lo contrario @@ https://forvo.com/search/otherwise/ @@ Always initialize your variables; otherwise, you might encounter unexpected behavior in your code 328 | 260 @@ verify @@ verifica @@ https://forvo.com/search/verify/ @@ Open a terminal to verify what Python version you have 329 | 261 @@ interpreter @@ interprete @@ https://forvo.com/search/interpreter/ @@ Python uses an interpreter to execute its code line by line 330 | 262 @@ debugging @@ arreglar el bug @@ https://forvo.com/search/debugging/ @@ Debugging is an essential process in programming that involves identifying and removing errors from code 331 | 263 @@ for both @@ tanto para uno como el otro @@ https://youglish.com/pronounce/for%20both/english? @@ For both Mac and PC you need to install the most recent version of VS Code 332 | 264 @@ panel @@ panel @@ https://forvo.com/search/panel/ @@ The developer designed a user-friendly control panel within the software to allow clients to easily manage their system settings. 333 | 265 @@ called it @@ Lo sabía, lo supuse (idiomatic expression) @@ https://youglish.com/pronounce/called%20it/english? @@ terminator called it 334 | 266 @@ back and forth @@ ir y venir @@ https://youglish.com/pronounce/back%20and%20forth/english? @@ you don’t need to go back and forth between VS Code and the terminal because it is built in 335 | 267 @@ IDE @@ Integrated development enviroment @@ https://youglish.com/pronounce/IDE/english? @@ An IDE is a software that helps developer write code 336 | 268 @@ start from scratch @@ empezar desde cero @@ https://youglish.com/pronounce/start%20from%20scratch/english? @@ With ChatGPT you don’t need to start from scratch 337 | 269 @@ linting @@ lintear @@ https://youglish.com/pronounce/linting/english? @@ Linting is an essential process that helps you identify errors before they turn into bugs 338 | 270 @@ plug in @@ extensión @@ https://youglish.com/pronounce/plug%20in/english? @@ VS has a lot of useful plug ins 339 | 271 @@ autocompletion @@ autocompletar @@ https://youglish.com/pronounce/autocompletion/english? @@ Autocompletion can save us some time 340 | 272 @@ unit testing @@ pruebas unitarias @@ https://youglish.com/pronounce/unit%20testing/english? @@ The validtion of individual units of code is called unit testing 341 | 273 @@ behavior @@ comportamiento @@ https://forvo.com/search/behavior/ @@ Good software behavior is characterized by robust performance 342 | 274 @@ fashion @@ estilo/modo/manera @@ https://forvo.com/search/fashion/ @@ Having a fashion-forward mindset means embracing innovative approaches 343 | 275 @@ snippets @@ cortes @@ https://forvo.com/search/snippets/ @@ In software development, code snippets are small blocks of reusable code that developers can plug into a program to perform a specific function. 344 | 276 @@ linter @@ linteador @@ https://youglish.com/pronounce/linter/english? @@ A cohesive team uses the same linter for best practices 345 | 277 @@ caller function @@ función que llama @@ https://youglish.com/pronounce/caller%20function/english? @@ The caller function is responsible for initiating the execution of a specific subroutine in an IT system 346 | 278 @@ palette @@ paleta (de herramientas) @@ https://forvo.com/search/palette/ @@ Command palette allows you to quickly look for commands 347 | 279 @@ HUD @@ Heads Up Display/ pantalla de datos @@ https://youglish.com/pronounce/HUD/english/uk? @@ Heads up display gives the user useful information 348 | 280 @@ Enhancement @@ Una mejora @@ https://forvo.com/search/enhancement/ @@ The latest software update includes several performance enhancements for faster data processing. 349 | 281 @@ PEP @@ Python Enhancement Proposal @@ https://youglish.com/pronounce/PEP/english/uk? @@ The implementation of Python Enhancement Proposal 523 has greatly improved the efficiency and security 350 | 282 @@ Look @@ Mira (enfocado) @@ https://forvo.com/search/look/ @@ Look at your terminal for information about errors. 351 | 283 @@ See @@ Ver (unconciously) @@ https://forvo.com/search/see/ @@ Programmers often see their code come to life. 352 | 284 @@ Amongst @@ Entre @@ https://forvo.com/search/amongst/ @@ Amongst programmers is widely use. 353 | 285 @@ Bunch of rules @@ Un bonche, un montón, un puño @@ https://youglish.com/pronounce/bunch%20of%20rules/english? @@ Python has a bunch of rules. 354 | 286 @@ Conventions @@ Estandares @@ https://forvo.com/search/conventions/ @@ PEPs help developers follow conventions. 355 | 287 @@ Throughout @@ A través, a lo largo y ancho. @@ https://forvo.com/search/throughout/ @@ Throughout your career you’ll need English. 356 | 288 @@ Import @@ Importar (importación) no confundir con importancia @@ https://forvo.com/search/import/ @@ The IT department needs to import the latest software updates for enhanced security. 357 | Self motivation is important for any tech job. 358 | 289 @@ job vs work @@ job = puesto, tareas @@ https://youglish.com/pronounce/job%20and%20work/english/uk? @@ Before deploying the update, we must thoroughly test our code to ensure all components work as intended in the software development process. 359 | 290 @@ Machine @@ máquina @@ https://forvo.com/search/machine/ @@ We need to repair a machine in the server room 360 | 291 @@ languages @@ lenguajes @@ https://forvo.com/search/languages/ @@ Mosh said that developers can agree on a single OS or a single programming language 361 | 292 @@ compiler @@ compilador @@ https://forvo.com/search/compiler/ @@ The compiler translates the high-level programming code into machine language that the computer can understand. 362 | 293 @@ interpreter @@ interprete @@ https://forvo.com/search/interpreter/ @@ The Python interpreter converts and executes each line of code in real-time 363 | 294 @@ kicks in @@ arrancar/ activar @@ https://youglish.com/pronounce/kicks%20in/english/uk? @@ when you write to a chatbot an automatic response kicks in 364 | 295 @@ load @@ carga @@ https://forvo.com/search/load/ @@ The programmer had to debug the issue when the software failed to load the required libraries correctly 365 | 296 @@ kick off @@ iniciar @@ https://youglish.com/pronounce/kick%20off/english/uk? @@ The development team will kick off the project by conducting a comprehensive analysis of the system requirements. 366 | 297 @@ JVM @@ Máquina virtual Java @@ https://youglish.com/pronounce/JVM/english/uk? @@ The Java Virtual Machine (JVM) is responsible for executing Java bytecode and providing a platform-independent runtime environment for Java applications. 367 | 298 @@ Byte vs Bite @@ Byte vs Bite @@ https://youglish.com/pronounce/Byte/english/uk? @@ The file size is measured in bytes, with each byte representing a unit of digital information. 368 | 299 @@ Let you know @@ te lo haré saber @@ https://youglish.com/pronounce/Let%20you%20know/english/uk? @@ Once the software update is complete, I will let you know so that you can test the new features and improvements. 369 | 300 @@ scenarios @@ escenarios @@ https://forvo.com/search/scenarios/ @@ The IT team conducted various testing scenarios to ensure the system's performance and functionality under different conditions. 370 | 301 @@ tasks @@ tareas @@ https://forvo.com/search/tasks/ @@ The project management software allows users to assign, track, and prioritize tasks for efficient collaboration within the IT team. 371 | 302 @@ primitive type @@ tipo primitivo @@ https://youglish.com/pronounce/primitive%20type/english/uk? @@ Boolean, string, integers, and float are primitve values in Python 372 | 303 @@ Merged @@ fusión @@ https://forvo.com/search/merged/ @@ We can merge the database to consolidate the data 373 | 304 @@ fixed @@ arreglar/fijar @@ https://forvo.com/search/fixed/ @@ The developer fixed the bug 374 | I fixed the types of variables at the begging when I use C# 375 | 305 @@ helped @@ ayudó/ ayudé @@ https://forvo.com/search/helped/ @@ The suppport team helped me log into my account 376 | 306 @@ coordinates @@ cordina/coordenadas @@ https://forvo.com/search/coordinates/ @@ The system administrator used the precise coordinates to pinpoint the ecat location of the network issue. 377 | 307 @@ equivalent @@ equivalente @@ https://forvo.com/search/equivalent/ @@ My company replaced my computer with one of equivalent processing power 378 | 308 @@ initialized @@ inicializado @@ https://forvo.com/search/equivalent/ @@ The server was succesfully initialized. 379 | 309 @@ set @@ establecer @@ https://forvo.com/search/set/ @@ Let’s set a variable 380 | 310 @@ dynamic @@ dinámico @@ https://forvo.com/search/dynamic/ @@ The dynamic allocation of computing resources allows for efficient scaling 381 | 311 @@ typing @@ teclear @@ https://forvo.com/search/typing/ @@ My typing speed is a hundred words perd minute 382 | 312 @@ typo @@ un error de dedo @@ https://forvo.com/search/typo/ @@ Carlos can type 300 wpm but 200 are typos 383 | 313 @@ static @@ Estático @@ https://forvo.com/search/static/ @@ C#, C++, and Java are static languages 384 | 314 @@ determine @@ determinar @@ https://forvo.com/search/determine/ @@ The IT department will conduct a thorough investigation to determine the cause of the network outage. 385 | 315 @@ hover @@ flotar @@ https://forvo.com/search/hover/ @@ When you hover your mouse cursor over the icon, a tooltip will appear with additional information about the function. 386 | 316 @@ instances @@ instancias @@ https://forvo.com/search/instances/ @@ The cloud service allows users to create multiple instances of virtual machines to meet their computing needs. 387 | 317 @@ take away @@ sacar, aprender @@ https://youglish.com/pronounce/take%20away/english/uk? @@ One of the key takeaways from the IT conference was the importance of implementing robust cybersecurity measures to protect sensitive data. 388 | 318 @@ take out @@ comida para llevar @@ https://youglish.com/pronounce/take%20out/english/uk? @@ I often order take out. 389 | 319 @@ at run time @@ al momento de correr @@ https://youglish.com/pronounce/at%20run%20time/english? @@ The program dynamically adjusts its behavior at run time based on user inputs and system conditions. 390 | 320 @@ hinting @@ insinuar @@ https://forvo.com/search/hinting/ @@ The IDE's code editor provides helpful hinting by suggesting possible function names as I type, improving my coding efficiency. 391 | 321 @@ label @@ etiqueta/ nombrar @@ https://youglish.com/pronounce/label/english? @@ Make sure to properly label variables for code readability 392 | 322 @@ references @@ hacer referencia @@ https://forvo.com/search/references/ @@ The code is cleaner now with fewer references to outdated libraries 393 | 323 @@ garbage @@ basura @@ https://youglish.com/pronounce/garbage/english? @@ In Python, the garbage collector frees up memory 394 | 324 @@ trash @@ darle en su mouser @@ https://youglish.com/pronounce/trash%20it/english? @@ In Python you can use the delete key to remove an object or send it to the trash 395 | 325 @@ slot @@ espacio @@ https://youglish.com/pronounce/slot/english? @@ The new application requires twice the memory slot capacity to perform efficiently. 396 | 326 @@ RAM @@ Random acces memory @@ https://forvo.com/search/RAM/ @@ The program's performance improved after upgrading the RAM 397 | 327 @@ Mutable @@ mutable @@ https://forvo.com/search/mutable/ @@ In Python lists are mutable 398 | 328 @@ Immutable @@ Inmutable @@ https://forvo.com/search/immutable/ @@ Strings and tuples 399 | 329 @@ reusable @@ reutilizable @@ https://youglish.com/pronounce/reusable/english? @@ the software update includes reusable code 400 | 330 @@ exclude @@ excluir @@ @@ Privacy settings allow de user to exclude certain contacts 401 | 331 @@ take into account @@ tomar en cuenta @@ https://youglish.com/pronounce/take%20into%20account/english? @@ Take into account that Python string indexing starts at zero 402 | 332 @@ sequence @@ sequencia @@ https://forvo.com/search/sequence/ @@ The dev implemented a sequence of commands to automate the data backup process 403 | 333 @@ interpreter @@ intérprete @@ https://forvo.com/search/interpreter/ @@ The software engineer developed an interpreter to excute and translate the code 404 | 334 @@ at the beging/in the beginig @@ al principio at= sin dram in= con drama @@ https://youglish.com/pronounce/in%20the%20begining/english? @@ at the beging of the code you can find the libraries 405 | 335 @@ just before @@ justo antes @@ https://youglish.com/pronounce/just%20before/english? @@ the system crashed just before I was able to save 406 | 336 @@ for whatever reason @@ como haya sido @@ https://youglish.com/pronounce/for%20whatever%20reason/english? @@ For whatever reason my code doesn’t run 407 | 337 @@ borrow/lend @@ tomar prestado/prestar @@ https://forvo.com/search/borrow/ @@ My colleague borrowed my computer to test his code 408 | 338 @@ backlash @@ consecuencia @@ https://forvo.com/search/backlash/ @@ Te backlash of a weak password may be a compromise in the network. 409 | 339 @@ backslash @@ diagonal invertida @@ @@ Remember to use backslash, not the regular slash 410 | 340 @@ depending on @@ depende de @@ https://youglish.com/pronounce/depending%20on/english? @@ Depending on the salary, I may take the job offer 411 | 341 @@ escape character @@ @@ https://youglish.com/pronounce/escape%20character/english? @@ Backslash n is an escape character 412 | 342 @@ few other @@ unos cuantos otros @@ https://youglish.com/pronounce/few%20other/english? @@ Besides Python, a few other programming languages are case sensitive. 413 | 343 @@ prefix @@ prefijar @@ https://forvo.com/search/prefix/ @@ You can prefix the value of a variable. 414 | 344 @@ not quite @@ no exactamente @@ https://youglish.com/pronounce/not%20quite/english? @@ Apple vision is not quite affordable yet. 415 | 345 @@ quiet @@ callado @@ https://forvo.com/search/quiet/ @@ I college I was very quiet. 416 | 346 @@ Strip @@ despojar @@ https://forvo.com/search/strip/ @@ We can use the strip method to get rid of white spaces 417 | 347 @@ get rid @@ deshacerse @@ https://youglish.com/pronounce/get%20rid/english? @@ We need to get rid of the legacy code that's slowing down our software development process 418 | 348 @@ white space @@ espacio en blanco @@ https://youglish.com/pronounce/white%20space/english? @@ white spaces improve readbility in software development 419 | 349 @@ are gone @@ se fueron/ ya no existen @@ https://youglish.com/pronounce/are%20gone/english? @@ The older versions of our software are gone; we have upgraded to a much more efficient system 420 | 350 @@ remainder @@ residuo de una división @@ https://forvo.com/search/remainder/ @@ After dividing the large dataset into smaller batches, there was a remainder of 10 data points 421 | 351 @@ unlike @@ improbable/ A DIFERENCIA DE @@ https://forvo.com/search/unlike/ @@ Python unlike java script doesn’t use ++ operator 422 | 352 @@ array @@ arreglo @@ https://forvo.com/search/array/ @@ 423 | 353 @@ type conversion @@ tipado de datos @@ https://youglish.com/pronounce/type%20conversion/english? @@ Type conversation is the key to transform data for 1 format to another 424 | 354 @@ outcome @@ lo que arroje (resultado) @@ https://forvo.com/search/outcome/ @@ If you are not explicit with your type you can get several outcomes 425 | 355 @@ strongly typed @@ tipado fuerte @@ https://youglish.com/pronounce/strongly%20typed/english? @@ Strongly typed languages enforce strict data type checking 426 | 356 @@ weakly typed @@ tipado debil @@ https://youglish.com/pronounce/weakly%20typed/english? @@ In a weakly typed programming language, variables can dynamically change their data type 427 | 357 @@ truthy @@ truthsy @@ https://youglish.com/pronounce/truthy%20value/english? @@ Any other value including the string false is a truthsy value 428 | 358 @@ falsy @@ falsy @@ https://youglish.com/pronounce/falsy%20value/english? @@ In Python the values 0, “”, null are considered falsy, false, Nan 429 | 359 @@ empty @@ vacío @@ https://forvo.com/search/empty/ @@ In Python, you can check if a list is empty using the len() function 430 | 360 @@ null @@ nulo @@ https://forvo.com/search/null/ @@ Null indicates the abscence of a value 431 | 361 @@ non/not/no @@ no @@ https://forvo.com/search/non/ @@ No, not every non-trivial software development task can be completed quickly.” 432 | 362 @@ chaining @@ encadenar @@ https://forvo.com/search/chaining/ @@ 433 | 363 @@ Ternary @@ ternario @@ https://forvo.com/search/ternary/ @@ a ternary operation can be used to simplify the conditional statement in the code 434 | 364 @@ loop over @@ recorrer @@ https://youglish.com/pronounce/loop%20over/english? @@ Python will loop over the list a couple times 435 | 365 @@ iterable @@ iterable @@ https://forvo.com/search/iterable/ @@ 436 | 366 @@ terminate a line @@ teminar una línea @@ https://youglish.com/pronounce/terminate%20a%20line/english? @@ in Python we terminate lines 437 | 367 @@ comment out @@ comentar/ deshabilitar una sección de código @@ https://youglish.com/pronounce/comment%20out/english? @@ If you need to leave out some code sometimes it is better to comment it out instead of deleating 438 | 368 @@ escape method @@ método de escape @@ https://youglish.com/pronounce/escape%20method/english? @@ To avoid long loops you can use an escape method such as break 439 | 369 @@ flag @@ destacar, indicador @@ https://forvo.com/search/flag/ @@ Using flags while coding can help you get a better understanding of what is happening 440 | 370 @@ range object @@ objeto de rango @@ https://youglish.com/pronounce/range%20object/english? @@ A range object takes up less memory than a list 441 | 371 @@ optional argument @@ argumental opcional @@ https://youglish.com/pronounce/optional%20argument/english? @@ step is an optional argument 442 | 372 @@ take up @@ consumir/ diferente de solo tomar @@ https://youglish.com/pronounce/take%20up/english? @@ The last update takes up 500 MB 443 | 373 @@ code snippet @@ recorte de código @@ https://youglish.com/pronounce/snippet/english @@ I just found a helpful code snippet that simplifies error handling in our Python project 444 | 374 @@ function parameter @@ parámetro de función @@ https://youglish.com/pronounce/function%20parameter/english? @@ by is a parameter of the function increment 445 | 375 @@ terminate @@ terminar @@ https://forvo.com/search/terminate/ @@ Don't forget to terminate your line with a colon 446 | 376 @@ tuple @@ tupla @@ https://forvo.com/search/tuple/ @@ In Python tuples are immutable 447 | 377 @@ overhead @@ @@ https://forvo.com/search/overhead/ @@ 448 | 378 @@ hint @@ pista @@ https://forvo.com/search/hint/ @@ Linters give hints on how to apply the best practice while coding 449 | 379 @@ arbitrary @@ arbitrario @@ https://forvo.com/search/arbitrary/ @@ 450 | 380 @@ so far so good @@ hasta aquí todo bien @@ https://youglish.com/pronounce/so%20far%20so%20good/english? @@ What’s the status of our project? 451 | So far so good 452 | 381 @@ however @@ sin embargo @@ https://forvo.com/search/however/ @@ The software update improved performance however it introduced new bugs 453 | 382 @@ lecture @@ clase (expositiva) @@ https://forvo.com/search/lecture/ @@ Mosh was our lecturer for today 454 | 383 @@ defining @@ definir/ @@ https://forvo.com/search/defining/ @@ Defining function signatures is essential 455 | 384 @@ dictionary @@ diccionario @@ https://forvo.com/search/dictionary/ @@ A dictionary is a versatile data structure that allows you to store and retrieve key-value pairs efficiently 456 | 385 @@ finish up @@ terminar algo @@ https://youglish.com/pronounce/finish%20up/english? @@ Let me finish up this code 457 | 386 @@ scope/ block level @@ scope = alcance @@ https://youglish.com/pronounce/block%20level/english? @@ block-level scope defines the visibility of and accessibility of variables within a specific code block 458 | @@ block level = a un nivel de bloque @@ @@ 459 | 387 @@ no matter what @@ @@ https://youglish.com/pronounce/no%20matter%20what/english? @@ 460 | 388 @@ from top to bottom @@ @@ https://youglish.com/pronounce/from%20top%20to%20bottom/english? @@ 461 | 389 @@ rely @@ @@ https://forvo.com/search/rely/ @@ 462 | 390 @@ shortcuts @@ atajos @@ https://forvo.com/search/shortcut/ @@ professional devs use shortcuts only 463 | 391 @@ JSON @@ Java Script Object Notation @@ https://youglish.com/pronounce/json/english? @@ when you start debugging vscode generates a JSON file 464 | 392 @@ step into @@ adentrarse @@ https://youglish.com/pronounce/step%20into/english? @@ Let’s step into the function 465 | 393 @@ cursor @@ cursor @@ https://forvo.com/search/cursor/ @@ When I hover my cursor over this button it does nothing 466 | 394 @@ Alt @@ @@ https://youglish.com/pronounce/alt/english? @@ Press alt slash to comment code 467 | 395 @@ Control @@ @@ https://forvo.com/search/control/ @@ Press ctrl and click to select multiple items 468 | 396 @@ Shift @@ @@ https://forvo.com/search/shift/ @@ You can keep shift pressed to highlight text 469 | 397 @@ Slash @@ Diagonal @@ https://forvo.com/search/slash/ @@ Use slash at the end of the url to indicate the end of the adress 470 | 398 @@ toggle @@ cambiar @@ https://forvo.com/search/toggle/ @@ Tggle night mode to let your eyes rest 471 | 399 @@ Hold on @@ dejar presionado @@ https://youglish.com/pronounce/hold%20on/english? @@ Hold on ctrl and left key arrow to go to the begin of the line 472 | 400 @@ algorithm @@ algoritmo @@ https://forvo.com/search/algorithm/ @@ The youtube algorithm penalizes you for using a third party streaming service 473 | 401 @@ divisible @@ divisible @@ https://forvo.com/search/divisible/ @@ this challenge will ask if a number is divisible by either 3, 5 or both 474 | 402 @@ embedded @@ incrustado @@ https://forvo.com/search/embedded/ @@ This site has an embedded video player. 475 | 403 @@ zoom in @@ @@ https://youglish.com/pronounce/zoom%20in/english? @@ 476 | 404 @@ zoom out @@ @@ https://youglish.com/pronounce/zoom%20out/english? @@ 477 | 405 @@ output @@ @@ https://forvo.com/search/output/ @@ 478 | 406 @@ input @@ @@ https://forvo.com/search/input/ @@ 479 | 407 @@ version control @@ @@ https://youglish.com/pronounce/version%20control/english? @@ 480 | 408 @@ squiggly lines @@ @@ https://youglish.com/pronounce/squiggly%20lines/english? @@ 481 | 409 @@ identify @@ @@ https://forvo.com/search/identify/ @@ 482 | 410 @@ key value pair @@ @@ https://youglish.com/pronounce/key%20value%20pair/english? @@ A Key value pair is a fundamental data structure that consists of a key and its value. 483 | 411 @@ surrounded by quotation marks @@ entre comillas @@ https://youglish.com/pronounce/surrounded%20by%20quotation%20marks/english? @@ Write your strings surrounded by quotation marks 484 | 412 @@ certain @@ @@ @@ 485 | 413 @@ pass in @@ @@ @@ 486 | 414 @@ stands for @@ @@ @@ 487 | 415 @@ NDA @@ @@ @@ 488 | 416 @@ refactoring @@ @@ @@ 489 | 417 @@ line up @@ @@ @@ 490 | 418 @@ pass in @@ @@ @@ 491 | 419 @@ try outeets @@ @@ @@ 492 | 420 @@ Milestone @@ @@ @@ 493 | 421 @@ get up and running @@ @@ @@ 494 | @@ open source @@ @@ @@ 495 | @@ revert @@ @@ @@ 496 | @@ fork @@ @@ @@ 497 | @@ get set up @@ @@ @@ 498 | @@ local @@ @@ @@ 499 | @@ TOC table of content @@ @@ @@ 500 | @@ so to speak @@ @@ @@ 501 | @@ repositories @@ @@ @@ 502 | @@ click on @@ @@ @@ 503 | @@ aspect @@ @@ @@ 504 | @@ Fetch @@ @@ @@ 505 | @@ pull down @@ @@ @@ 506 | @@ commit @@ @@ @@ 507 | @@ push to origin @@ @@ @@ -------------------------------------------------------------------------------- /Vocabulario4Devs.md: -------------------------------------------------------------------------------- 1 | | Number | English | Spanish | Pronunciation | Example | 2 | | ------------- | ------------- | ------------- | ------------- | ------------- | 3 | |1 | Development | Desarrollo | [dɪˈvɛləpmənt](https://forvo.com/search/development/) | I’m working on the development of a new app| 4 | |2 | Data | Datos | [ˈdeɪ.tə](https://youglish.com/pronounce/data/english?) | The scientist collected a large amount of data| 5 | |3 | from scratch | Comenzar desde cero | [frɒm skrætʃ](https://youglish.com/pronounce/from%20scratch/english?) | We’re learning how to program from scratch| 6 | |4 | Upload | Subir | [ʌpˈləʊd](https://forvo.com/search/upload/) | This upload is taking too long| 7 | |5 | Download | Bajar | [ˌdaʊnˈləʊd](https://youglish.com/pronounce/download/english?) | This download is taking too long| 8 | |6 | Downland | Bajar fisicamente | [daʊnˈlænd](https://forvo.com/search/downland/) | | 9 | |7 | Variety | Variedad | [vəˈraɪ.ə.ti](https://youglish.com/pronounce/variety/english?) | Mosh teaches a variety of programming languages.| 10 | |8 | Machine | maquina | [məˈʃiːn](https://forvo.com/search/machine/) | Machine learning is the future.| 11 | |9 | Started | empezado | [stɑːt](https://youglish.com/pronounce/started/english?) | we started programming today.| 12 | |10 | Fix-fixed | arreglar-arreglado | [fɪks-fɪkst](https://forvo.com/search/fixed/) | I fixed the bug.| 13 | |11 | Django | Nombre propio | [ˈdʒæŋɡoʊ](https://youglish.com/pronounce/django/english?) | Django was used to build Instagram / Django is a web framework.| 14 | |12 | Automation | automatización | [ˌɔː.təˈmeɪ.ʃən](https://forvo.com/search/automation/) | Automation is the future.| 15 | |13 | Install | Intalar | [ɪnˈstɔːl](https://youglish.com/pronounce/install/english?) | We just installed Python| 16 | |14 | Code editor | editor de código | [kəʊd ˈed.ɪ.tər](https://youglish.com/pronounce/code%20editor/english?) | PyCharm is a Python’s code editor| 17 | |15 | Configure | configurar | [kənˈfɪg.ər](https://forvo.com/search/configure/) | We configured PyCharm| 18 | |16 | Settings | ajustes | [ˈpleɪs ˌset.ɪŋ](https://youglish.com/pronounce/settings/english?) | Let’s adjust the settings| 19 | |17 | Default | por defecto | [dɪˈfɒlt](https://forvo.com/search/default/) | English is the default language in IT| 20 | |18 | resource | recurso | [rɪˈzɔːs](https://youglish.com/pronounce/resource/english?) | Carlos’ computer needs more video resources| 21 | |19 | profile | perfil | [ˈprəʊ.faɪl](https://forvo.com/search/profile/) | Don’t forget to update your Linkedin profile| 22 | |20 | call it a day | es todo por hoy | [kɔːl ɪt ə deɪ](https://youglish.com/pronounce/call%20it%20a%20day/english?) | Let’s call it a day| 23 | |21 | package | paquete | [ˈpæk.ɪdʒ](https://forvo.com/search/package/) | Your package is at the door| 24 | |22 | button | botón | [ˈbʌt.ən](https://youglish.com/pronounce/button/english?) | Don’t press the red button| 25 | |23 | location | ubicación | [ləʊˈkeɪ.ʃən](https://forvo.com/search/location/) | Send me your location| 26 | |24 | Environment | ambiente | [ɪnˈvaɪ.rən.mənt](https://forvo.com/search/environment/) | We have an excellent work environment| 27 | |25 | will / ‘ll | Auxiliar para el futuro | [wɪl](https://forvo.com/search/will/) | Next episode we’ll develop a chatbot| 28 | |26 | () parenthesis | Parentesis | [pəˈren.θə.sɪs](https://youglish.com/pronounce/parenthesis/english?) | Don’t forget to use parenthesis| 29 | |27 | “ quotation mark/ quote | comillas | [kwəʊˈteɪ.ʃən mɑːk](https://forvo.com/search/languages/) | You can use single quote or double quotes| 30 | |28 | string | hilo/ secuencia de caracteres | [strɪŋ](https://youglish.com/pronounce/string/english) | I set a variable to string| 31 | |20 | Language | lenguaje | [ˈlæŋ.gwɪdʒ](https://forvo.com/search/languages/) | Python is one of the most popular programming languages| 32 | |30 | Should | debería | [ʃʊd](https://youglish.com/pronounce/should/english?) | You should study English| 33 | |31 | always | siempre | [ˈɔːl.weɪz](https://forvo.com/search/always/) | Always capitalize your variables in Python| 34 | |32 | message / messages | mensaje | [ˈmes.ɪdʒ](https://youglish.com/pronounce/messages/english?) | The console sent me an error message| 35 | |33 | function | función | [ˈfʌŋk.ʃən](https://forvo.com/search/function/) | Functions should always start with upper case| 36 | |34 | productivy | productividad | [ˌprɒd.ʌkˈtɪv.ə.ti](https://forvo.com/search/productivity/) | Our PM wants us to increase our productivity| 37 | |35 | shortcuts | atajos | [ˈʃɔːt.kʌt](https://youglish.com/pronounce/shortcuts/english?) | Using shortcuts make you a more efficient developer| 38 | |36 | interface | interface | [ˈɪn.tə.feɪs](https://forvo.com/search/interface/) | Twitter’s interface is pretty intuitive| 39 | |37 | Variables | variables | [ˈveə.ri.ə.bəl](https://youglish.com/pronounce/variables/english?) | It is still not clear to Alex what a variable is| 40 | |38 | product | producto | [ˈprɒd.ʌkt](https://forvo.com/search/product/) | Today I started a new career as a product owner| 41 | |39 | equal | igual a | [ˈiː.kwəl](https://youglish.com/pronounce/equal/english?) | Python is not equal to ruby on rails| 42 | |40 | attach | adjuntar | [əˈtætʃ](https://forvo.com/search/attach/) | Mosh said something about attaching values| 43 | |41 | attachment | archivo adjunto | [əˈtætʃ.mənt](https://youglish.com/pronounce/attachment/english?) | I always send my emails without any attachments| 44 | |42 | value | valor | [ˈvæl.juː](https://forvo.com/search/value/) | we are adding value to our selves| 45 | |43 | from top to bottom | de abajo hacia arriba | [frɒm tɒp tʊ ˈbɒt.əm](https://youglish.com/pronounce/from%20top%20to%20bottom/english?) | Python reads code from top to bottom| 46 | |44 | first | primero | [ˈfɜːst](https://youglish.com/pronounce/first/english?) | What was your first programming language?| 47 | |45 | _ under score | guión bajo | [ˈʌn.dər skɔːr](https://es.youglish.com/pronounce/under%20score/english?) | my email is alex underscore at inglesparadev.io| 48 | |46 | Set it | declararlo | [set ɪt](https://es.youglish.com/pronounce/Set%20it/english?) | I set my variables to true| 49 | |47 | Case sensitive | distingue entre mayusculas | [keɪs ˈsen.sɪ.tɪv](https://es.youglish.com/pronounce/Case%20sensitive/english?) | Python is a case sensitive| 50 | |48 | Sentient | sapiente | [ˈsen.ti.ən](https://es.youglish.com/pronounce/Sentient/english?) | Skynet was a sentient AI| 51 | |49 | recognized | |[ˈrek.əg.naɪzd](https://es.youglish.com/pronounce/recognized/english?) | AI will recognized if you were mean to it| 52 | |50 | lower case | minusculas | [ˈləʊ.ər keɪs](https://es.youglish.com/pronounce/lower%20case/english?) | The program won’t run if you only use lower case.| 53 | |51 | quickly | rápidamente | [ˈkwɪk.li](https://forvo.com/search/quickly/) | I’m learning to code quickly/ I write code quickly when I used shortcuts| 54 | |52 | boolean | booleano | [ˈbuːliən](https://forvo.com/search/boolean/) | A boolean value can be either True or False| 55 | |53 | error | error | [ˈer.ər](https://forvo.com/search/error/) | I got a typerror when I ran my code| 56 | |54 | keyword | palabra reservada | [ˈkiː.wɜːd](https://es.youglish.com/pronounce/keyword/english?) | True and Falses are keywords in Python| 57 | |55 | declare | declarado | [dɪˈkleər](https://es.youglish.com/pronounce/declare/english?) | Before you can use a variable in your code, you need to declare its data type and assign an initial value.| 58 | |56 | built in | incluído | [ˌbɪltˈɪn](https://es.youglish.com/pronounce/built%20in/english?) | My laptop has a built in camera and microphone.| 59 | |57 | plus | más | [plʌs](https://es.youglish.com/pronounce/plus/english?) | In Python, the plus operator (+) is used for addition of numerical values and concatenation of strings.| 60 | |58 | concatenation | concatenación | [kənˈkæt.ə.neɪ.ʃə](https://es.youglish.com/pronounce/concatenation/english?) | Concatenation refers to the process of joining two or more strings together to create a new string.| 61 | |59 | Type, type | tipo, teclado | [taɪp](https://youglish.com/pronounce/type/english?) | Be careful when you type in a keyboard you’re not familiar with. /| 62 | |60 | actually, currently | en realidad/de hecho, currently | [ˈæk.tʃu.ə.li](https://forvo.com/search/actually/) [ˈkʌr.ənt.li](https://youglish.com/pronounce/currently/english?) | Actually, programming can be a highly creative and rewarding profession for those with an analytical mindset and a passion for problem-solving.| 63 | |61 | support | no soportado/ no lo acepta | [səˈpɔːt](https://forvo.com/search/support/) | It’s great to have live support from our watchers. <3| 64 | |62 | cliff hanger | en vilo | [ˈklɪfˌhæŋ.ər](https://youglish.com/pronounce/cliff%20hanger/english?) | Today’s coding excercise ended in a cliff hanger| 65 | |63 | minus | menos | [ˈmaɪ.nəs](https://forvo.com/search/minus/) | An integer minus a string gives out an error| 66 | |64 | below | inferior a | [bɪˈləʊ](https://forvo.com/search/below/) | Carlos’ internet speed is below avarage| 67 | |65 | under | abajo | [ˈʌn.dər](https://forvo.com/search/under/) | We are under pressure when coding| 68 | |66 | above | sobre/arriba | [əˈbʌv](https://forvo.com/search/above/) | it's crucial to maintain a high level of code quality above all else| 69 | |67 | up | | [ʌp](https://forvo.com/search/up/) | | 70 | |68 | integer | entero | [ˈɪn.tɪ.dʒər](https://youglish.com/pronounce/integer/english?) | An integer is a data type that represents a whole number| 71 | |69 | whole | entero | [həʊl](https://youglish.com/pronounce/whole%20/english?) | An integer is a data type that represents a whole number| 72 | |70 | dates 1982 | ten en cuenta ue estas cifras se dicen de dos en dos cuando son fechas | | | 73 | |71 | returned | | [rɪˈtɜːn](https://forvo.com/search/returned/) | The calculator should return the sum of two integer numbers| 74 | |72 | 101 | básico | [ˌwʌn.əʊˈwʌn](https://youglish.com/pronounce/101/english?) | This is Python 101| 75 | |73 | subtract | resta | [səbˈtrækt](https://forvo.com/search/subtract/) | | 76 | |74 | add | sumar | [æd](https://forvo.com/search/add/) | Add value to your career learning English| 77 | |75 | convert to | convertir en | [kənˈvɜːt tuː](https://youglish.com/pronounce/convert%20to/english?) | Keep in mind que el verbo convert utiliza siempre la preposición to | 78 | || ||| I already converted all my money to bitcoin. the function int() converts variables to integer| 79 | |76 | a bunch | un montón | [eɪ bʌntʃ](https://youglish.com/pronounce/a%20bunch/english?) | In today’s session we had a bunch of errors in our code| 80 | |77 | Linux | | [ˈlɪn.əks](https://forvo.com/search/linux/) | Linux is one of the top three Os for coding| 81 | |78 | OS | Sistema operativo | [ɒs](https://youglish.com/pronounce/OS/english?) | Linux is one of the top three Os for coding| 82 | |79 | numeric | numeric | [njuːˈmerɪk](https://forvo.com/search/numeric/) | The output of the code was a numeric value| 83 | |80 | float/floating | flotante | [fləʊt](https://forvo.com/search/float/) | A float, short for floating-point number, is a data type used in software development to represent decimal numbers| 84 | |81 | sum | suma | [sʌm](https://forvo.com/search/sum/) | The sum of two or more values can be calculated using arithmetic operations like addition| 85 | |82 | string | string/ cadena de caracteres | [strɪŋ](https://es.youglish.com/pronounce/string/english?) | the problem was that we were adding two strs| 86 | |83 | declare | declarar | [dɪˈkleər](https://es.youglish.com/pronounce/declare/english?) | Developers must declare variables before using them in their code to avoid errors| 87 | |84 | label | etiqueta | [ˈleɪ.bəl](https://es.youglish.com/pronounce/label/english?) | Adequate labels facilitate quick search| 88 | |85 | solve/resolve | solve= solucionar en contexto de matematico | [sɒlv](https://es.youglish.com/pronounce/solve/english?) | Our code is supposed to solve and a sum| 89 | | | resolve = cuando terminamos una task | | | 90 | |86 | requirement | requerimiento | [rɪˈkwaɪə.mənt](https://es.youglish.com/pronounce/requirement/english?) | Requirements must be met before our deadline| 91 | |87 | take a look | echar un vistazo | [teɪk a lʊk](https://es.youglish.com/pronounce/take%20a%20look/english?) | take a look at the screen behind me| 92 | |88 | went by | pasar por un lugar | [went baɪ](https://es.youglish.com/pronounce/went%20by/english?) | Time went by really fast today| 93 | |89 | purpose | propósito | [ˈpɜː.pəs](https://es.youglish.com/pronounce/purpose/english?) | the purpose of these live streams is to teach you English in a Software development enviroment| 94 | |90 | accurately | certeramente | [ˈæk.jə.rət.li](https://es.youglish.com/pronounce/accurately/english?) | We can accurately create a calculator in Python| 95 | |91 | like | gustar/ parecido a (como)/ lista | [laɪk](https://forvo.com/search/likely/) | I like to code live| 96 | || ||| Java is nothing like Javascript| 97 | | | ||| Today we used function like, char, find, upper, lower, and so on.| 98 | |92 | Object | examples | [ˈɒb.dʒɪkt](https://youglish.com/pronounce/object/english?) | I’m learning object-oriented programming| 99 | |93 | Likely/Unlikely | Probable / poco probable | [ˈlaɪ.kli](https://forvo.com/search/likely/) | it’s very likely that Elon will get to open a Gigafactory in NL| 100 | | | ||| It’s unlikely that the Gigafactory will become sentient| 101 | |94 | Turn something on | prender algo / encender algo | [tɜːn ˈsʌm.θɪŋ ɒn](https://forvo.com/search/turn%20on/) | Charly turned on the PC| 102 | | | ||| Charly turned the PC on| 103 | | | ||| Charly turned it on| 104 | |95 | belong | pertenecer | [bɪˈlɒŋ](https://youglish.com/pronounce/belong/english?) | Facebook belongs to Meta| 105 | |96 | Index | indexar | [ˈɪn.deks](https://forvo.com/search/index/) | Char, upper, and lower are functions that belong to the string method.| 106 | | | ||| duckduckgo doesn’t index your searches| 107 | |97 | And so on | Etcetera, y así, y toda la cosa | [ænd səʊ ɒn](https://youglish.com/pronounce/and%20so%20on/english?) | Today we used function like, char, find, upper, lower, and so on.| 108 | |98 | three | tres | [θriː](https://forvo.com/search/three/) | thhhhhhhhh| 109 | |99 | as I told you before/ Like I told you before | Como mencioné anteriormente | | As I told you before, we are not experts| 110 | |100 | Replace | reemplazar | [rɪˈpleɪs](https://forvo.com/search/replace/) | When you update software, you replace the old version with the new one.| 111 | | | ||| In order to replace a character, you need to find it first| 112 | |51 | So | tan/ entonces | [səʊ](https://youglish.com/pronounce/so/english?) | It’s so easy that anybody can learn English using Python tutorials.| 113 | | | ||| So as I said before| 114 | |52 | Well | muletilla= esteeeeee fancy | [wel](https://forvo.com/search/well/) | | 115 | |53 | character | caracter | [ˈkær.ək.tər](https://youglish.com/pronounce/character/english?) | the upper function helps convert a character into uppercase| 116 | |54 | Nothing | Nada ( negación) | [ˈnʌθ.ɪŋ](https://forvo.com/search/nothing/) | Nothing is funnier than reading Elon’s tweets| 117 | |55 | Anything | Nada/ algo/ cualquier cosa preguntas y oraciones que ya son negativas | [ˈen.i.θɪŋ](https://youglish.com/pronounce/anything/english?) | I didn’t learn anything yesterday| 118 | | | ||| Do you anything?| 119 | |56 | In order to | Para (explicar un objetivo) | [ɪn ˈɔː.dər tʊ](https://forvo.com/search/in%20order%20to/) | In order to save money you gotta work unpaid overtime| 120 | |57 | There / they’re / their | Ahí(allí) / Ellxs son(están) / suyo de ellos | [ðeər](https://youglish.com/pronounce/their/english?) | There are many popular frameworks such as Pycharm| 121 | | | ||| They’re studying Python| 122 | | | ||| Their code is clean/neat| 123 | |58 | immutable | Inmutable | [ɪˈmjuː.tə.bəl](https://forvo.com/search/immutable/) | Immutable data structures prevent bugs| 124 | |59 | operator | operador | [ˈɒp.ər.eɪ.tər](https://youglish.com/pronounce/operator/english?) | The addition (+) operator concatenates strings| 125 | |69 | more desirable | Más deseable | [mɔːr dɪˈzaɪə.rə.bəl](https://forvo.com/search/desirable/) | An English speaking programmer is more desirable for remote positions| 126 | |70 | gonna/ gotta /hafta /wanna /lemme | voy a / tengo que/ tengo que/ quiero /permiteme | [ˈgə.nə](https://youglish.com/pronounce/gonna/english?) | -This website is gonna look good in both, web and mobile| 127 | | | ||| -You gotta take a look at this bug| 128 | | | ||| -Developers hafta keep up the latest technologies| 129 | | | ||| -I don’t wanna watch Matrix 5| 130 | | | ||| -Lemme show you some websites I coded| 131 | |71 | times | veces / multiplicación | [taɪmz](https://forvo.com/search/times/) | Virtual has been tried a couple of times| 132 | | | ||| Seven times three equals twenty one| 133 | |72 | division | división | [dɪˈvɪʒ.ən](https://youglish.com/pronounce/division/english?) | We use slash “/” to make a division| 134 | |73 | print | imprimir | [prɪnt](https://forvo.com/search/print/) | Using a double slash in a division prints a whole number (integer)| 135 | |74 | multiplication | multiplicación | [ˌmʌl.tɪ.plɪˈkeɪ.ʃən](https://youglish.com/pronounce/multiplication/english?) | Using an asterisk returns the result of a multiplication| 136 | |75 | different | diferente | [ˈdɪf.ər.ənt](https://forvo.com/search/different/) | Java is different from Javascript| 137 | |78 | comfortable | Comodo | [ˈkʌm.fə.tə.bəl](https://youglish.com/pronounce/comfortable/english?) | Home office is way more comfortable than the office| 138 | |79 | difference/differences | Diferencias | [ˈdɪf.ər.əns](https://forvo.com/search/difference/) | There are many differences between Git and Github| 139 | |81 | modulus/ modules | modulo | [ˈmɒd.jə.ləs](https://forvo.com/search/modulus/) | Modulus is the absolute value of a number regardless the positive or negative sign| 140 | |82 | remain/remiander | permanecer / residuo | [rɪˈmeɪn.dər](https://youglish.com/pronounce/remainder/english?) | The remainder of 10 divided by 3 is .333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333| 141 | |83 | reminder | recordar | [rɪˈmeɪn.dər](https://forvo.com/search/reminder/) | Friendly reminder our live streams are Tuesday and Thursday at 8 am CST| 142 | |84 | augmented reality | realidad aumentada | [ɔːgˈment riˈæl.ə.ti](https://youglish.com/pronounce/thousand/english?) | Pokemon Go innovated in the implementation of augmented reality.| 143 | |85 | virtual | virtual | [ˈvɜː.tʃu.əl](https://forvo.com/search/virtual/) | The Metaverse is the most ambitious virtual reality project to date.| 144 | |86 | thousand | mil | [ˈθaʊ.zənd](https://forvo.com/search/thousand/) | We just hit a thousand followers on YouTube.| 145 | |87 | million | millón | [ˈmɪl.jən](https://forvo.com/search/million/) | Inglés Para Devs Spotify podcast is about to reach one million downloads.| 146 | |88 | hundred | cien | [ˈhʌn.drəd](https://youglish.com/pronounce/hundred/english?) | There are a hundred different ways to learn programming in YouTube.| 147 | |89 | billion | billón | [ˈhʌn.drəd](https://forvo.com/search/billion/) | A billion dollars is less money than a billion pesos (MXN).| 148 | |90 | set it | establecerlo | [set ɪt](https://youglish.com/pronounce/set%20it/english?) | The first step is to set X’s value to 5.| 149 | |91 | Achieving goals | acanzar metas | [əˈtʃiːvɪŋ ˌgəʊls](https://forvo.com/search/achieve/) | A lot of people struggle to achieve their goals, specially learning English.| 150 | |92 | called/ cold | llamó / frío | [kɔːld](https://youglish.com/pronounce/called/english?) | I called you yesterday but you didn’t answer.| 151 | | | ||| My team is designing a website for cold sell.| 152 | |93 | augmented assigned operator | | [ɔːgˈment](https://forvo.com/search/augmented/) | | 153 | |94 | enhanced | fortalecido | [ɪnˈhɑːnst](https://youglish.com/pronounce/enhanced/english?) | Enhance your next job interview by including some of these phrases in your speech.| 154 | |95 | presedence | presedencia | [ˈpres.ɪ.dəns](https://youglish.com/pronounce/presedence/english?) | Multiplication takes presedence over addition| 155 | |96 | parenthesis | Parentesis | [pəˈren.θə.sɪs](https://forvo.com/search/parenthesis/) | In programming, parenthesis are used to indicate a function call or to group expressions together.| 156 | |97 | verify | verificar | [ˈver.ɪ.faɪ](https://youglish.com/pronounce/verify/english?) | We need to verify your account| 157 | |98 | has got | es utilizado para dar una descripción detallada / sacó | [hæz gɒt](https://forvo.com/search/has%20got/) | Carlos has got blue eyes| 158 | |99 | set of | a collection | [set ɒf](https://youglish.com/pronounce/set%20of/english?) | We can call a set of functions in Python| 159 | |100 | code / piece of code | uncountable / countable | [kəʊd](https://forvo.com/search/code/) | This piece of code is giving us problems / The code is messy| 160 | |101 | greater than | mayor que | [ˈɡreɪtər ðæn](https://youglish.com/pronounce/greater%20than/english?) | You have set the variable greater than 10| 161 | |102 | answer | respuesta | [ˈɑːn.sər](https://forvo.com/search/answer/) | OpenAI is the answer to many problems in the workplace| 162 | |103 | determines | determina | [dɪˈtɜːmɪnz](https://youglish.com/pronounce/determiners/english?) | the algorithm determines the success of a youtube channel| 163 | |104 | result | resultado | [rɪˈzʌlt](https://forvo.com/search/result/) | the result of 3 plus 1 is 4| 164 | | | ||| removing this sticker will result in your warranty being void| 165 | |105 | evaluated | evaluado | [ɪˈvæl.ju.eɪtd](https://youglish.com/pronounce/evaluated/english?) | | 166 | |106 | wrap | Envolver | [ræp](https://forvo.com/search/wrap/) | Let’s wrap up this meeting.| 167 | |107 | set | group /collection | [set](https://youglish.com/pronounce/set/english?) | The value was set to 14| 168 | |108 | another | otr@ | [əˈnʌð.ər](https://forvo.com/search/another/) | Another benefit of cloud computing for startups is its cost.| 169 | |109 | ! | every other value except this one | [ˈɛvəriˈəðərˈvæljuːɪksɛptðɪswʌn](https://forvo.com/search/%21/en/) | ≠ ! =| 170 | |110 | followed | | [ˈfɒloʊd](https://youglish.com/pronounce/followed/english?) | The rollout of the feature was followed by many bug reports.| 171 | |111 | > | grater than | [ˈgreɪ.tər ðæn](https://youglish.com/pronounce/greater%20than%20/english?) | Three is greater than two.| 172 | |112 | > = | grater than or equal | [ˈgreɪ.tər](https://youglish.com/pronounce/greater%20than%20or%20equal/english?) | The temperature has to be greater than or equal to 5°| 173 | |113 | < | less than | [les ðæn](https://youglish.com/pronounce/less%20than/english?) | Two is less than three.| 174 | |114 | < = | less than or equal | [les ðæn ˈiː.kwəl](https://youglish.com/pronounce/less%20than%20or%20equal%20/english?) | The temperature has to be less than or equal to 40°| 175 | |115 | == | equality | [iˈkwɒl.ə.ti](https://forvo.com/search/equality/) | AI may boost equality in the following decade.| 176 | |116 | ! = | not equality | [nɒt iˈkwɒl.ə.ti](https://youglish.com/pronounce/not%20equality/english?) | | 177 | |117 | logical | lógico | [ˈlɒdʒ.ɪ.kəl](https://youglish.com/pronounce/logical/english?) | It’s logical to test new software before deploying it.| 178 | |118 | both | ambos | [bəʊθ](https://forvo.com/search/both/) | Both hardware and software components are essential for a computer system.| 179 | |119 | at least | por lo menos | [æt liːst](https://youglish.com/pronounce/at%20the%20least/english?) | Twitter blue is a paid service, at least now users can identify trusted sources.| 180 | |120 | and | y | [ænd](https://forvo.com/search/and/) | Encryption and authentication are two important security measures that should be implemented to protect sensitive data.| 181 | |121 | or | o | [ɔːr](https://youglish.com/pronounce/or/english?) | log into the system, you need to enter your username or email address.| 182 | |122 | complex | complejidad | [ˈkɒm.pleks](https://forvo.com/search/complex/) | Building a complex algorithm requires a high level of expertise and advanced programming skills.| 183 | |123 | take a look | echar un vistazo | [teɪkəlʊk](https://youglish.com/pronounce/take%20a%20look/english?) | Take a look at the user manual to learn how to operate the device.| 184 | |124 | take over | adquisición | [teɪkˈoʊvər](https://forvo.com/search/take%20over/) | The malware attempted to take over the user's computer by exploiting a security vulnerability.| 185 | |125 | there you go | ahí lo tienes | [ðɛr ju ɡoʊ](https://youglish.com/pronounce/there%20you%20go/english?) | After installing the latest software update, there you go - your computer is running much faster now.| 186 | |126 | at least | por lo menos | [ætli:st](https://forvo.com/search/at%20least/) | To ensure data security, you should use a strong password with at least eight characters, including numbers and symbols.| 187 | |127 | do a list / make a list | hacer una lista | [meɪkəlɪst](https://youglish.com/pronounce/make%20a%20list/english?) | Before starting the project, it's important to do a list of all the required materials and equipment.| 188 | |128 | statements | enunciados | [statements](https://forvo.com/search/statements/) | In programming, conditional statements are used to control the flow of code based on certain conditions.| 189 | |129 | messages / message | mensajes | [ˈmes.ɪdʒ](https://youglish.com/pronounce/messages/english?) | Instant messaging has become a popular way to send quick messages to friends and colleagues in real-time.| 190 | |130 | let’s | vamos | [lets](https://forvo.com/search/let%27s/) | Let's use a password manager to securely store all our login credentials in one place.| 191 | |131 | temperature | temperatura | [ˈtem.prə.tʃər](https://youglish.com/pronounce/temperature/english?) | The temperature sensor module reads the current temperature and sends the data to the microcontroller, which uses the information to adjust the cooling fan speed.”\| 192 | |132 | indented | justificado | [ɪnˈdent](https://forvo.com/search/intended/) | Indenting your code is a good practice. Indenting is strongly suggested while coding in Python| 193 | |133 | a block of code | bloque de código | [ə blɒk əv koʊd](https://youglish.com/pronounce/a%20block%20of%20code/english?) | "The programmer wrote a block of code to solve the issue.”| 194 | |134 | Otherwise | de lo contrario / y si no | [ˈʌð.ə.waɪz](https://forvo.com/search/otherwise/) | you have to close the loop, otherwise the code will keep running| 195 | |135 | insights | introspectiva / opiniones / resultados de experiencias | [ˈɪn.saɪt](https://youglish.com/pronounce/insights/english?) | Mosh is giving us valuable insights on Python| 196 | |136 | hindsight | retrospectiva | [haɪnd.saɪt](https://forvo.com/search/hindsight/) | In hindsight I should’ve sold my crypto in 2020| 197 | |137 | executed | ejecutado | [ˈek.sɪ.kjuːt](https://forvo.com/search/executed/) | My code was executed correctly| 198 | |138 | surrounded | rodear/ encerrar | [səˈraʊnd](https://forvo.com/search/surrounded/) | Meta’s HQ is surrounded by other tech startups| 199 | |139 | by the way | por cierto/ por el camino | [baɪðəweɪ](https://forvo.com/search/by%20the%20way/) | "BTW, if you don't know how to use the API, feel free to check out the documentation.”| 200 | | |BTW | | | | | 201 | |140 | get confused | se confunde | [ɡɛtkənˈfjuzd](https://forvo.com/search/get%20confused/) | If the temperature is under 30 degrees my program gets confused| 202 | |141 | condition | condición | [kənˈdɪʃ.ən](https://forvo.com/search/condition/) | If both conditions are met the program will print It’s a nice day| 203 | |142 | plenty | suficiente | [ˈplen.ti/](https://forvo.com/search/plenty/) | There are plenty (of) online resources to learn python| 204 | |143 | Shift | cambio/ cambiar | [ʃɪft](https://forvo.com/search/shift/) | This company needs a paradigm shift if we want it to survive| 205 | |144 | tab | tabular | [tæb](https://forvo.com/search/tab/) | In many text editors you can use the tab key to quickly indent lines| 206 | |145 | terminate | cerrar/ eliminar/ terminar | [ˈtɜː.mɪ.neɪt](https://forvo.com/search/terminate/) | My computer froze so I had to terminate all tasks| 207 | |146 | whether | ya sea que | [ˈweð.ər](https://forvo.com/search/whether/) | The software will ask you wether you want to save the changes before you close the window| 208 | |147 | languages | lenguajes | [ˈlæŋ.gwɪdʒ](https://forvo.com/search/languages/) | There are over 8000 program languages| 209 | |148 | curly braces | corchetes | [ˈkɜrliˈbreɪsɪz](https://forvo.com/search/curly/) | Python doesn’t use curly braces to determine blocks of code| 210 | |149 | because / because of | porque | [bɪˈkəz](https://forvo.com/search/because/) | the app crashed because it ran out of memory// because of the small amount of time the show is over| 211 | |150 | a bit / a little / a little bit | un poco | [əˈlɪtəlbɪt](https://forvo.com/search/bit/) | Our code is a little bit messy but it worked| 212 | |151 | pretty very | más que un poco/ bastante | [ˈprɪtiˈvɛri](https://forvo.com/search/pretty/) | Darwin’s code is pretty messy| 213 | |152 | overthink | Pensar de más | [ˌəʊ.vəˈθɪŋk](https://forvo.com/search/overthink/) | Whenever we get an error we tend to overthink| 214 | |153 | Mean | adj: malo// noun: signicado, medio, media. | [miːn](https://forvo.com/search/mean/) | Alex and Carlos are mean to Darwin| 215 | |154 | However | Sin embargo | [ˌhaʊˈev.ər](https://forvo.com/search/however/) | SVB went bankrupt however many of its investors won’t lose their money| 216 | |155 | look at | fíjate, mira | [lʊkæt](https://forvo.com/search/look%20at/) | Take a look at line 33, it’s missing a colon| 217 | |156 | entered | introducido | [ˈen.tər](https://forvo.com/search/entered/) | A decimal value was entered| 218 | |157 | need to /want to/ have to / like to | necesito/ quiero / tengo que/ me gusta verbo infinitivo como complemento | [niːdtuː](https://forvo.com/search/need/) | You need to update your OS to the latest version| 219 | | | ||| I “wanna” be part of the community| 220 | | | ||| Your password has to include a special character| 221 | | | ||| I’d like to get a ChatGPT-4 license| 222 | |158 | once again | una vez más | [wʌnsəˈɡɛn](https://forvo.com/search/once%20again/) | Once again the update causes compatibility issues| 223 | |159 | at once | simultaneamente/ al mismo tiempo/ de una vez | [ætwʌns](https://forvo.com/search/at%20once/) | Don’t speak all at once| 224 | |160 | may | a lo mejor/ probablemente | [meɪ](https://forvo.com/search/may/) | The Metaverse may be the future of social media| 225 | |161 | Show | mostrar | [ʃəʊ](https://forvo.com/search/show/) | Can you show me how to use this new software?| 226 | |162 | Sequence | secuencia | [ˈsiː.kwəns](https://forvo.com/search/sequence/) | In computer programming, a sequence of instructions is executed in the order they are written in the code.| 227 | |163 | earlier / as I said before | antes, como mencioné antes | [ˈɜː.li](https://forvo.com/search/earlier/) | The earlier version of the software had several bugs, but they were fixed in the latest update.| 228 | |164 | either / or | ya sea que… o…. | [ˈaɪ.ðər](https://forvo.com/search/either/) | You can use either a wired or wireless connection to connect your computer to the internet.| 229 | |165 | string/stir | hilo/ batir | [strɪŋ](https://forvo.com/search/string/) | In programming, a string is a sequence of characters, such as letters, numbers, and symbols, that are used to represent text.| 230 | | | ||| Write a short sentence in the context of technology using the word “| 231 | |166 | so | entonces | [səʊ](https://forvo.com/search/so/) | | 232 | |167 | loop | bucle | [luːp](https://youglish.com/pronounce/loop/english?) | My program is stuck in a loop| 233 | |168 | while | mientras | [waɪl](https://forvo.com/search/while/) | you can’t focus on a second thing while you code| 234 | |169 | poor way | insatisfactorio | [pʊrweɪ](https://youglish.com/pronounce/poor%20way/english?) | I solved our last code challenge in a poor way| 235 | |170 | approach | acercamiento / enfoque | [əˈprəʊtʃ](https://forvo.com/search/approach/) | What’s your approach when leading a remote team?| 236 | |171 | start off | comenzar (movement) | [stɑrt ɒf](https://youglish.com/pronounce/start%20off/english?) | Let’s start off by declaring our variables| 237 | |172 | once again | otra vez/ una vez más (énfasis) | [wʌnsəˈɡɛn](https://forvo.com/search/once%20again/) | Once again my code crashed| 238 | |173 | less / fewer | menos | [les](https://youglish.com/pronounce/less/english?) | We have less experience than KrashO| 239 | | | ||| We have fewer years of experience than KrashO| 240 | | | ||| Mosh’s solution to the challenge had fewer lines than Darwin’s| 241 | |174 | indefinitely | indefinidamente | [ɪnˈdef.ɪ.nət.li](https://youglish.com/pronounce/indefinitely/english?) | Twitter will be charging for its blue check indefinitely| 242 | |175 | run out of | se acabó, se agota | [rʌnaʊtʌv](https://forvo.com/search/run%20out%20of/) | we ran out of time| 243 | |178 | iteration | iteración | [ˌɪt.ərˈeɪ.ʃən](https://youglish.com/pronounce/iteration/english?) | This is the first iteration of our show| 244 | |179 | no longer | no más | [noʊˈlɔŋɡər](https://forvo.com/search/no%20longer/) | ChatGPT no longer offers unlimited queries| 245 | |180 | readable | legible | [ˈriː.də.bəl](https://youglish.com/pronounce/readable/english?) | indenting our code makes it more readable| 246 | |181 | cannot | no se puede | [cannot](https://forvo.com/search/cannot/) | we cannot release the feature until we complete the testing phase| 247 | |182 | Lists | listas | [lɪsts](https://youglish.com/pronounce/lists/english?) | We can use square brackets to declare lists in Python| 248 | |183 | kinds | tipos | [kaɪnd](https://forvo.com/search/kinds/) | Python has 4 primitive kinds of variables| 249 | |184 | square brackets | corchetes cuadrados | [skwɛərˈbrækɪts](https://youglish.com/pronounce/square%20bracket/english?) | We can use square brackets to declare lists| 250 | |185 | it came out | salió/ resultado | [ɪtkeɪmaʊt](https://forvo.com/search/came%20out/) | The new Mario Movie came out just yesterday| 251 | |186 | reset it | reiniciarlo | [riːˈsɛtɪt](https://youglish.com/pronounce/reset%20it/english?) | If your computer is behaving strangely, just reset it.| 252 | |187 | up to | depende | [ʌptuː](https://forvo.com/search/up%20to/) | It’s up to you how much time you invest studying.| 253 | |188 | given index | dado/dade | [ˈɡɪvənˈɪndɛks](https://es.youglish.com/pronounce/given/english?) | The remove function deletes a given object| 254 | |189 | spell | deletrear / escribir cuando se utiliza en pregunta/ hechizo / consecuencia a | [spel](https://es.youglish.com/pronounce/spell/english?) | Thread is spelled with an h// How do you spell your name?// The economy is going to spell the end of all of us| 255 | |190 | verify | Verificar | [ˈver.ɪ.faɪ](https://es.youglish.com/pronounce/verify/english?) | The server verifies whether you’re using a VPN| 256 | |191 | on top | | [ɒntɒp](https://es.youglish.com/pronounce/on%20top/english?) | | 257 | |192 | range | rango | [reɪndʒ](https://es.youglish.com/pronounce/range/english?) | Square brackets are used to a list that can contain a range of values| 258 | |193 | array | arreglo | [əˈreɪ](https://es.youglish.com/pronounce/array/english?) | Arrays and lists share features| 259 | |194 | capabilities | capacidades | [ˌkeɪ.pəˈbɪl.ə.tis](https://es.youglish.com/pronounce/capabilities/english?) | Everyone has the capability of writing python code but you need to develop the ability to do so| 260 | |195 | Parameter | parametro | [pəˈræm.ɪ.tər](https://es.youglish.com/pronounce/Parameter/english?) | The function takes a string parameter as input| 261 | |196 | Probably | probablemente | [ˈprɒb.ə.bli](https://forvo.com/search/probably/) | There’s probably a bug in the code| 262 | |197 | expect | esperar // a la expectativa | [ɪkˈspekt](https://youglish.com/pronounce/expect/english?) | I expect the function returns a true value| 263 | |198 | agency | autonomía | [ˈeɪ.dʒən.si](https://forvo.com/search/agency/) | My department has full agency over the project| 264 | |199 | lend/borrow | dar en préstamo // tomar en préstamo | [ˈbɒr.əʊ](https://youglish.com/pronounce/borrow/english?) | I’ll lend you my headset if I can borrow your camera| 265 | |200 | loop | bucle | [luːp](https://forvo.com/search/loop/) | We use loops to iterate through lists| 266 | |201 | come out | resultado | [kʌmaʊt](https://youglish.com/pronounce/come%20out/english?) | The boolean value came out as false| 267 | |202 | hold | contener | [həʊld](https://forvo.com/search/hold/) | he variable holds a fixed value| 268 | |203 | implementation | implementación | [ˌɪm.plɪ.menˈteɪ.ʃən](https://youglish.com/pronounce/implementation/english?) | Implementation will take us the whole week| 269 | |204 | store | almacenar | [stɔːr](https://forvo.com/search/store/) | This function will store a tuple| 270 | |205 | default | por defecto | [dɪˈfɒlt](https://forvo.com/search/default/) | By default Python includes some built in functions/ Python understands by default that you are declaring a tuple when using parenthesis instead of square brackets| 271 | |206 | How to | Cómo hacer | [haʊtuː](https://es.youglish.com/pronounce/How%20to/english?) | Mosh taught us how to code a calculator| 272 | |207 | Know how | la experiencia/ el expertise | [noʊhaʊ](https://es.youglish.com/pronounce/Know%20how/english?) | Now we have primitive know how on Python| 273 | |208 | How about you? | Qué hay de ti? Y tú? | [haʊəˈbaʊtjuː](https://es.youglish.com/pronounce/How%20about%20you%3F/english?) | I’m a self-taught developer, how about you?| 274 | |209 | Sequence | Secuencia | [ˈsiː.kwəns](https://es.youglish.com/pronounce/Sequence/english?) | The software developer implemented a sequence of steps to automate the data backup process.| 275 | |210 | Supply | suministro | [səˈplaɪ](https://es.youglish.com/pronounce/Supply/english?) | The procurement department ensured an uninterrupted supply of computer components for the upcoming hardware upgrade project.| 276 | |211 | Odd | impar o extraño | [ɒd](https://es.youglish.com/pronounce/Odd/english?) | The IT technician noticed an odd pattern of network traffic that required further investigation to identify the source.| 277 | |212 | Tuples | tuplas: used to store multiple items in a single variable | [ˈtjuːpəl](https://es.youglish.com/pronounce/Tuples/english?) | The database query returned a set of tuples containing the relevant customer information, ready for further analysis.| 278 | |213 | occurrences | las veces que sucede | [əˈkʌr.əns](https://es.youglish.com/pronounce/occurrences%20/english?) | The log file analysis revealed multiple occurrences of the error message, indicating a potential issue with the server configuration.| 279 | |214 | accidentally | accidentalmente | [ˌæk.sɪˈden.təl.i](https://es.youglish.com/pronounce/accidentally/english?) | One of the developers accidentally deleted a critical file, but the IT team swiftly recovered it from the backup.| 280 | |215 | completion | completar | [kəmˈpliː.ʃən](https://es.youglish.com/pronounce/completion/english?) | The software development project is nearing completion, with only a few minor tasks remaining before the final release.| 281 | |217 | interested | interesado | [ˈɪn.tres.tɪd](https://es.youglish.com/pronounce/interested/english?) | The IT department is actively seeking talented and motivated individuals who are interested in joining the team.| 282 | |218 | resume | currículum | [rɪˈzjuːm](https://es.youglish.com/pronounce/resume/english?_) | Before considering a candidate for the IT position, the hiring manager carefully reviews their resume to evaluate their qualifications and experience.| 283 | |219 | a few fries short of a happy meal | te faltan 10 centavos pal peso, no le sube agua al tinaco, le falta un tornillo | [əfjufraɪzʃɔrtəvəˈhæpimil](https://es.youglish.com/pronounce/a%20few%20fries%20short%20of%20a%20happy%20meal%20/english?) | I'm sorry, but that programmer seems to be a few fries short of a happy meal when it comes to understanding basic coding concepts.”| 284 | |220 | display | desplegar/ pantalla | [dɪˈspleɪ](https://es.youglish.com/pronounce/display/english?) | the function print displays a result| 285 | |221 | even | even number es un número par,también hace referencia a la palabra “aunque” y “parejo” “plano” | [ˈiː.vən](https://es.youglish.com/pronounce/even/english?) | the modulus 2 of an even number is zero// Even a novice knows that!| 286 | |222 | hint | pista | [hɪnt](https://es.youglish.com/pronounce/hint/english?) | In Pycharm the errors give you hints| 287 | |223 | reminder | recordatorio | [rɪˈmaɪn.dər](https://es.youglish.com/pronounce/reminder%20/english?) | The IT team sends out regular email reminders to all employees, reminding them to update their passwords for improved security.| 288 | |224 | remainder | residuo | [rɪˈmeɪn.dər](https://es.youglish.com/pronounce/remainder/english?) | After dividing the workload evenly among team members, there was a remainder of tasks that required additional attention and allocation.| 289 | |225 | remember | recordar | [rɪˈmem.bər](https://es.youglish.com/pronounce/remember/english?) | As a best practice, IT professionals should remember to regularly back up important data to prevent loss in case of system failures or security breaches.| 290 | |226 | remembrance | remembranza | [rɪˈmem.brəns](https://es.youglish.com/pronounce/remembrance/english?) | The company organized a special event in remembrance of the IT team's accomplishments and contributions throughout the year.| 291 | |227 | backend | lo que pasa tras bambalinas | [ˌbæk.end](https://youglish.com/pronounce/backend/english?) | Today we were mentored by a professional backend developer| 292 | |228 | ruby on rails | ruby= rubí =programming language | [ˈruːbiɒnreɪlz](https://youglish.com/pronounce/ruby%20on%20rails/english?) | luckily our guest today didn’t ask us about ruby on rails| 293 | |229 | mentorship | rails= rieles = es el framework | [ˈmɛntərʃɪp](https://youglish.com/pronounce/mentorship/english?) | You can get a mentorship with Luis if you send him a DM| 294 | |230 | mentee | mentoria | [menˈtiː](https://forvo.com/search/mentee/) | Luis has lots of successful mentees in his program| 295 | | | | mentoreado | | | 296 | | | engineer | ingeniero | [ˌen.dʒɪˈnɪər](https://youglish.com/pronounce/engineer/english?) | We need to engineer a solution to long queues at the airport| 297 | |231 | entry level position | posición de principiante | [ˈɛntriˈlɛvəlpəˈzɪʃən](https://youglish.com/pronounce/entry%20level%20position/english?) | We’ve just applied to get an entry level position, but we didn’t get it| 298 | |232 | test cases | casos de prueba | [tɛstˈkeɪsɪz](https://youglish.com/pronounce/test%20cases/english?) | Developers meticulously design and execute test cases to ensure the robustness and reliability of their software applications.| 299 | |233 | legacy code | código de legado/heredado | [ˈleɡəsikoʊd](https://youglish.com/pronounce/legacy%20code/english?) | refactoring the legacy code improves its performance| 300 | |234 | amongst | etre pero no en medio | [əˈmʌŋst](https://forvo.com/search/amongst/) | Python is a very popular language amongst developers, mathematicians, data scientis| 301 | |235 | mathematician | mátematicos | [ˌmæθ.əm.əˈtɪʃ.ən](https://forvo.com/search/mathematician/) | Mathematicians help write better code| 302 | |236 | special | especial | [ˈspeʃ.əl](https://forvo.com/search/special/) | Make sure your password has at least one special character| 303 | |237 | less time | menos tiempo | [lɛstaɪm](https://youglish.com/pronounce/less%20time/english?) | A “hello world” in python woudl take less time than in C++| 304 | |238 | fewer lines | menos (más poquitas) líneas | [ˈfjuːərlaɪnz](https://youglish.com/pronounce/fewer%20lines/english?) | When you use OOP you write fewer lines of code| 305 | |29 | solve | solucionar | [sɒlv](https://forvo.com/search/solve/) | I have to solve a LeetCode problem in my next job interview| 306 | |240 | complex | complejo | [ˈkɒm.pleks](https://forvo.com/search/complex/) | Twitter’s algorithm is getting kind of complex| 307 | |241 | refactoring | refactorización | [riˈfæktərɪŋ](https://forvo.com/search/refactoring/) | The software has become difficult to maintain. We need to do some serious refactoring to improve the code's readability and structure| 308 | |242 | machine | maquina | [məˈʃiːn](https://forvo.com/search/machine/) | Machine learning is the future| 309 | |243 | in fact/actually/indeed | de hecho | [ɪnˈdiːd](https://forvo.com/search/indeed/) | Ifact AI will revolutionize tech industry| 310 | |244 | desirable | deseable | [dɪˈzaɪə.rə.bəl](https://forvo.com/search/desirable/) | A latin american full stack developer with B2 English is extremely desirable| 311 | |245 | high level language- low level language | lenguaje de alto nivel -lenguaje de bajo nivel | [haɪˈlɛvəlˈlæŋɡwɪdʒ](https://youglish.com/pronounce/high%20level%20language/english?) | GO, Python and C# are high level languages| 312 | |246 | cross-platform | multi-plataforma | [krɒsˈplæt.fɔːrm](https://youglish.com/pronounce/cross%20platform/english?) | Python is a cross-platform language| 313 | |247 | it’s likely | Es probable | [ɪtsˈlaɪkli](https://youglish.com/pronounce/it%27s%20likely/english?) | It’s likely that your dream job will require an English interview| 314 | |248 | outdated | desactualizado | [ˌaʊtˈdeɪ.tɪd](https://forvo.com/search/outdated/) | Using outdated software would probably get you security issues| 315 | |249 | obsolete | obsoleto | [ˌɒb.səlˈiːt](https://forvo.com/search/obsolete/) | They claim php is obsolete| 316 | |250 | taught | enseñó | [tɔːt](https://forvo.com/search/taught/) | Mosh taught us the importance that an average python dev earns something around 115k in the US| 317 | |251 | latest | el más reciente | [ˈleɪ.tɪst](https://forvo.com/search/latest/) | have you seen Elon’s latest tweet?| 318 | |252 | fill out/fill in | llenar/completar | [fɪlaʊt](https://youglish.com/pronounce/fill%20out/english?) | Fill out the following form| 319 | | | ||| you have to fill in every blank| 320 | |253 | high-paying | bien remunerado | [haɪpeɪɪŋ](https://youglish.com/pronounce/high%20paying/english?) | You won’t get a high-paying job if you don’t get out of your comfort zone| 321 | |254 | lasting | duradero | [ˈlɑː.stɪŋ](https://forvo.com/search/lasting/) | A single data breach can have lasting consecuences in your organization| 322 | |255 | get stuck | atorarse | [ɡɛtstʌk](https://youglish.com/pronounce/get%20stuck/english?) | as a developer it’s important to reach out to the community whenever you get stuck| 323 | |256 | head over | dirigirse | [hɛdˈoʊvər](https://youglish.com/pronounce/head%20over/english?) | head over to codigo facilito site to enroll to our latest bootcamp| 324 | |257 | under | en tal sección | [ˈʌn.dər](https://forvo.com/search/under/) | Create a new folder under the word file| 325 | |258 | make sure | asegurate | [meɪkʃʊr](https://youglish.com/pronounce/make%20sure/english?) | Make sure you have the latest Python version| 326 | |259 | otherwise | de lo contrario | [ˈʌð.ə.waɪz](https://forvo.com/search/otherwise/) | Always initialize your variables; otherwise, you might encounter unexpected behavior in your code| 327 | |260 | verify | verifica | [ˈver.ɪ.faɪ](https://forvo.com/search/verify/) | Open a terminal to verify what Python version you have| 328 | |261 | interpreter | interprete | [ɪnˈtɜː.prə.tər](https://forvo.com/search/interpreter/) | Python uses an interpreter to execute its code line by line| 329 | |262 | debugging | arreglar el bug | [ˌdiːˈbʌg](https://forvo.com/search/debugging/) | Debugging is an essential process in programming that involves identifying and removing errors from code| 330 | |263 | for both | tanto para uno como el otro | [fɔrboʊθ](https://youglish.com/pronounce/for%20both/english?) | For both Mac and PC you need to install the most recent version of VS Code| 331 | |264 | panel | panel | [ˈpæn.əl](https://forvo.com/search/panel/) | The developer designed a user-friendly control panel within the software to allow clients to easily manage their system settings.| 332 | |265 | called it | Lo sabía, lo supuse (idiomatic expression) | [kɔldɪt](https://youglish.com/pronounce/called%20it/english?) | terminator called it| 333 | |266 | back and forth | ir y venir | [bækəndfɔrθ](https://youglish.com/pronounce/back%20and%20forth/english?) | you don’t need to go back and forth between VS Code and the terminal because it is built in| 334 | |267 | IDE | Integrated development enviroment | [aɪdiːiː](https://youglish.com/pronounce/IDE/english?) | An IDE is a software that helps developer write code| 335 | |268 | start from scratch | empezar desde cero | [stɑrtfrəmskrætʃ](https://youglish.com/pronounce/start%20from%20scratch/english?) | With ChatGPT you don’t need to start from scratch| 336 | |269 | linting | lintear | [lɪntɪŋ](https://youglish.com/pronounce/linting/english?) | Linting is an essential process that helps you identify errors before they turn into bugs| 337 | |270 | plug in | extensión | [plʌɡɪn](https://youglish.com/pronounce/plug%20in/english?) | VS has a lot of useful plug ins| 338 | |271 | autocompletion | autocompletar | [ɔtoʊkəmpliˈʃən](https://youglish.com/pronounce/autocompletion/english?) | Autocompletion can save us some time| 339 | |272 | unit testing | pruebas unitarias | [juːnɪtˈtɛstɪŋ](https://youglish.com/pronounce/unit%20testing/english?) | The validtion of individual units of code is called unit testing| 340 | |273 | behavior | comportamiento | [bɪˈheɪ.vjər](https://forvo.com/search/behavior/) | Good software behavior is characterized by robust performance| 341 | |274 | fashion | estilo/modo/manera | [ˈfæʃ.ən](https://forvo.com/search/fashion/) | Having a fashion-forward mindset means embracing innovative approaches| 342 | |275 | snippets | cortes | [ˈsnɪp.ɪts](https://forvo.com/search/snippets/) | In software development, code snippets are small blocks of reusable code that developers can plug into a program to perform a specific function.| 343 | |276 | linter | linteador | [ˈlɪntər](https://youglish.com/pronounce/linter/english?) | A cohesive team uses the same linter for best practices| 344 | |277 | caller function | función que llama | [ˈkɔlərˈfʌŋkʃən](https://youglish.com/pronounce/caller%20function/english?) | The caller function is responsible for initiating the execution of a specific subroutine in an IT system| 345 | |278 | palette | paleta (de herramientas) | [ˈpæl.ət](https://forvo.com/search/palette/) | Command palette allows you to quickly look for commands| 346 | |279 | HUD | Heads Up Display/ pantalla de datos | [heɪjuːdiː](https://youglish.com/pronounce/HUD/english/uk?) | Heads up display gives the user useful information| 347 | |280 | Enhancement | Una mejora | [ɪnˈhɑːns.mənt](https://forvo.com/search/enhancement/) | The latest software update includes several performance enhancements for faster data processing.| 348 | |281 | PEP | Python Enhancement Proposal | [piːiːpiː](https://youglish.com/pronounce/PEP/english/uk?) | The implementation of Python Enhancement Proposal 523 has greatly improved the efficiency and security| 349 | |282 | Look | Mira (enfocado) | [Look](https://forvo.com/search/look/) | Look at your terminal for information about errors.| 350 | |283 | See | Ver (unconciously) | [siː](https://forvo.com/search/see/) | Programmers often see their code come to life.| 351 | |284 | Amongst | Entre | [əˈmʌŋst](https://forvo.com/search/amongst/) | Amongst programmers is widely use.| 352 | |285 | Bunch of rules | Un bonche, un montón, un puño | [bʌntʃʌvrulz](https://youglish.com/pronounce/bunch%20of%20rules/english?) | Python has a bunch of rules.| 353 | |286 | Conventions | Estandares | [kənˈven.ʃən](https://forvo.com/search/conventions/) | PEPs help developers follow conventions.| 354 | |287 | Throughout | A través, a lo largo y ancho. | [θruːˈaʊt](https://forvo.com/search/throughout/) | Throughout your career you’ll need English.| 355 | |288 | Import | Importar (importación) no confundir con importancia | [ɪmˈpɔːt](https://forvo.com/search/import/) | The IT department needs to import the latest software updates for enhanced security.| 356 | | | ||| Self motivation is important for any tech job.| 357 | |289 | job vs work | job = puesto, tareas | [dʒɒbviːwɜːrk](https://youglish.com/pronounce/job%20and%20work/english/uk?) | Before deploying the update, we must thoroughly test our code to ensure all components work as intended in the software development process.| 358 | |290 | Machine | máquina | [məˈʃiːn](https://forvo.com/search/machine/) | We need to repair a machine in the server room| 359 | |291 | languages | lenguajes | [ˈlæŋ.gwɪdʒ](https://forvo.com/search/languages/) | Mosh said that developers can agree on a single OS or a single programming language| 360 | |292 | compiler | compilador | [kəmˈpaɪlər](https://forvo.com/search/compiler/) | The compiler translates the high-level programming code into machine language that the computer can understand.| 361 | |293 | interpreter | interprete | [ɪnˈtɜː.prə.tər](https://forvo.com/search/interpreter/) | The Python interpreter converts and executes each line of code in real-time| 362 | |294 | kicks in | arrancar/ activar | [kɪksɪn](https://youglish.com/pronounce/kicks%20in/english/uk?) | when you write to a chatbot an automatic response kicks in| 363 | |295 | load | carga | [ləʊd](https://forvo.com/search/load/) | The programmer had to debug the issue when the software failed to load the required libraries correctly| 364 | |296 | kick off | iniciar | [kɪkɔf](https://youglish.com/pronounce/kick%20off/english/uk?) | The development team will kick off the project by conducting a comprehensive analysis of the system requirements.| 365 | |297 | JVM | Máquina virtual Java | [ˌdʒeɪˌviːˈɛm](https://youglish.com/pronounce/JVM/english/uk?) | The Java Virtual Machine (JVM) is responsible for executing Java bytecode and providing a platform-independent runtime environment for Java applications.| 366 | |298 | Byte vs Bite | Byte vs Bite | [baɪtvəsbaɪt](https://youglish.com/pronounce/Byte/english/uk?) | The file size is measured in bytes, with each byte representing a unit of digital information.| 367 | |299 | Let you know | te lo haré saber | [lɛtjʊnoʊ](https://youglish.com/pronounce/Let%20you%20know/english/uk?) | Once the software update is complete, I will let you know so that you can test the new features and improvements.| 368 | |300 | scenarios | escenarios | [sɪˈnɑː.ri.əʊ](https://forvo.com/search/scenarios/) | The IT team conducted various testing scenarios to ensure the system's performance and functionality under different conditions.| 369 | |301 | tasks | tareas | [tɑːsk](https://forvo.com/search/tasks/) | The project management software allows users to assign, track, and prioritize tasks for efficient collaboration within the IT team.| 370 | |302 | primitive type | tipo primitivo | [ˈprɪmɪtɪvtaɪp](https://youglish.com/pronounce/primitive%20type/english/uk?) | Boolean, string, integers, and float are primitve values in Python| 371 | |303 | Merged | fusión | [mɜːdʒ](https://forvo.com/search/merged/) | We can merge the database to consolidate the data| 372 | |304 | fixed | arreglar/fijar | [fɪkst](https://forvo.com/search/fixed/) | The developer fixed the bug| 373 | | | ||| I fixed the types of variables at the begging when I use C#| 374 | |305 | helped | ayudó/ ayudé | [hɛlpt](https://forvo.com/search/helped/) | The suppport team helped me log into my account| 375 | |306 | coordinates | cordina/coordenadas | [kəʊˈɔː.dɪ.neɪt](https://forvo.com/search/coordinates/) | The system administrator used the precise coordinates to pinpoint the ecat location of the network issue.| 376 | |307 | equivalent | equivalente | [ɪˈkwɪv.əl.ənt](https://forvo.com/search/equivalent/) | My company replaced my computer with one of equivalent processing power| 377 | |308 | initialized | inicializado | [ɪˈnɪʃ.əl.aɪz](https://forvo.com/search/equivalent/) | The server was succesfully initialized.| 378 | |309 | set | establecer | [set](https://forvo.com/search/set/) | Let’s set a variable| 379 | |310 | dynamic | dinámico | [daɪˈnæm.ɪk](https://forvo.com/search/dynamic/) | The dynamic allocation of computing resources allows for efficient scaling| 380 | |311 | typing | teclear | [ˈtaɪ.pɪŋ](https://forvo.com/search/typing/) | My typing speed is a hundred words perd minute| 381 | |312 | typo | un error de dedo | [ˈtaɪpoʊ](https://forvo.com/search/typo/) | Carlos can type 300 wpm but 200 are typos| 382 | |313 | static | Estático | [ˈstæt.ɪk](https://forvo.com/search/static/) | C#, C++, and Java are static languages| 383 | |314 | determine | determinar | [dɪˈtɜː.mɪn](https://forvo.com/search/determine/) | The IT department will conduct a thorough investigation to determine the cause of the network outage.| 384 | |315 | hover | flotar | [ˈhɒv.ər](https://forvo.com/search/hover/) | When you hover your mouse cursor over the icon, a tooltip will appear with additional information about the function.| 385 | |316 | instances | instancias | [ˈɪn.stəns](https://forvo.com/search/instances/) | The cloud service allows users to create multiple instances of virtual machines to meet their computing needs.| 386 | |317 | take away | sacar, aprender | [teɪkəˈweɪ](https://youglish.com/pronounce/take%20away/english/uk?) | One of the key takeaways from the IT conference was the importance of implementing robust cybersecurity measures to protect sensitive data.| 387 | |318 | take out | comida para llevar | [teɪkaʊt](https://youglish.com/pronounce/take%20out/english/uk?) | I often order take out.| 388 | |319 | at run time | al momento de correr | [ætrʌntaɪm](https://youglish.com/pronounce/at%20run%20time/english?) | The program dynamically adjusts its behavior at run time based on user inputs and system conditions.| 389 | |320 | hinting | insinuar | [hɪntɪŋ](https://forvo.com/search/hinting/) | The IDE's code editor provides helpful hinting by suggesting possible function names as I type, improving my coding efficiency.| 390 | |321 | label | etiqueta/ nombrar | [ˈleɪ.bəl](https://youglish.com/pronounce/label/english?) | Make sure to properly label variables for code readability| 391 | |322 | references | hacer referencia | [ˈrɛfərənsɪz](https://forvo.com/search/references/) | The code is cleaner now with fewer references to outdated libraries| 392 | |323 | garbage | basura | [ˈgɑː.bɪdʒ](https://youglish.com/pronounce/garbage/english?) | In Python, the garbage collector frees up memory| 393 | |324 | trash | darle en su mouser | [træʃ](https://youglish.com/pronounce/trash%20it/english?) | In Python you can use the delete key to remove an object or send it to the trash| 394 | |325 | slot | espacio | [slɒt](https://youglish.com/pronounce/slot/english?) | The new application requires twice the memory slot capacity to perform efficiently.| 395 | |326 | RAM | Random acces memory | [ræm](https://forvo.com/search/RAM/) | The program's performance improved after upgrading the RAM| 396 | |327 | Mutable | mutable | [ˈmjuː.tə.bəl](https://forvo.com/search/mutable/) | In Python lists are mutable| 397 | |328 | Immutable | Inmutable | [ɪˈmjuː.tə.bəl](https://forvo.com/search/immutable/) | Strings and tuples| 398 | |329 | reusable | reutilizable | [ˌriːˈjuː.zə.bəl](https://youglish.com/pronounce/reusable/english?) | the software update includes reusable code| 399 | |330 | exclude | excluir | | Privacy settings allow de user to exclude certain contacts| 400 | |331 | take into account | tomar en cuenta | [teɪkˈɪntuəˈkaʊnt](https://youglish.com/pronounce/take%20into%20account/english?) | Take into account that Python string indexing starts at zero| 401 | |332 | sequence | sequencia | [ˈsiː.kwəns](https://forvo.com/search/sequence/) | The dev implemented a sequence of commands to automate the data backup process| 402 | |333 | interpreter | intérprete | [ɪnˈtɜː.prə.tər](https://forvo.com/search/interpreter/) | The software engineer developed an interpreter to excute and translate the code| 403 | |334 | at the beging/in the beginig | al principio at= sin dram in= con drama | [ɪnðəbɪˈɡɪnɪŋ](https://youglish.com/pronounce/in%20the%20begining/english?) | at the beging of the code you can find the libraries| 404 | |335 | just before | justo antes | [dʒʌstbɪˈfɔr](https://youglish.com/pronounce/just%20before/english?) | the system crashed just before I was able to save| 405 | |336 | for whatever reason | como haya sido | [fɔrwʌˈɛvərˈriːzən](https://youglish.com/pronounce/for%20whatever%20reason/english?) | For whatever reason my code doesn’t run| 406 | |337 | borrow/lend | tomar prestado/prestar | [ˈbɒr.əʊ](https://forvo.com/search/borrow/) | My colleague borrowed my computer to test his code| 407 | |338 | backlash | consecuencia | [ˈbæk.læʃ](https://forvo.com/search/backlash/) | Te backlash of a weak password may be a compromise in the network.| 408 | |339 | backslash | diagonal invertida | | Remember to use backslash, not the regular slash| 409 | |340 | depending on | depende de | [dɪˈpɛndɪŋɒn](https://youglish.com/pronounce/depending%20on/english?) | Depending on the salary, I may take the job offer| 410 | |341 | escape character | | [ɪˈskeɪpˈkærɪktər](https://youglish.com/pronounce/escape%20character/english?) | After reviewing the server logs, we are certain that the system outage was caused by a DDoS attack.Backslash n is an escape character| 411 | |342 | few other | unos cuantos otros | [fjuˈʌðər](https://youglish.com/pronounce/few%20other/english?) | Besides Python, a few other programming languages are case sensitive.| 412 | |343 | prefix | prefijar | [ˈpriː.fɪks](https://forvo.com/search/prefix/) | You can prefix the value of a variable.| 413 | |344 | not quite | no exactamente | [nɒtkwaɪt](https://youglish.com/pronounce/not%20quite/english?) | Apple vision is not quite affordable yet.| 414 | |345 | quiet | callado | [ˈkwaɪ.ət](https://forvo.com/search/quiet/)| I college I was very quiet.| 415 | |346 | Strip | despojar | [strɪp](https://forvo.com/search/strip/) | We can use the strip method to get rid of white spaces| 416 | |347 | get rid | deshacerse | [ɡɛtrɪd](https://youglish.com/pronounce/get%20rid/english?) | We need to get rid of the legacy code that's slowing down our software development process| 417 | |348 | white space | espacio en blanco | [waɪtspeɪs](https://youglish.com/pronounce/white%20space/english?) | white spaces improve readbility in software development| 418 | |349 | are gone | se fueron/ ya no existen | [ərɡɒn](https://youglish.com/pronounce/are%20gone/english?) | The older versions of our software are gone; we have upgraded to a much more efficient system| 419 | |350 | remainder | residuo de una división | [rɪˈmeɪn.dɚ](https://forvo.com/search/remainder/) | After dividing the large dataset into smaller batches, there was a remainder of 10 data points| 420 | |351 | unlike | improbable/ A DIFERENCIA DE | [ʌnˈlaɪk](https://forvo.com/search/unlike/) | Python unlike java script doesn’t use ++ operator| 421 | |352 | array | arreglo | [əˈreɪ](https://forvo.com/search/array/) | | 422 | |353 | type conversion | tipado de datos | [taɪpkənˈvɜrʒən](https://youglish.com/pronounce/type%20conversion/english?) | Type conversation is the key to transform data for 1 format to another| 423 | |354 | outcome | lo que arroje (resultado) | [ˈaʊt.kʌm](https://forvo.com/search/outcome/) | If you are not explicit with your type you can get several outcomes| 424 | |355 | strongly typed | tipado fuerte | [ˈstrɒŋlitaɪpt](https://youglish.com/pronounce/strongly%20typed/english?) | Strongly typed languages enforce strict data type checking| 425 | |356 | weakly typed | tipado debil | [ˈwiːklitaɪpt](https://youglish.com/pronounce/weakly%20typed/english?) | In a weakly typed programming language, variables can dynamically change their data type| 426 | |357 | truthy | truthsy | [ˈtruːθi](https://youglish.com/pronounce/truthy%20value/english?) | Any other value including the string false is a truthsy value| 427 | |358 | falsy | falsy | [ˈfɔːlsi](https://youglish.com/pronounce/falsy%20value/english?) | In Python the values 0, “”, null are considered falsy, false, Nan| 428 | |359 | empty | vacío | [ˈemp.ti](https://forvo.com/search/empty/) | In Python, you can check if a list is empty using the len() function| 429 | |360 | null | nulo | [nʌl](https://forvo.com/search/null/) | Null indicates the abscence of a value| 430 | |361 | non/not/no | no | [ˌnɒn](https://forvo.com/search/non/) | No, not every non-trivial software development task can be completed quickly.”| 431 | |362 | chaining | encadenar | [ˈʧeɪnɪŋ](https://forvo.com/search/chaining/) | | 432 | |363 | Ternary | ternario | [tɝː.nər.i](https://forvo.com/search/ternary/) | a ternary operation can be used to simplify the conditional statement in the code| 433 | |364 | loop over | recorrer | [luːpˈoʊvər](https://youglish.com/pronounce/loop%20over/english?) | Python will loop over the list a couple times| 434 | |365 | iterable | iterable | [ˈɪtərəbl̩](https://forvo.com/search/iterable/) | | 435 | |366 | terminate a line | teminar una línea | [ˈtɛrmɪˌneɪtəlaɪn](https://youglish.com/pronounce/terminate%20a%20line/english?) | in Python we terminate lines| 436 | |367 | comment out | comentar/ deshabilitar una sección de código | [ˈkɒmɛntaʊt](https://youglish.com/pronounce/comment%20out/english?) | If you need to leave out some code sometimes it is better to comment it out instead of deleating| 437 | |368 | escape method | método de escape | [ɪˈskeɪpˈmɛθəd](https://youglish.com/pronounce/escape%20method/english?) | To avoid long loops you can use an escape method such as break| 438 | |369 | flag | destacar, indicador | [flæɡ](https://forvo.com/search/flag/) | Using flags while coding can help you get a better understanding of what is happening| 439 | |370 | range object | objeto de rango | [reɪndʒˈɒbdʒɪkt](https://youglish.com/pronounce/range%20object/english?) | A range object takes up less memory than a list| 440 | |371 | optional argument | argumental opcional | [ˈɒpʃənlˈɑːɡjʊmənt](https://youglish.com/pronounce/optional%20argument/english?) | step is an optional argument| 441 | |372 | take up | consumir/ diferente de solo tomar | [teɪkʌp](https://youglish.com/pronounce/take%20up/english?) | The last update takes up 500 MB| 442 | |373 | code snippet | recorte de código | [koʊdsnɪpɪt](https://youglish.com/pronounce/snippet/english) | I just found a helpful code snippet that simplifies error handling in our Python project| 443 | |374 | function parameter | parámetro de función | [ˈfʌŋkʃənpəˈræmɪtər](https://youglish.com/pronounce/function%20parameter/english?) | by is a parameter of the function increment| 444 | |375 | terminate | terminar | [ˈtɜːrmɪneɪt](https://forvo.com/search/terminate/) | Don't forget to terminate your line with a colon| 445 | |376 | tuple | tupla | [ˈtuːpəl](https://forvo.com/search/tuple/) | In Python tuples are immutable| 446 | |377 | overhead | | [ˈoʊ.vɚ.hed](https://forvo.com/search/overhead/) | | 447 | |378 | hint | pista | [hɪnt](https://forvo.com/search/hint/) | Linters give hints on how to apply the best practice while coding| 448 | |379 | arbitrary | arbitrario | [ˈɑːr.bə.trer.i](https://forvo.com/search/arbitrary/) | | 449 | |380 | so far so good | hasta aquí todo bien | [soʊ fɑr soʊ ɡʊd](https://youglish.com/pronounce/so%20far%20so%20good/english?) | What’s the status of our project?| 450 | | | ||| So far so good| 451 | |381 | however | sin embargo | [ˌhaʊˈev.ɚ](https://forvo.com/search/however/) | The software update improved performance however it introduced new bugs| 452 | |382 | lecture | clase (expositiva) | [ˈlek.tʃɚ](https://forvo.com/search/lecture/) | Mosh was our lecturer for today| 453 | |383 | defining | definir/ | [dɪˈfaɪ.nɪŋ](https://forvo.com/search/defining/) | Defining function signatures is essential| 454 | |384 | dictionary | diccionario | [ˈdɪk.ʃən.er.i](https://forvo.com/search/dictionary/) | A dictionary is a versatile data structure that allows you to store and retrieve key-value pairs efficiently| 455 | |385 | finish up | terminar algo | [ˈfɪnɪʃʌp](https://youglish.com/pronounce/finish%20up/english?) | Let me finish up this code| 456 | |386 | scope/ block level | scope = alcance | [blɒkˈlɛvəl](https://youglish.com/pronounce/block%20level/english?) | block-level scope defines the visibility of and accessibility of variables within a specific code block| 457 | | | | block level = a un nivel de bloque | | | 458 | |387 | no matter what | | [noʊˈmætərwʌt](https://youglish.com/pronounce/no%20matter%20what/english?) | | 459 | |388 | from top to bottom | | [frɒmtɒptuˈbɒtəm](https://youglish.com/pronounce/from%20top%20to%20bottom/english?) | | 460 | |389 | rely | | [rɪˈlaɪ](https://forvo.com/search/rely/) | | 461 | |390 | shortcuts | atajos | [ˈʃɔːrt-](https://forvo.com/search/shortcut/) | professional devs use shortcuts only| 462 | |391 | JSON | Java Script Object Notation | [ˈdʒeɪsən](https://youglish.com/pronounce/json/english?) | when you start debugging vscode generates a JSON file| 463 | |392 | step into | adentrarse | [stɛpˈɪntu](https://youglish.com/pronounce/step%20into/english?) | Let’s step into the function| 464 | |393 | cursor | cursor | [ˈkɝː.sɚ](https://forvo.com/search/cursor/) | When I hover my cursor over this button it does nothing| 465 | |394 | Alt | | [ælt](https://youglish.com/pronounce/alt/english?) | Press alt slash to comment code| 466 | |395 | Control | | [kənˈtroʊl](https://forvo.com/search/control/) | Press ctrl and click to select multiple items| 467 | |396 | Shift | | [ʃɪft](https://forvo.com/search/shift/) | You can keep shift pressed to highlight text| 468 | |397 | Slash | Diagonal | [slæʃ](https://forvo.com/search/slash/) | Use slash at the end of the url to indicate the end of the adress| 469 | |398 | toggle | cambiar | [ˈtɑː.ɡəl](https://forvo.com/search/toggle/) | Tggle night mode to let your eyes rest| 470 | |399 | Hold on | dejar presionado | [hoʊldɒn](https://youglish.com/pronounce/hold%20on/english?) | Hold on ctrl and left key arrow to go to the begin of the line| 471 | |400 | algorithm | algoritmo | [ˈæl.ɡə.rɪ.ðəm](https://forvo.com/search/algorithm/) | The youtube algorithm penalizes you for using a third party streaming service| 472 | |401 | divisible | divisible | [dɪˈvɪz.ə.bəl](https://forvo.com/search/divisible/) | this challenge will ask if a number is divisible by either 3, 5 or both| 473 | |402 | embedded | incrustado | [ɪmˈbed.ɪd](https://forvo.com/search/embedded/) | This site has an embedded video player.| 474 | |403 | zoom in | | [zumɪn](https://youglish.com/pronounce/zoom%20in/english?) | | 475 | |404 | zoom out | | [zumaʊt](https://youglish.com/pronounce/zoom%20out/english?) | | 476 | |405 | output | | [ˈaʊt.pʊt](https://forvo.com/search/output/) | | 477 | |406 | input | | [ˈɪn.pʊ](https://forvo.com/search/input/) | | 478 | |407 | version control | | [ˈvɜːrʒənkənˈtroʊl](https://youglish.com/pronounce/version%20control/english?) | | 479 | |408 | squiggly lines | | [ˈskwɪɡlilaɪnz](https://youglish.com/pronounce/squiggly%20lines/english?) | | 480 | |409 | identify | | [aɪˈden.t̬ə.faɪ](https://forvo.com/search/identify/) | | 481 | |410 | key value pair | | [kiˈvæljuːpeər](https://youglish.com/pronounce/key%20value%20pair/english?) | A Key value pair is a fundamental data structure that consists of a key and its value.| 482 | |411 | surrounded by quotation marks | entre comillas | [səˈraʊndɪdbaɪkwəˈteɪʃənmɑːrks](https://youglish.com/pronounce/surrounded%20by%20quotation%20marks/english?) | Write your strings surrounded by quotation marks| 483 | |412 | certain | Certero, preciso | [ˈsɝː.tən](https://forvo.com/search/certain/en/){:target="_blank"} |After reviewing the server logs, we are certain that the system outage was caused by a DDoS attack. | 484 | |413 | pass in | | | | 485 | |414 | stands for | | | | 486 | |415 | NDA | | | | 487 | |416 | refactoring | | | | 488 | |417 | line up | | | | 489 | |418 | pass in | | | | 490 | |419 | try outeets | | | | 491 | |420 | Milestone |Evento important en tu vida |[ˈmaɪlstoʊn](https://forvo.com/search/milestone/){:target="_blank"} |Meeting the first milestone accelerated our software project's progress from design to coding. | 492 | |421 | get up and running | | | | 493 | | | open source | | | | 494 | | | revert | | | | 495 | | | fork | | | | 496 | | | get set up | | | | 497 | | | local | | | | 498 | | | TOC table of content | | | | 499 | | | so to speak | | | | 500 | | | repositories | | | | 501 | | | click on | | | | 502 | | | aspect | | | | 503 | | | Fetch | | | | 504 | | | pull down | | | | 505 | | | commit | | | | 506 | | | push to origin | | | | 507 | | | command | comando| [kəˈmænd](https://forvo.com/search/command/) | Coding requires understanding the precise use of command syntax to execute desired functions efficiently| 508 | | | .py | dot pai| [dɒtpaɪ](https://youglish.com/pronounce/.py/english) | To automate the data analysis, we wrote a script in a .py file, which allowed us to process large datasets quickly and accurately| 509 | | | Hash mark| signo de gato| | | 510 | | | Unexpected| inesperado| | | 511 | | | Unindenteded| inesperado| | | 512 | | | Multi-line| inesperado| | | 513 | | | Bitwise| inesperado| | | 514 | | | Entire| inesperado| | | 515 | | | Escape| | | | 516 | | | cipher| cifrado | https://youglish.com/pronounce/cipher/english? | | 517 | --------------------------------------------------------------------------------