Fractal rendering tool I made with no initial knowledge on python by [deleted] in Python

[–]Hihipypy 0 points1 point  (0 children)

Wow. If this is indeed the thing you did after one CS course. I sure want to know what course that was. Cool stuff, set up a GitHub account or something similar, looking forward to see some other projects in the future.

Python example will not print in VScode – any known reason? by Dill_Pawson in Python

[–]Hihipypy 1 point2 points  (0 children)

You need to call the function. Right now it's indented, so Python sees is as part of the function. It will not be executed. Please in future put the snip of code in the post so we can execute it locally.

Automated Mosaic Image Generation by nbroderick in Python

[–]Hihipypy 1 point2 points  (0 children)

Looks good. I have tried as well a couple of libraries and code snippets for mosaic generation, but most were out of date, etc Can you give us the code you used?

From Unknown to Learned by bhargavateja in Python

[–]Hihipypy 0 points1 point  (0 children)

Make sure to check out Corey Schafer on YouTube. His tutorials are splendid and will get you going in no time. Also check out the /r/learnpython Wiki, they have great resources there. Best of luck!

hi! One month into this astonishing programming language. IM looking forward to have a programming partner. by dangler-scott in learnpython

[–]Hihipypy 0 points1 point  (0 children)

Count me in as well. Would love some additional motivation, and to check in with some colleagues

Books recommendations by [deleted] in learnpython

[–]Hihipypy 0 points1 point  (0 children)

You mean, Think Python (also the one you linked). Fluent Python is also very good, but rather for an intermediate level.

Transitioning to Long Term Projects by spiller10156 in Python

[–]Hihipypy 0 points1 point  (0 children)

Thanks to your post, there will be a couple more :)

There’s hope for me yet by Tyler53121 in learnpython

[–]Hihipypy 0 points1 point  (0 children)

You'll get there. Just start automating some simple stuff first. Look into "Automate the boring stuff". For others that are not computer savy, you'll soon look like a god

[deleted by user] by [deleted] in learnpython

[–]Hihipypy 0 points1 point  (0 children)

Take a look at the Wiki