Node.js Crash Course Tutorial
What you will learn
What you will learn: Master the basics of Python Open and play files in lists Create loops to loop through each element of a dataset Retrieve and filter the elements you are interested in using slicing and Boolean operators Use dictionaries to count items in a dataset Create functions and automate our searches Use modules and classes in Python Simplify code using list comprehension Work with regular expressions to extract any kind of well-targeted words/texts in a dataset Work with dates to analyze trends by month or year Deal with concrete cases from the real world on projects In general, detect trends by exploring and analyzing a dataset
Whhy is the course different?
Why is this course different? This won't be a class where you stare at my code for hours. It's a course where you practice, put your hands in the code and manipulate the data yourself for hours. My goal is above all to give you the desire to thoroughly investigate datasets. After completing this course, you will be able to interact with any csv file, spot trends on any topic you are interested in So let's do that! Sign up today and start learning the basics of Python with real-world examples of data manipulation ! Who is this course for? Beginner in programming wishing to learn the basics of Python from A to Z Analysts wishing to discover Python applied to datascience Anyone wishing to start a career in Data Science Anyone curious about Data Science
Description
Hey gang, welcome to the first Node js tutorial from this crash course. To download Node.js go to https://nodejs.org/en/download/ and select either the windows or mac version.
Prerequisites