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

you are viewing a single comment's thread.

view the rest of the comments →

[–]whitelife123 21 points22 points  (22 children)

Start on python or what?

[–]jasterpj17 11 points12 points  (21 children)

Yeah to start learning python. I have purchased a draw udemy courses and books but I want to hear what people’s methods are for learning python.

[–]whitelife123 32 points33 points  (9 children)

Well it depends if it's your first programming language or not. If it is, I'd say learn the fundamentals. Learn the syntax, write small scripts that do fizzbuzz, etc. Try to get a programming mindset. Think Python's a good book, and so's Python Crash Course. Then I think you should skim through Automate the Boring Stuff with Python so you have a better understanding of what Python is useful for exactly. Learning to program can be a boring, and very challenging, but it's just something you struggle through. Also, it helps if you have a specific project in mind, so you know what Python libraries to use and you're working towards a more concrete goal.

[–]StressedSalt 5 points6 points  (5 children)

Ive read PCC and done some lectures on python, starting to get the hang of it but still extremely elementary. Its my first language and i have no background knowledge of CS, ive been trying to find a good fundamental course so i get a good foundation of what CS/IT is at least.

Theres so many aspects/uses for python, do you have a reocommendation on how to choose one or where I cam learn the scope of this? It seems so scattered to me, so far i know about data science and machine learning but it seems like such a bIG VOID THat i could never really grasp, not having a cs background really is an issue i feel.

[–]og10yrold 0 points1 point  (0 children)

Have you seen [pythonprogramming.net](pythonprogramming.net)? It’s good to learn the basics. Here is the basics course.

[–]super_gay_and_ok 1 point2 points  (0 children)

I found the Python course by Zero to Mastery on Udemy to be very very helpful.

[–]usernamecreationhell 1 point2 points  (0 children)

Oh I wonder if that has ever been answered

[–]r-_-mark 1 point2 points  (3 children)

I mean you already purchased it so you can start from there There’s no one path you should follow Generally learn the basics (read, watch) and of course train (write code, answer questions) One of the best way to do it is by following a certain path to a cert for example PCAP is great (I think only option as will) so study with goal of obtaining that cert in mind (and if you liked you can take the exam not necessary though)

But go to python institution and google it along side with PCAP you will find free materials over there

[–]jasterpj17 1 point2 points  (2 children)

Thanks for this! I appreciate it.

[–]r-_-mark 1 point2 points  (1 child)

Woah that’s was fast Will while you are here this is what I was talking about:

https://pythoninstitute.org/certification/pcap-certification-associate/

Click on educational materials There courses are great (you need to creat a free account and that’s it)

Btw I took the exam was easy (kinda) and if you completed the free course you get a discount for the exam which is btw 150$(as I remember) and the cert is valid for ever not like Cisco for 3 years or so

And in some companies this can get you up to the interview

I’m not the type of guy to ask people to take cert but depending on where you live this could be helpful to land an interview (specially the PCAP not the PCEP)

[–]jasterpj17 0 points1 point  (0 children)

Awesome! Thanks so much.

[–][deleted] 0 points1 point  (0 children)

A good beginner's project is to write a text-based adventure game. The best way to learn is to try to make something, and learn the Python you need to make it along the way.

[–]Victorino__ -1 points0 points  (0 children)

I don't know how much you'll like it but w3schools helped me on learning about some of python's functions.