💻
Python Zero to Hero
  • Python Zero to Hero
  • What is Python?
    • What is Python?
      • High Level
      • Intrepreted
      • General Purpose
    • Tooling
    • Hello, World!
    • Variables
    • Operators
    • Object Orientated Programming
    • Boolean Values
    • If Statements
    • Loops
    • Functions
      • Scope
    • Python Libraries
    • Virtual Environments
      • PyEnv
  • Advanced
    • Introduction
    • Set Theory
Powered by GitBook
On this page

Was this helpful?

  1. Advanced

Introduction

If you create or want to create tools like Ciphey, Autorecon, Sherlock, and more this is the section for you.

If you try to build a large project using only what I taught you in the basics, you will fail. Mainly because:

  • Your code will become unmaintainable and thus you will lose all motivation

  • Your code will be incredibly slow due to not understanding algorithms / data structures

This section aims to teach you the advance stuff.

PreviousPyEnvNextSet Theory

Last updated 4 years ago

Was this helpful?