
Do you know how to do these things?
Write a Strings
Inserting Strings into print
Input
len
str()
Here is your challenge to become a programming master.
Write a program that is like an AI that introduces itself and ask for your name.
Have the AI say nice to meet you and say your name.
Also have the AI tell you how long your name is.
If the above it too hard check out the video.
Here are your Challenges:
If you're a pro programmer you will be able to do the below no problem. Even if you a beginner try and do what you can. ( even if that means just creating a black IDLE project)
Try this:
Print your name 50 times
Challenge 2
break out of the loop after printing your name 23 times
If you really struggled here is the code and the video.
Though please try to follow the video.
If not no worries check your code with mine to see if you can find the problem.
Good Luck!
Challenge
Find the Integer representation of unicode values of the words elephant and dog.
Print these values
Add them together to see their total
Compare Capital E and Lowercase e with unicode
Here is a website that will help:
https://docs.python.org/2/library/functions.html#ord
If you really struggled check out the video.
- create an array and see if and object exists in it
- see if something doesn't not exists in it
- find the index of an object
- find the index of an object but it will not crash the program
Challenge
- create a string and try to alter the 3 letter in the string and replace it with an 'f' -- What happens?
- How can you change the 3rd letter of a string
- replace a word or part of a word in a string with another string
Challenge
Create a class that has. function that checks if the user has entered a number
If is is not a number display that it isn't a number
Challenge
create a string that has a mix of numbers and letter
use regex to extract the numbers
now use regex to extract the letters
Challenge
- create a large string of words and split the string into an array of words
-then join the array of words back together into a string
Challenge
- use pyperclip module to copy and paste some text
Challenge
make a view that has a label
Python Challenge
change the colour of the text and give it a font and size
Python Challenge
Make a UI that increments a counter and decrements the label
UPDATE!!!!
I am also adding all the videos from my 100 Days of Python YouTube channel though in here you get all the source code! (Just in case you really need help) :). This part is still in progress and will be updated through out the year.
In this course we will learn the basics of Python.
We will learn the basics though all the time check the description of the lesson and see if you can do the Python Programming Challenge yourself.
Make programs that interact with you, tell you what to wear depending on the weather and guessing games.
The software for this course is compatible for Mac and PC and is one of the top 10 programming languages a must to learn.
The course is structured for all levels.
If your a pro programmer you can probably do the challenges without watching the video. If you are a pro programmer and you find a different solution to what I did then please share as we are all here to learn.
If your a beginner don't worry do the best you can and once you finish the course try doing it again without watching the videos as much as you can.
I wish you all the best on your programming adventures!
NOTE: Also if you see something that is wrong please send me a message through Udemy. I am more than happy to make this course the best course available with your help. Learning and teaching is a two way street and I'm here to learn with you. :)
Thanks again and see you in the lectures.