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

Memberships

Software Developer Academy

26.8k members • Free

Data Alchemy

37.5k members • Free

12 contributions to Data Alchemy
My solutions have sooo many lines of code :)
My solution: def is_valid_zip(zip_code): """Returns whether the input string is a valid (5 digit) zip code """ zip_len= len(zip_code) for l in zip_code: if l.isdigit() == False: return False if zip_len == 5: return True return False VS suggested : def is_valid_zip(zip_code): return len(zip_code) == 5 and zip_code.isdigit()
0 likes • Dec '24
Its obviation that my solutions seem to be much more long winded that the solutions provided.
Using kaggle on phone
Hi I am struggling to write code on my phone, when assigning variable and using print statement, please see below. Am I being dimb of does an iPhone keyboard not provide the correct notation?
Using kaggle on phone
1 like • Dec '24
I don't seem to have the correct quotation on the iPhone keyboard
1 like • Dec '24
@Jesus Miranda I removed that after. I ran the code through open ai and it stated that I am using the wrong speech marks. I am guessing that the iPhone keyboard does not have the correct options. Shame as I wanted to play with kaggle while on the move
Unlock New Courses at Level 3
Hey everyone, I just completed a new course for you: "Data Science Accelerator". This course will be unlocked, together with "Building Applications with LLMs" at level 3. How to level up? Just interact with the group, get likes and comments, and watch your level go up!
Unlock New Courses at Level 3
3 likes • Dec '24
Looking forward to climbing to level 3- four points to go
Welcome to Data Alchemy - Start Here
The goal of this group is to help you navigate the complex and rapidly evolving world of data science and artificial intelligence. This is your hub to stay up-to-date on the latest trends, learn specialized skills to turn raw data into valuable insights, connect with a community of like-minded individuals, and ultimately, become a Data Alchemist. Together, let's decode the language of data and shape a future where knowledge and community illuminate our way. Rules - Don't sell anything here or use Data Alchemy as any kind of funnel - We delete low effort community posts, and posts with poor English. Proofread your post first. - Help us make the posts high quality. If you see a low quality post, then click on the 3 dots on the post and "Report To Admins". Start by checking out these links - Classroom - Introduction - Roadmap - Contribution Be Aware of Scammers - Please be aware that this is a public group. Unfortunately, some people abuse the Skool platform to send DMs or post comments to trick people. This is the internet, so always do your own due diligence. Never automatically trust someone here on the Skool platform other than @Dave Ebbelaar's official account. To kick things off, please comment below, introducing yourself. Let us know: 1. Your name and where you're from 2. What project(s) you're currently focused on See you in the comments!
Welcome to Data Alchemy - Start Here
4 likes • Dec '24
@Joanne Low looking forward to see how you approach the the career change as I am in a similar situation,.. good luck and keep us posted
2 likes • Dec '24
@Matthew Graham good luck on your journey
Merry Christmas! 🎄✨
As we wrap up the year, I just want to take a moment to thank you for being part of this community! Here’s to an incredible year ahead filled with learning, growth, and, of course, some fun along the way. Wishing you and your loved ones a Merry Christmas and a happy, data-filled New Year!
Merry Christmas! 🎄✨
1 like • Dec '24
And a happy new year
1-10 of 12
Kevin Cranfield
3
29points to level up
@kevin-cranfield-8666
Still learning

Active 249d ago
Joined Dec 17, 2024
Powered by