-
Book Overview & Buying
-
Table Of Contents
The Complete Python and Data Science Bootcamp
By :
The Complete Python and Data Science Bootcamp
By:
Overview of this book
This course is designed to transform beginners into skilled programmers by starting with Python essentials and building steadily toward advanced concepts. Early sections focus on syntax, control flow, loops, and data structures, ensuring a solid grounding in the language. From there, you’ll apply these skills in projects like Turtle Graphics and coding exercises that strengthen problem-solving abilities.
Once the core programming skills are in place, the journey moves into critical computer science foundations such as recursion, searching, sorting algorithms, and object-oriented programming. You’ll then progress into professional practices like error handling, file management, and unit testing, giving you the same toolkit developers use in real-world applications.
The final phase dives into data science and AI. You’ll learn data manipulation with NumPy and Pandas, create meaningful visualizations with Matplotlib and Plotly, and explore image processing techniques. The course culminates in PyTorch fundamentals, introducing GPU-powered computation and tensor operations that form the backbone of modern machine learning. By the end, you’ll have both the knowledge and confidence to work with data-driven technologies at scale.
Table of Contents (22 chapters)
Introduction
Foundations
Control Flow and Conditional Statements
Loops
Capstone Project Using Turtle Graphics
Functions
Lists
Exercises—Functions, Loops, Lists
Equality vs. Identity
Exception and Error Handling
Recursive Programming
Searching and Sorting Algorithms
Data Structures Beyond Lists
Object-Oriented Programming
Unit Testing with pytest
File-Handling and Modules
NumPy
Pandas
Matplotlib, Graphing, and Statistics
Matplotlib and Image Processing
Plotly and Interactive Plots
PyTorch Fundamentals