Activity
Mon
Wed
Fri
Sun
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
What is this?
Less
More

Owned by Anne Marie Phuong

Our Data Community is a welcoming space for learners and enthusiasts of all levels to come together, share knowledge, and grow their coding skills.

Memberships

Skoolers

177.4k members • Free

12 contributions to Practical Python for Career Up
To install before the next class
Please install these tools on your computer, we will use them in the next class VSCode: https://code.visualstudio.com/download Python (3.14): https://www.python.org/downloads/ Thank you!
0
0
You might want to take a look at: Web Scraping
Scraping data from a real website and create a DataFrame from in - another source for your dataset
1
0
You might want to take a look at: Web Scraping
You might want to take a look at: Regex
Regular expressions (regex) are a powerful tool for matching, searching, and manipulating text based on patterns. They allow you to quickly find, validate, or extract specific pieces of information from large amounts of text, making them invaluable for tasks like data validation, text processing, and automation.​ Why Regex is Useful - Efficiency: Regex can process and filter large datasets much faster than manual string operations, especially for repetitive or complex patterns.​ - Versatility: They work across many programming languages and are widely used for validating inputs (like emails or phone numbers), searching within files, and replacing text.​ - Automation: Regex helps automate tedious tasks such as cleaning up data, extracting specific information, or ensuring user input follows a required format.​ - Consistency: The syntax is consistent across languages, so once you learn regex, you can use it in Python, JavaScript, PHP, and more.​ Practical Examples - Validating that an email address or phone number is correctly formatted before storing it in a database.​ - Searching through log files to find specific error messages or patterns.​ - Replacing all instances of a word or pattern in a document or codebase.
1
0
You might want to take a look at: Regex
1-10 of 12
Anne Marie Phuong Bouvard
2
10points to level up
@anne-marie-phuong-bouvard-6875
With a deep background in computer science, I build hands-on trainings to help ambitious professionals boost their careers with practical data skills

Active 2d ago
Joined Nov 15, 2025
Geneva