smcode
@smcode310538
Followers
3
Following
9
Media
32
Statuses
49
Joined September 2024
๐ 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
๐ ๏ธ 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
๐พ 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
๐งโ๐ป 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
๐ง ๐ก 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
Exploring NumPy in Python! ๐ Reshaping arrays Stacking them vertically and horizontally Splitting arrays for better data management #Python #NumPy #CodingJourney #100DaysOfCode
0
0
3
๐ก 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
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
๐ 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
๐งโ๐ป 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
๐ป 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
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
๐ 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
๐งโ๐ป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
๐ 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
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
๐ฅ๏ธ 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
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
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
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