#๐Ÿ”’ Anyone have any cool intermediate python project ideas?

26 messages ยท Page 1 of 1 (latest)

narrow pilot
#

Just looking for some inspiration on what to do ๐Ÿ™‚

solar havenBOT
#

@narrow pilot

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.

digital valley
#

Mandelbrot Set explorers (what I used to create my avatar) are a personal favorite of mine. It blends math, large data processing, and graphics.

narrow pilot
#

How much do you need to know to do something like that?

#

Maybe im at a beginner level lmao

digital valley
#

You'd want to have some knowledge of a library like PIL to draw images, and Tkinter to display an interface, but it's otherwise not too hard.

ornate hemlock
#

Even I'm also looking out for some projects

narrow pilot
digital valley
#

You'd use that instead of Tkinter, so you're already part way there.

Anyway, it was just a suggestion. I like the project because it involves many aspects of languages, and gives really pretty end results.

true slate
#

!kindling

solar havenBOT
#
Kindling Projects

The Kindling projects page on Ned Batchelder's website contains a list of projects and ideas programmers can tackle to build their skills and knowledge.

rough granite
#

a text editor similar to the java written windows one
a drawing app (and then save)
a game (whatever that could be)

smoky raven
#

a learning app

narrow pilot
#

@digital valley How would i go about processing images in vscode?

smoky raven
#

you put in some facts to learn as flashcards

#

it "flash card" learns them and records how many times you've been successful

#

it writes this to a file so it'll keep up to date even if you stop the program

#

or a database

#

and then it'll keep a track of how long since you learned something

digital valley
smoky raven
#

and then do ebbinghaus based timings of the information

digital valley
#

Or, sorry, Pillow, not PIL

narrow pilot
#

I have pip installed pillow

#

through command prompt

solar havenBOT
#
Python help channel closed

This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, 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.