smcode310538 Profile Banner
smcode Profile
smcode

@smcode310538

Followers
3
Following
9
Media
32
Statuses
49

Joined September 2024
Don't wanna be here? Send us removal request.
@smcode310538
smcode
1 year
๐Ÿš€ Practicing data analysis with pandas! ๐Ÿ“Š ๐Ÿ”น Loaded a customer transactions dataset ๐Ÿ”น Filtered and analyzed data by city, age, and purchase amount ๐Ÿ”น Calculated stats like average purchase and found top spenders! #Python #DataScience #Pandas #Coding
0
0
0
@smcode310538
smcode
1 year
๐Ÿ› ๏ธ Just completed a fun exercise in #Python with #pandas! Explored an employee dataset and: Added columns for year, month, day, and weekday of joining ๐Ÿ“… Calculated mean salary by location Analyzed data stats for deeper insights ๐Ÿ“Š Loving working in pandas #DataScience #Coding
0
0
1
@smcode310538
smcode
1 year
๐ŸŒพ Exploring Matrix Operations in Python with NumPy! ๐Ÿš€ Tried out some numpy tricks for calculating crop yield across different regions with custom weights. Used dot product, element-wise multiplication, and matrix multiplication ! ๐Ÿ’ป #Python #NumPy #Coding #100DaysOfCode
0
0
1
@smcode310538
smcode
1 year
๐Ÿง‘โ€๐Ÿ’ป Exploring NumPy Arrays in Python ๐Ÿ ๐Ÿ” Understanding reshaping, broadcasting, and generating arrays! reshape() auto-calculates dimensions with -1 ๐Ÿ”„ โœจ Summing matching elements Identity matrices, random distributions & more! #Python #NumPy #DataScience #DevCommunity
0
0
0
@smcode310538
smcode
1 year
๐Ÿง ๐Ÿ’ก Exploring Numpy's nditer() for efficient array iteration in #Python! ๐Ÿ”„๐Ÿงฎ Check out the C and Fortran orders in action! Modified elements while iterating with readwrite flags! Broadcasting multiple arrays for element-wise iteration! #NumPy #CodeNewbie #100DaysOfCode
1
0
1
@smcode310538
smcode
1 year
Exploring NumPy in Python! ๐Ÿ Reshaping arrays Stacking them vertically and horizontally Splitting arrays for better data management #Python #NumPy #CodingJourney #100DaysOfCode
0
0
3
@smcode310538
smcode
1 year
๐Ÿ’ก Exploring slicing & traversing arrays with NumPy! ๐Ÿ ๐Ÿ”ธ Slicing elements from 1D & 2D arrays ๐Ÿ”ธ Traversing with loops for both 1D and multi-dimensional arrays Python code in action โฌ‡๏ธ #Python #NumPy #100DaysOfCode #CodeNewbie
0
0
0
@smcode310538
smcode
1 year
Here's a glimpse into some basic operations: from creating arrays, reshaping, getting square roots, sums, and even matrix dot products! ๐Ÿงฎ ๐Ÿ“Š Learning to use np.min(), np.max(), np.sum(), https://t.co/KDwKEwVpZd(), and more! Check out the output: โžก๏ธ #Python #NumPy #100DaysOfCode
1
0
0
@smcode310538
smcode
1 year
๐Ÿš€ Just learned the basics of NumPy in Python! ๐Ÿ๐Ÿ’ป Check out how to: Create arrays with multiple dimensions Change data types Use zeros(), ones(), and arange() to generate arrays! ๐Ÿง‘โ€๐Ÿ’ป #Python #NumPy #CodeNewbie #100DaysOfCode #DataScience
0
0
0
@smcode310538
smcode
1 year
๐Ÿง‘โ€๐Ÿ’ป Practicing nested loops and conditionals in Python! ๐Ÿ’ป Here's a fun pattern I created using if statements and loops. Check out how the output alternates between 0s and 1s depending on whether the row is even or odd! #Python #100DaysOfCode #PythonTips #DevLife #CodeNewbie
0
0
0
@smcode310538
smcode
1 year
๐Ÿ’ป Just practiced inheritance and method overriding in #Python! ๐Ÿ Created a student class and a first_year subclass with super(), and customized behavior for each. ๐Ÿš€ Feeling pumped about mastering OOP concepts! ๐Ÿ’ก #100DaysOfCode #CodeNewbie #PythonBeginners
0
0
0
@smcode310538
smcode
1 year
Created a diamond pattern with Python! ๐Ÿ’Ž๐Ÿ’ป Learning to play around with loops and ranges in a fun way. ๐Ÿโœจ Input a number and let the stars shine! โญ #Python #100DaysOfCode #CodeNewbie #PythonLearning
2
0
4
@smcode310538
smcode
1 year
๐Ÿ“ Just wrote some Python code to print patterns! ๐ŸŽจ ๐Ÿ”ค First, a triangle of alphabets: A AB ABC ... โญ Then, a star pattern using while loops! ๐Ÿš€ Coding patterns is a fun way to practice loops! ๐Ÿ’ก #Python #CodeNewbie #100DaysOfCode #LearnToCode #PythonProgramming
0
0
0
@smcode310538
smcode
1 year
๐Ÿง‘โ€๐Ÿ’ปHandling exceptionsโœ”๏ธ Catching errors with try-except to avoid program crashes. โœ”๏ธ Using raise to define custom errors like ZeroDivisionError. Remember: it's always better to handle user input and edge cases early! ๐Ÿ’ก #CodeNewbie #100DaysOfCode #PythonProgramming #learnpython
0
0
0
@smcode310538
smcode
1 year
๐Ÿš€ Just finished a cool Python script that allows you to add employee data into a CSV file ๐Ÿ“Š and read it back easily! Check out my code in action below ๐Ÿ‘‡ #Python #Coding #100DaysOfCode #CodeNewbie
0
0
0
@smcode310538
smcode
1 year
Here I've created classes for Employee, Coder, and Programmer, showing how one class can inherit from another. The code highlights how we can override attributes like company and still access methods from other classes. #Python #CodeNewbie #OOP #Inheritance #Programming
0
0
0
@smcode310538
smcode
1 year
๐Ÿ–ฅ๏ธ Just finished coding my first Rock-Paper-Scissors game in Python! ๐ŸŽฎ Got the game working with a loop to replay and some random fun against the computer! ๐Ÿ˜„โœŠโœ‹โœŒ๏ธ Check out the code and results below! ๐Ÿ‘‡ #Python #100DaysOfCode #CodingJourney #CodeNewbie
0
0
0
@smcode310538
smcode
1 year
Learning #OOP concepts in #Python by creating a simple employee class! ๐Ÿ 1.Added instance attributes 2.Used a static method 3.Defined a greet and leave method Still a long way to go, but loving the process! ๐Ÿ’ป #CodeNewbie #100DaysOfCode #PythonLearner #DevJourney
0
0
0
@smcode310538
smcode
1 year
Just wrote a Python program to calculate the resultant force applied on a body! ๐Ÿš€ Loving how math and coding come together! ๐Ÿ’ปโš™๏ธ #Python #CodingJourney #PhysicsInCode #CodeNewbie #100DaysOfCode
0
0
0
@smcode310538
smcode
1 year
ust built a simple Python to-do list ! ๐Ÿ“ It can: 1๏ธโƒฃ Add tasks 2๏ธโƒฃ Display tasks 3๏ธโƒฃ Delete tasks Feels great to see it working! ๐Ÿ’ป๐Ÿ”ฅ #Python #CodingJourney #100DaysOfCode #CodeNewbie
0
0
0