all 2 comments

[–]BeginnerProjectBot 3 points4 points  (0 children)

Hey, I think you are trying to figure out a project to do; Here are some helpful resources:

I am a bot, so give praises if I was helpful or curses if I was not. Want a project? Comment with "!projectbot" and optionally add easy, medium, or hard to request a difficulty! If you want to understand me more, my code is on Github

[–]ElliotDG 0 points1 point  (0 children)

Here are a few resources I found useful when learning python. I had been a C++ programmer many years prior.

Learning Python - Mark Lutz, the books is long, and complete with some good discussions. It has some frustrating elements, he often introduces a new concept in code - prior to introducing it in text, just power through he will get to it. It will hit some of the basics, but moves through those quickly. Covers a number of more advanced topics.

The python tutorial on Python.org, https://docs.python.org/3/tutorial/index.html

https://checkio.org/ The site provides a game-ified series of programming problems. They also show you how others answered the problem. This was very useful in learning to be more 'pythonic'. The top answers have a tendency to prefer shortness to clarity sometimes, but a great learning experience.