The Modern Python 3 Bootcamp
- Offered byUDEMY
The Modern Python 3 Bootcamp at UDEMY Overview
Duration | 30 hours |
Total fee | ₹494 |
Mode of learning | Online |
Credential | Certificate |
The Modern Python 3 Bootcamp at UDEMY Highlights
- Earn a Certificate of completion from Udemy
- 30-Day Money-Back Guarantee
- Full lifetime access
- Access on mobile and TV
- 8 downloadable resources
The Modern Python 3 Bootcamp at UDEMY Course details
- For Anyone who is curious about data science, machine learning, or web development
- Learn all the coding fundamentals in Python
- Learn about all of the latest features in Python 3.6
- Make complex HTTP requests to APIs using Python
- Use Python to create an automated web crawler and scraper
- Learn testing and TDD (Test Driven Development) with Python
- Build larger projects that span across multiple files
- Master built-in python functions like zip and filter
- MAC Python Setup
- Installing Python: MAC
- Optional: Installing Sublime Text
- Our First Python Program
- Important Note on Print and the Python Interpreter
- WINDOWS Python Setup
- Installing Python On a PC
- Introducing Sublime Text
- Your First Python Program
- Important Note on Print and the Python Interpreter
- This course is all about getting you writing code ASAP, rather than sitting back watching a bunch of videos
The Modern Python 3 Bootcamp at UDEMY Curriculum
Course Introduction
Python3 vs. Python2
How The Exercises Work
Where Should You Start?
How The Course is Structured
MAC/LINUX Command Line Fundamentals
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)
WINDOWS Command Line Fundamentals
Why Do You Need The Command Line?
Using Powershell
Paths, LS, and PWD
Using The CD Command
OPTIONAL: Making Directories with MKDIR
OPTIONAL: Making Files (it's...complicated)
OPTIONAL: Removing Files and Folders with RM