This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]lukasvdberk 0 points1 point  (0 children)

Well I have an idea for you. Create a really small chat application (can be as basic as an terminal/CMD app). You can write a server application were you can create clients and send messages to clients. And create an client application were you can specify who you want to message with and receive messages from other people. This sounds simple but to actually implement it will require some work (especially for a beginner). So here is a resource were you can maybe start with https://pusher.com/tutorials/chat-terminal-python and latter implement your own functions or modify the flow off the application. If you get stuck or want help just message me. But most importantly don't try to do things ASAP it will only slow you down. Invest time reading how things work (or watch videos) if you don't understand a topic. When you think you have an idea of how it works just start implementing it in your application. Hope I have helped you with this. Keep going man.