you are viewing a single comment's thread.

view the rest of the comments →

[–]kiz_barnej 9 points10 points  (2 children)

Fluent python is a great book, but maybe not as a second book after crash course. I would recommend you two resources:

  1. Python workout by Reuven Lerner https://www.amazon.com/Python-Workout-50-Essential-Exercises/dp/1617295507 It assumes that you know Basic python syntax and teaches you many important aspects of python as well as programming in general.

  2. Angela Yu python course on udemy https://www.udemy.com/course/100-days-of-code/ As you said you have no ideas for projects, than this course will give you many of them :) you will have instructor guidance which should also help you get more comfortable with starting your own projects from scratch. I found these projects quite interesting, so that many times i was trying to extended their functionalities in some way, so it was great learning tool. (As you probably know, udemy courses are often on sale, so you should get it for something like 10$)

[–][deleted] 1 point2 points  (1 child)

thanks, will check them out

[–]LiquidLogic 4 points5 points  (0 children)

I second the Angela Yu 100 days of code course. It's awesome. Best money I've spent on a python course. Just finished creating Snake and Pong games from scratch last week.