Python!

Happy holidays everyone, I’ve (almost) completed my Intro to Python course and am excited to share some news and updates! Python is a hot programming language used for all kinds of applications and is in much demand. I’ve made three interesting apps: a drawing app, an multi-language translator, and a personal assistant application that manages a to-do list and a birthdays reminder. Unfortunately, I can only share the drawing app with you, because the other two use a module that has been unable to fix its issues with the server used to display the programs: Repl.it.

So check out this simple drawing app using a module called Turtle. To use it press the green “Run” button and follow the instructions using the black screen underneath the program on the right. This is my first Python app and isn’t very flashy, but it works! Take a look at the code on the left, that’s Python. The code that goes into the other apps is maybe 500 times bigger. https://repl.it/@EMcDz/110-L7-Hard-Get-Creative-with-the-Turtle-Module-Starter#main.py As soon as we can find another way to get those running I will share them too.

This is the fourth programming language I’ve learned and I’m really enjoying it. What’s great is that they all have similarities that make the next one easier to learn, so I picked it up much faster than the others even though Ruby is probably the easiest one.

Now for the news. I got some great advice from tech-wizard, super-homie, keeper-of-the-cactus Matt Schiller who helped me decide my next avenue in the industry. I will be focusing on what they call the back-end, which is basically programming. It’s a lot more interesting to me, plus there’s a lot more opportunities for the future.

Also, for some really cool news, one of my best-buds, three-time-doubles-golf-champion-partner Stephen Rankin is founding a new app that’s coming out in March called Chillow. It’s kind of hilarious, but also exciting roommate finder app with swiping and some really innovative features like ex-roommate reviews and some other maybe more secret functions yet to be unveiled. He gave me some intel on which programs to focus on that would be useful to his company in the future. I’ll have a pretty good shot at an entry level position there!

Both of these guys were roommates of mine – I wonder how they’d rate me on Chillow… Super stoked to have some awesome friends to help guide me down this path. Next year was so much better, can’t wait to come out of this thing alive.

3 comments

  1. Heather12/28/2020 | Reply

    Hi Ian.. Don't think your app likes my phone.. I'm happy you have some friends with Intel !! Always love getting your update. It all sounds great.

    • Ian McDavid12/28/2020 | Reply

      Tl;Dr - Much better on a big screen Hey Bov, thanks for taking a look! I'm curious what issue you have. Repl.it isn't fantastic on a phone but it should be functional. On my phone, the code shows up first. There are four tabs on the bottom: Code, Console, Output and Commands. To use the program on my phone, I need to press the Output tab, then the green arrow button just above it to the right. The program loads and you have to swipe around to read it. It tells you to go to Console tab and choose an option. Then you tap on the screen to enter the number of the shape you want drawn. Enter the number, then hit the return button on the phone's keyboard screen. Sometimes I have to touch it multiple times for it to work. As soon as it works you'll know. Immediately go back to the console tab to catch the end of the drawing.... or just try it on a desktop!

  2. Richard12/28/2020 | Reply

    Happy to hear you have friends in the industry to give advice.

Leave a Comment

Your email address will not be published. Required fields are marked *