Search results for #PythonDecember
#pythondecember I guess it's better late than never. I did some cooking this month on some datasets.
#PythonDecember ended with charts and colors. Even though there was breaks in between, I am happy to have taken the very first steps. Big thanks to my bosses @Faith_Tife03 @3rdSon__ @raqibcodes @choose_the_way for always coming through. Learning continues.....
@lazyscholar56 @iam_Uchenna @joebasshd @cheftee_lead @BiolaBolade @Toby_Davids Congratulations on completing #pythondecember
Last day of #PythonDecember I did a little bit of Data cleaning with Python. @iam_Uchenna @joebasshd @cheftee_lead @BiolaBolade @Toby_Davids
#datafam I did a mini project on Python analyzing the number of flight in Cities and Airports all over the world and visualizing it. #pythonDecember @iam_Uchenna @cheftee_lead @joebasshd @BiolaBolade @Toby_Davids
Happy Boxing day my people. I just dey wake. As for #PythonDecember, we go resume tomorrow😂
Day 23. Learned about Methods and dived as the string formatting also known as string interpolation. #PythonDecember
Day 23 #PythonDecember Continued my SHG project with Python @iam_Uchenna 😌. @BiolaBolade @cheftee_lead @joebasshd @Toby_Davids
Here’s how Day 22 of #PythonDecember went today. Learnt how to do more on Data Cleaning 🔥 Check the comments for the Tutorial I used
How Day 20 went. Learned some data cleaning functions as well as introduction to how to import datasets. #PythonDecember It’s Day 21 today 💃💃
There was no #PythonDecember from my end yesterday but I had my first speaking event 🥺❤️ Thank you for having me @ReisparT A big thank you to @SoloJah1 for checking in as I no post yesterday It’s Day 17 guys and I am so ready to fire on 🔥💃💃💃
Following @cheftee_lead #pythonDecember. I did this mini project😂 Baby step😌 @cheftee_lead @iam_Uchenna @joebasshd @Toby_Davids #dataanalytics #python #pythonDecember
Day 14 #Pythondecember 1. Today I learnt conditions and conditional execution (if, elif & else) 2. I Built a tax calculator algorithm 3. I built an algorithm that different a “leap year” from a “common year” 4. Lastly I studied Loops in Python{while & For loop}
Day 14 #Pythondecember 1. Today I learnt conditions and conditional execution (if, elif & else) 2. I Built a tax calculator algorithm 3. I built an algorithm that different a “leap year” from a “common year” 4. Lastly I studied Loops in Python{while & For loop} https://t.co/pwUL5N2l2D
It’s Day 13 of #PythonDecember guys. How has it been so far?
Day 7/100 ✅Explored Jupyter Notebook ✅Comments & Print Statements ✅Numpy (Creating Arrays, Array slicing, and Array Indexing) #letsconnect #DataAnalytics #PythonDecember #Python #100DaysOfCode #100DaysOfCodechallenge
Day 8: Haunted Wasteland, solved using Python's standard libs. #AdventOfCode #AdventOfCode2023 #100DaysOfCode #Python #PythonDecember #Solution
All my life I have always known CTRL + c to be for copy until I got to Jupyter Notebook kernel, and it said hold my bear. I eventually used CTRL + m to copy. Thanks to @Microsoft_CP #PythonDecember #LearningInPublic
#LearnPythonWithMe: You can change a variable in Python from one data type to another. For example: a variable in float can be converted to string by simply adding “str()” to the variable in your script. #pythonprogramming #pythondecember
#LearnPythonWithMe: Knowing the various data types is important if in learning python. “int”(interger), “float”, “str”(string), and “Boolean” are data types we have. To check for the data type: “type()” function can be used. #pythondecember #pythonprogramming