Best place to practice python

Hey just watched a python video from freecodecamp now it’s time to practice python. What is the best place to practice python as a beginner? And if u have a cheatsheet for pythin

Thank you

1 Like

Hello,
Maybe search for “learn python online reddit” and see a lot of feedback from people over there.

1 Like

Python homepage have good tutorials and community.

1 Like

Hi @suryadevelops !

The best type of practice is building projects.

You can get started with these beginner projects from freecodecamp and then you can move onto building your own small projects.

4 Likes

Thank’s for the recommendations. I really appreciate it.

This is a great question!

I strongly recommend coming up with an idea for something you would like to create.
It doesn’t have to be unique. Often the best way to learn is to try and replicate an existing product (without copyrighting of course!).

Some ideas:

  • a command line calculator
  • a calculator with buttons
  • a small word processor application
  • a image processing application
  • a chat application

Then, what you want to do is start creating. Research the things you don’t understand.
So if you are creating a calculator and you want to know how to make a form,
Google “How to make a form in python”
or a button:
“How to create a button in python”
etc.

Finally, have GRIT.
Grit is a term often used by universities to describe the persistence and determination necessary to complete schooling.
Learning a language is no different, and I strongly recommend that no matter how hard it gets, keep at it. If it (whatever it may be) doesn’t make sense, search around the web until someone explains it in a way that it does!

Just a suggestion, a great start is to create your own chat app.
It is a complicated task for a beginner, but you can start with the easy stuff and you will learn fast!

2 Likes

Thank u @triangle4studios

1 Like

You are most welcome!

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.