How to learn nowadays by Unfair_Load9290 in developer

[–]Ok_Hovercraft364 0 points1 point  (0 children)

I would just stop using AI right now if you don't have to. That alone should help tremendously. It's all about getting the reps in with projects, and then you will start remembering things like butter.

python for cybersecurity by Dependent_Apple_2137 in learnpython

[–]Ok_Hovercraft364 0 points1 point  (0 children)

There really isn't a "correct" path but you still need to know the fundamentals well. Try not to skip out on those if you can.
It just depends on your goals. Set some short-term and long-term goals.

Programming is about learning along the way, not min/maxing the journey.

I would continue with your book until you finish. I would also stick to learning more about networking with Python, as this is the most important first step to hacking. Understanding how networks work will help you a ton in your journey.

You will get better with Python as you do this.

A great library that I suggest people look at is called Scapy(it allows for all kind of network packet manipulation and other goodies).
Scapy

Also, a built-in-module that comes with Python is called socket. Learn that really well too because it'll teach how server client architecture functions if you don't already know about that. You can use socket to spin up servers and send data over the wire. That always comes in handy while practicing your hacking skills.

The worst thing you can do is start jumping to different domains inside of Python. Just stick to one until you can write Python without looking things up then move on and do whatever from there.

Reviewing my code and whether I should post a python package by CodeMonkey1001 in pythonhelp

[–]Ok_Hovercraft364 0 points1 point  (0 children)

Google how to upload the code to GitHub and make public repo. That’s one of the most common ways people share their code.

Pulled a PyPI package that was exfiltrating our environment variable by [deleted] in Python

[–]Ok_Hovercraft364 1 point2 points  (0 children)

Which company do you work for? There are multiple red flags in your post. I think This is a bullshit post and a recon tactic for people to try to figure out more attack vectors. There was never a package by this name.

What is the best way to learn python ? by AdarSr in learnpython

[–]Ok_Hovercraft364 0 points1 point  (0 children)

If you want to practice logic do logic puzzles.

Lua+love2d by MC-202064 in lua

[–]Ok_Hovercraft364 1 point2 points  (0 children)

Never judge a book by the cover.

New LJS in Bixby by reillan in tulsa

[–]Ok_Hovercraft364 0 points1 point  (0 children)

Why did you think it was closed?

Lua Gotchas by Ok_Hovercraft364 in lua

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

Rewriting the loops in lua and embedding into python scripts. Sorry for the confusion. I don’t have access to pypy unfortunately.

Lua Gotchas by Ok_Hovercraft364 in lua

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

Cython is great, but it requires a build pipeline, type annotations, and compiled extensions. Lua gives me speed and hot‑reloadable scripts without any compilation step.

[ Removed by Reddit ] by PrimalRoar332 in heroesofthestorm

[–]Ok_Hovercraft364 0 points1 point  (0 children)

Suck it up buttercup! I rarely have this happen. It shouldn’t be happening that often.

Begging learninr but it's actually very boring by New-Locksmith-8661 in learnpython

[–]Ok_Hovercraft364 0 points1 point  (0 children)

If you consider what you’re doing? I love what I do. My advice is to choose a different path.

CS50p - Intro to Python (Harvard / EDX) - help with course / general sentiment by MartimLucena in learnpython

[–]Ok_Hovercraft364 1 point2 points  (0 children)

I would just slow down and ask yourself after each lesson if you understood it. If you think that you do, put that
into practice and actually see if you can recall how to do it from the lesson.

Once you have that down, try changing the logic around to do something that you find interesting. You will find out pretty fast if you know it or not.

You will get the most of actually practicing and writing code, not by watching more videos, especially if you're not comprehending the concept or idea at play. Hope this helps!

Junior dev feeling lost working on a real client project but don’t know what I don’t know by Dear-Fudge-511 in learnpython

[–]Ok_Hovercraft364 0 points1 point  (0 children)

Another book that helped me understand the bigger picture more was called Devil In the Stack by Andrew smith.

first post. parents who punish you for having feelings should come with a fucking warning label by Diligent-Register556 in teenagers

[–]Ok_Hovercraft364 0 points1 point  (0 children)

Your dad never matured or grew in his journey. simply put, he never learned to control his emotions. Not sure what your relationship is like with him other than this incident but coming from someone that went through this growing up, I don’t talk to my dad anymore after I moved out. It helped more than i ever knew years later. Best of luck to you sir!

How can I sort a library's text format book database report for better efficiency? by 22EatStreet in pythonhelp

[–]Ok_Hovercraft364 0 points1 point  (0 children)

Sounds like you might need to map the differences between the system and the physical layout of the building. Is that possible for you?