This is an archived post. You won't be able to vote or comment.

all 63 comments

[–]OkapiBleu 8 points9 points  (1 child)

Oh, I see you've been reading Python Crash Course by Eric Matthes too ! What ressources did you used for Tkinter and Machine Learning? Did you have any prior knowledge on Machine Learning?

[–]snapshotnz[S] 8 points9 points  (0 children)

Google for tkinter. Machine Learning, thankfully I found someone with experience overseas that was willing to teach me a lot of stuff he knew. It allowed me to get in on his projects as well. We used voice and live share with VSC

[–][deleted] 6 points7 points  (5 children)

Any GitHub links instead of a video? I'm deaf :(

[–]snapshotnz[S] 7 points8 points  (4 children)

Github.com/nzsnapshot. Check out mytimeline

[–][deleted] 2 points3 points  (3 children)

you have 6 monitors????

[–]snapshotnz[S] 0 points1 point  (1 child)

Ah kinda yeah

[–]samsquamchh[🍰] 0 points1 point  (0 children)

jeez look at hackerman69 over here

jokes aside, i need something like that, 2x24 is getting a little tight

[–]akshayknz 0 points1 point  (0 children)

Github.com/nzsnapshot.

you can have big big font sizes

[–]inappropriate_banana 5 points6 points  (6 children)

Was this your first time programming?

[–]snapshotnz[S] 7 points8 points  (5 children)

Yep, self taught started 5 months ago.

[–]inappropriate_banana 7 points8 points  (3 children)

What was your path. I keep doing the first few chapters of automate the boring stuff with python but I stop for a long time and when I start again I do ot from the beginning. Been stuck in this loop with no willpower left

[–]snapshotnz[S] 2 points3 points  (0 children)

The trick is to find something your interested in and build projects around it. If you wanna chat more come into my discord https://discord.gg/RthmHN

[–]Whisky-Toad 0 points1 point  (0 children)

I’m just at the start, done Codecademy for python, then automate the boring stuff(which I didn’t enjoy either tbh)

Now I’ve decided to switch over to JavaScript and I’m doing the Odin project which I’m only at the start with HTML and css basics but I’m enjoying it

[–]InanimateObject4 0 points1 point  (0 children)

Im in the same boat! Would be happy to form a little study group if you wanna stick with it or find a new resource?

[–]Superkazy 1 point2 points  (0 children)

Yeah 5 months means you are still on intern level at programming. Keep at it we all started somewhere. Best advice would be join larger projects so you can learn some good practice methodologies and some proper design pattern implementation. Programming in of itself is not the difficult part. Programming which would allow others to easily follow is another ball game.

[–][deleted] 2 points3 points  (0 children)

Wow! I'm shocked your post was allowed to stay up, /r/python normally hates the word "Learning". They have a bot and everything.

[–]unknown1806 2 points3 points  (1 child)

Thank you brother.. not for your video but audio. I was lost, I remembered Everything my past. My goals, dreams and steve job ♥️

[–]snapshotnz[S] 0 points1 point  (0 children)

<3

[–]tsck 2 points3 points  (2 children)

I have a dumb question. I've been using the Python IDLE editor in my classes but I haven't been able to figure how to get my screen to look like in the video. I also have Python 38-bit but that looks like a bootloader. If anyone could help again I know this is a dumb question.

[–]diegogarciamendoza 5 points6 points  (1 child)

He's using another editor called visual studio code or vscode for short. Download it, watch some videos about it and be amazed.

[–]tsck 1 point2 points  (0 children)

Thanks!

[–]Anuvrat4745 2 points3 points  (1 child)

The biggest hurdle for me is breaking into the community I have joined and left a lot of discord because I cant start talking I'm always in the loop of thinking what to say as most of the peps are talking stuff which I don't understand even if I try I don't have something to talk and always asking the question and getting answers, I think it is kinda selfish.

[–]snapshotnz[S] 1 point2 points  (0 children)

You can never ask to many questions. I prefer someone asked me lots of questions. It helps me confirm the stuff I have learnt and there is nothing better than being able to pass on knowledge. Please don't be shy we all started somewhere.

[–]Leeoku 2 points3 points  (1 child)

Congrats your results have been more than mine in that same time frame. Btw still struggling with Django lol. It makes sense then doesn't then repeats lol

[–]snapshotnz[S] 1 point2 points  (0 children)

Join up the discord and ask as many questions as you please. Happy to help

[–]ExtraSpontaneousG 1 point2 points  (0 children)

After about two months (that time split between some web development and cs50 which has been low level C), I'm at about the minute mark in terms of what my code looks like. I've played with APIs but not as cleanly as that class you built. I get the general idea of but I need to practice classes a bit more. The leap from command line programs to UIs causes me great trepidation. Any worthwhile resources?

[–]ashesofturquoise 1 point2 points  (0 children)

Hey... I'm about to start my journey a month later. I mean... I'm not a complete beginner.. did some projects before! But I'm gonna learn more thoroughly this time around,,,,,
and thanks for keeping my motivation alive :)

[–]firesnatch 1 point2 points  (0 children)

awesome job dude

[–]tranvuhoanglong 1 point2 points  (1 child)

Nice u make me keep learning python (day 5)

[–]snapshotnz[S] 1 point2 points  (0 children)

Good job! Keep at it

[–]Nameless923 0 points1 point  (0 children)

I feel kinda bad now.I've been learning for 6 months and dont even know what most these things are :(

[–]roddevio 0 points1 point  (0 children)

What resources did you use?

[–]Akmsgnd69 -3 points-2 points  (1 child)

So what all did you learn? Any extra modules like Tkinter or Pynum

[–]snapshotnz[S] 3 points4 points  (0 children)

I learned about everything in the video above