ukana ikpeukana.hashnode.dev·Oct 1, 2024Introduction To The 30 Days Of PythonWelcome to 30 Days of Python! This comprehensive series is designed to take you from beginner to confident Python programmer in just 30 days. Throughout the program, you'll not only master the fundamentals of Python but also apply your skills to buil...30 days of PythonPython
Bright Andohbrrrpcodes.hashnode.dev·Aug 13, 2023100 days of Python ExercisesDay 10: Playback speed Some people have a habit of lecturing and speaking rather quickly, and it’d be nice to slow them down, a la YouTube’s 0.75 playback speed, or even by having them pause between words. Exercise character = input("Anything of your...53 readsGeneral Programming
Bright Andohbrrrpcodes.hashnode.dev·Aug 12, 2023100 days of Python ExerciseDay 9: Converting text to emoji Emojis play a pivotal role in conveying expressions and emotions across social media platforms. For many programmers, the intriguing prospect of crafting Python code to dynamically generate emojis has likely crossed th...1 like·40 reads100DaysOfCode
Infinity AIinfinityai.hashnode.dev·Feb 28, 2023Day 5 of #30DaysOfCode : List OperationsQuestion: In the GitHub repository, Infinity-AI(Infinite Learn and Grow)/30-days-code inside the Day-5 folder create name.py file as defined in the readme.md file. Declare IT_Company list with more than 5 values. Print the first, middle and last co...30daysofcode
Infinity AIinfinityai.hashnode.dev·Feb 27, 2023Day 4 of #30DaysOfCode : String FunctionsQuestion: In the GitHub repository, Infinity-AI(Infinite Learn and Grow)/30-days-code inside the Day-4 folder create name.py file as defined in the readme.md file. Concatenate the string 'Thirty', 'Days', 'Of', Code to a single string, 'Thirty Days ...30daysofcode
Infinity AIinfinityai.hashnode.dev·Feb 27, 2023Day 3 of #30DaysOfCode : Area and Circumference CalculationQuestion: In the GitHub repository, Infinity_AI(Infinite Learn and Grow)/30-days-code inside the Day-3 folder create a name.py file as defined in the readme.md file. Write a script that prompts the user to enter the base and height of the triangle a...39 reads#infinity_ai
Infinity AIinfinityai.hashnode.dev·Feb 26, 2023Day 1 of #30DaysOfCode : Python BasicsQuestion : In the GitHub repository, Infinity-AI(Infinite Learn and Grow)/30-days-code inside the Day-1 folder create your_name.py file as defined in the readme.md file. - Write a python code to take input from the user as username and country name. ...3 likes·57 reads30daysofcode