#🔒 I need some tasks for practice!

26 messages · Page 1 of 1 (latest)

plain tapir
#

recently I finished learning basic python and now I want to work on some interesting (still base) tasks/projects

tiny lionBOT
#

@plain tapir

Python help channel opened

Remember to:

  • Ask your Python question, not if you can ask or if there's an expert who can help.
  • Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
  • Explain what you expect to happen and what actually happens.

:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.

ornate elk
plain tapir
#

developing a Telegram bot for learning English, integrated with external APIs

ornate elk
#

If you want to do something completely different, look into Conway's Game of Life and Cellular Automata in general. They can be very simple, but are very cool.

#

That will likely be more DSA-oriented.

plain tapir
ornate elk
#

Google Conway's Game of Life. Google has a special results page for it.

plain tapir
#

overall, I've already decided on a direction — I'd like to go into cybersecurity and data protection, but at this point I'm not really sure what my next steps should be

plain tapir
ornate elk
#

At this stage, that direction doesn't really matter. You should be learning in general before you'd get into anything Cybersecurity-related. Cybersecurity is more of a "higher tier" set of skills in that it builds on a bunch of other knowledge. Having a solid foundation in Python is more important than knowing cybersecurity specific concepts.

#

If you really want to learn core Cybersecurity ideas in Python, though, you'd want to learn about sockets, and networking in general.

#

As well as ctypes, and working with the operating system.

#

(I have a Security+ certification and went to school for Cybersecurity)

plain tapir
plain tapir
ornate elk
#

I just mention that project because that's always the first non-trivial project I do when learning a new language. I like it because it makes use of multiple structures, has a lot of room for growth, and gives you a cool end result.

#

You can do simple console graphics in the beginning, then migrate it to a full UI later when you know how to do that.

plain tapir
plain tapir
ornate elk
#

If you're more math oriented, Mandelbrot Sets are pretty cool too (my profile pic). That project involves complex numbers, if you've used them before.

#

(Or the more general Julia Sets)

vale lake
plain tapir
#

yep, and I’ve got a sense for this already

tiny lionBOT
#
Python help channel closed for inactivity

This help channel has been closed. Feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.