The Modern Python 3 Bootcamp
A Unique Interactive Python Experience With Nearly 200 Exercises and Quizzes
A Unique Interactive Python Experience With Nearly 200 Exercises and Quizzes
Updated to include SQL + Python!
Welcome to the Modern Python 3 Bootcamp! I've launched my fair share of Udemy courses, but I've never done anything quite this crazy.
This course is a unique experience on Udemy. There are dozens of existing Python courses you can choose from, but this course is the only one that has nearly 200 interactive challenges you can complete right here in your browser. I didn't just tack on a couple of exercises at the end; this course is fully built around the coding exercises. This course is all about getting you writing code ASAP, rather than sitting back watching a bunch of videos.
In development, I referred to this course as a hybrid between a typical Udemy course and an interactive Codecademy-style course. You get over 25 hours of in-depth videos and my dumb jokes along with meticulously created exercises and quizzes to test your knowledge as you go.
Many of the older Python courses still focus on Python 2. This course is all about writing the most modern, up-to-date Python code, so Python 3 was the obvious choice. The course covers all the latest additions and changes to the Python language. The course also places a large emphasis on thinking like a Python developer, and writing code the "Pythonic" way.
As for the curriculum, This course teaches all the key topics covered by other Python courses, but also covers more advanced topics like web scraping, crawling, and testing, just to name a few. Please feel free to explore the curriculum and watch some of the free preview videos!
Python is consistently ranked in either first or second place as the most in-demand programming languages across the job market. It has applications in data science, machine learning, web development, self-driving cars, automation, and many many other disciplines. There has never been a better time to learn it!
I'm spent years teaching people to program at in-person bootcamps in the San Francisco Bay Area. In recent years, I've started bringing my methods from the classroom to the online world. In my first year teaching online, I was selected as the Best Newcomer Instructor in the Udemy Instructor Awards 2015. I'm passionate about making the best possible online learning experiences that mirror my in-person courses.
If you want to take ONE COURSE to master Python take this course.
Khu vực Câu hỏi thường gặp trống
Why Use The Command Line?
Command Line Installation: MAC
Absolute Paths and PWD
Using CD
Using LS
Making Directories with MKDIR
Creating Files with TOUCH
Quick Activity: Salamanders and Frogs
Moving and Renaming with MV
Deleting Files with RM
Deleting Directories (Plus Tangents on Permissions and MAN Pages)
Variables and Data Types
Introduction to Variables
Variable Naming Restrictions and Conventions
Data Types Overview
What The Heck is Dynamic Typing
The Special Value NONE
Double Vs. Single Quotes
String Escape Sequences
String Concatenation
String Formatting
Strings and Indexes (Indicies?)
Converting Data Types
Building a Mileage Convertor With User Input
Section Introduction and Objectives
Defining Classes and Objects
Abstraction and Encapsulation
Creating Classes and Instances
The __init__ method
Underscores: Dunder Methods, Name Mangling, and More!
Adding Instance Methods
Introducing Class Attributes
Class Attributes Continued
Class Methods
A More Advanced Class Method Example
The __repr__ method
Intro To Regular Expressions
Writing Basic Regex
Regex Basics: Quantifiers
Regex Basics: Character Classes and Sets
Regex Basics: Anchors and Boundaries
Regex Basics: Logical Or and Capture Groups
Introduction to the RE Module
Validating Phone Numbers With Python
Parsing URLs with Python
Symbolic Group Names
Regex Compilation Flags
Regex Substitution Basics
Swapping File Names
A computer! We've got you covered whether you have a Mac or a PC.
Prepare to write thousands of lines of python exercises!
No previous experience with Python or coding is required.
Learn all the coding fundamentals in Python!
Work through nearly 200 exercises and quizzes!
Learn in-depth about Python 3 features
Use Python to create an automated web crawler and scraper
Make complex HTTP requests to APIs using Python
Master the quirks of Python style and conventions
Really Really Understand Object Oriented programming in Python
Learn testing and TDD (Test Driven Development) with Python
Write your own Decorators and higher order functions
Write your own Generators and other Iterators
Confidently work with Lambdas!
Master tricky topics like Multiple Inheritance and Polymorphism
Build games with Python
Build larger projects that span across multiple files
Work with all the Python data structures: lists, dictionaries, sets, tuples, and more!
Become an expert at list and dictionary comprehensions
Master built-in python functions like zip and filter
Handle errors and debug code
Write your own custom modules
Work with files, including CSV