Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › Programming › Computer Science Hub › Programming Beginner

Programming Beginner

Posts 1–9 of 9 · Page 1 of 1
HA
haekeo
Programming Beginner
Alright guys so help me out.

I recently started learning how to code Python and I've learnt a decent amount but when it comes to applying it I've realised that my lack of basic computer science understanding makes it hard for me to grasp certain concepts. I've started learning data structures and algorithms but I was wondering if there's anything in particular you guys recommend me learning.

Thanks.
#1 · 6y ago
GAAF
GAAF
1. Don't learn stuff, especially boring stuff like 'algorithms' by just trying to learn it. It is extremely inefficient. Apply it. Aka, rather than watching those loud sounding "sort algorithm" videos, just make sorting algorithms yourself and see how they all work. They are generally pretty simple at their core, just tackle the problem of sorting differently.

2. Python is weird to learn with. It is very basic to get into, sets up some very basic QOL syntax rules, but python isn't actually very common or as widespread as most other languages in the job market until you go full circle into extremely advanced areas such as machine learning / AI where python is very widespread.

3. If you want to learn so you can get a job in any reasonable amount of time without a masters degree, you probably should switch to learning something like C#, C++, java, etc. They setup a nice understanding object oriented programming and the syntax if you learn it properly extends to most other programming languages, which is important in the workplace for code readability. You could also get into scripting languages if you want to be weird, but just know that you will 99% of the time end up working on web stuff, front or backend.

Now in terms of your actual question, things you should learn, is setting up a basic foundation for building up to all that crazy stuff. Go to something like project euler, which is a website that challenges you to solve strange (generally math based) problems with programming, and solve stuff there, starting from basic extremely easy stuff to insanely hard concepts. They have hundreds of problems and if you just start at 1, it may seem easy, but you may find your code has weird problems you wouldn't expect since you may be not 100% comfortable with certain loops and conditions. This leads to you building a solid foundation and comfort level that you can build on.

Finally, last thing I promise, programming isn't just the code itself, but also the software used for programming, the workflow so to speak. If you can, try to get comfortable with common IDEs (programs used for programming essentially) such as Visual Studio (for the C family of languages), Eclipse/IntelliJ/Netbeans (for java), and Spyder/PyCharm for (python) it will make programming far more efficient. IDE's generally have a ton of QOL features that are industry standard, and if you go to the workplace you'll need to use those IDE's (mainly VisualStudio especially) to commit code to source control (aka update your program across ****** or your workplace).

Rant over, sorry about that.
#2 · 6y ago
HA
haekeo
Alright cool thanks alot for that man means alot honestly. Im gonna check out project euler now and see how it goes.
#3 · 6y ago
WO
worldwidesafe
c++ is the way
#4 · 6y ago
LA
Lampmagicalbible
Elon Musk
Elon Musk learned it in 3 days and that's without adderall.
#5 · 6y ago
timeandclocks
timeandclocks
Quote Originally Posted by GAAF View Post

2. Python is weird to learn with. It is very basic to get into, sets up some very basic QOL syntax rules, but python isn't actually very common or as widespread as most other languages in the job market until you go full circle into extremely advanced areas such as machine learning / AI where python is very widespread.
I'd disagree. Python is extremely popular especially these days. Google especially uses the hell out of it. Actually, most blogs, sources, and other media almost always lists python towards the top. The most searched tutorials are in python. FWIW, I hate python though, I prefer complete control over my data and data types. Gotta agree with you that it's weird once you know other langs
#6 · 6y ago
N3
N3YO
Open classrooms will help you a lot
#7 · 5y ago
Matthew
Matthew
Keep on the Python route, its a popular language, easy syntax and can do a multitude of tasks
#8 · 5y ago
ImPus
ImPus
Always set a goal and then try to teach yourself the necessary knowledge to reach that goal. That's how I did it. Build your knowledge towards a certain app.
#9 · 5y ago
Posts 1–9 of 9 · Page 1 of 1

Post a Reply

Similar Threads

  • Beginner's Advice To ProgrammingBy Gill Bates in Programming Tutorials
    13Last post 5y ago
  • C++ Basics For Beginners - Structure of a programBy djzikou in C++/C Programming
    12Last post 8y ago
  • programming for beginnersBy yosimba2000 in Programming Tutorials
    9Last post 15y ago
  • Beginner ProgramBy Monkunaro in Coders Lounge
    0Last post 14y ago

Tags for this Thread

None