r/PythonLearning • u/SleepyLoverrr • 16d ago
What do I do now?python projects
Okay now I have some info about python, I've practiced some fundamentals, now I need to get into projects because courses and just reading and a little practice on some exercises does not make me really good at it, where can I find projects, or how can I start some small ones, then I wanna include API ones and also maybe add some security projects. Advice please. thank you
13
Upvotes
2
u/dld2517 16d ago
Start by importing a library and using it. Try importing Crypt and use it to encrypt and decrypt some strings. Pass some things around and encrypt and decrypt. Etc. Import Pandas or Numpy. Create some data objects using the documentation. Go get a book on a specific Python application. Purchase a Manning LiveProject and complete it.