$19.99
Gurantee image 30-Day Money - Back Guarantee
Gurantee image Lifetime - Access
Overview Curriculum Instructor Reviews
Python Bootcamp + Replit Python Programming Beginner Tutorial Play Image

Python Bootcamp + Replit Python Programming Beginner Tutorial

Master Python fundamentals in a day using Replit—string, list, dict, file I/O, and real-world data analysis with hands-on exercises.

4.2 Rating star
55 Ratings
10,299 Enrolled

Created By Paul Ashun

For You
Course speifications
duration icon
3:58}} Hours
files icon
157 Files
access icon
Lifetime/ Unlimited
certification icon
Certificate of completion
date icon
Created on 16 May 2025
resources icon
10 downloadable resources
update icon
Last Updated 16 May 2025
caption icon
Closed captions
$19.99
gurantee icon
30 days money back gurantee
support icon
Instructor support
Promo code
Apply
The coupon code entered is not valid for this course.
or
Subscribe to our top courses now!

Get this course with 2000+ of our top related courses with personal plan. Learn more

Try Personal Plan for free

What You’ll Learn



  • Core Python mastery: understand variables, strings, lists, dictionaries, sets, functions, and more.

  • Rapid setup: install Python locally and use Replit online IDE to start coding instantly.

  • Data processing: load, clean, and transform real-world datasets—build an Olympics medals table in under a day.

  • Problem solving: apply Python to tackle concrete customer scenarios and boost your developer confidence.

  • File handling & errors: read/write files safely and handle exceptions like a pro.

  • Data analysis: leverage Python’s built-in tools to explore and visualize real data sources.

  • No prerequisites: start from zero and follow step-by-step exercises to fluently write Python code.



Requirements



  • No prior programming experience—everything is covered from the ground up.

  • A computer or tablet with internet access to use Replit’s online IDE.

  • Desire to write high-quality Python code for developer roles or professional certifications.

  • Interest in refreshing fundamentals or preparing for a Python certification/exam.



Description


Jump into Python with this concise, confidence-building bootcamp. In one day, you’ll go from zero to writing real Python scripts that process data, handle files, and solve practical problems. Using Replit’s online IDE, you’ll learn how to:



  • Set up your Python environment instantly—no complex installs.

  • Work with data types: strings, lists, tuples, dictionaries, sets, and arrays.

  • Build functions and modules to organize your code effectively.

  • Read, write, and manipulate files while handling errors gracefully.

  • Analyze real-world datasets—create an interactive Olympics medals table.

  • Practice with hands-on exercises that test your understanding.


Whether you’re aiming for a new developer role, brushing up on basics, or gearing up for a Python certification, this course delivers a complete overview of Python fundamentals—backed by a certificate of completion and direct instructor Q&A. By the end, you’ll confidently apply Python in real job scenarios and have the skills to tackle any beginner-to-intermediate coding challenge.

View more

Course content

15 sections | 157 lectures | 3:58 total length
Expand all sections
Section 1 - Introduction
Close Button
Video Icon 1.2 - Introduction
3.39 MB
Video Icon 1.1 - Welcome to Python Programming for Beginners+Python Bootcamp In a day training
0.11 MB
Video Icon 1.3 - Introduction To Python - Learning Objectives
6.68 MB
Video Icon 1.4 - What is Python
13.73 MB
Video Icon 1.5 - The Example - Python
2.28 MB
Section 2 - Getting Set Up
Close Button
Video Icon 2.1 - Learning Objectives - Getting Set
0.43 MB
Video Icon 2.2 - What is Replit
0.18 MB
Video Icon 2.3 - How to Get Started with Replit
4.26 MB
Video Icon 2.4 - Create Your Repl.it Account
0.13 MB
Video Icon 2.5 - Writing Your First Python Program - Hello World
2.28 MB
Video Icon 2.6 - How to Work with Exercises
3.41 MB
Video Icon 2.6b UPDATE Replit Changes September 2024
0.03 MB
Video Icon 2.7 - [Interactive Coding Exercise] Running Python Scripts
0.05 MB
Video Icon 2.8 - Alternatives to Replit
0.15 MB
Section 3 - Storing Information
Close Button
Video Icon 3.1 - Learning Objectives - Storing Information
0.39 MB
Video Icon 3.2 - Objects and Variables
27.91 MB
Video Icon 3.3 - [Interactive Coding Exercise] Objects and Variables
0.05 MB
Video Icon 3.4 - Variable Names
15.33 MB
Video Icon 3.5 - [Interactive Coding Exercise] Variable Names
0.05 MB
Video Icon 3.6 - Numbers
23.93 MB
Video Icon 3.6 - PYTHON Chapter 3.5 - Showing Output When Running Python
4.60 MB
Video Icon 3.7 - [Interactive Coding Exercise] Numbers
0.05 MB
Video Icon 3.8 - Strings
33.26 MB
Video Icon 3.9 - [Interactive Coding Exercise] Strings
0.05 MB
Section 4 - Processing Information
Close Button
Video Icon 4.1 - Learning Objectives - Processing Information
0.40 MB
Video Icon 4.2 - Processing Information
3.86 MB
Video Icon 4.3 - [Interactive Coding Exercise] Processing Information
0.05 MB
Video Icon 4.4 - Indexing
18.98 MB
Video Icon 4.5 - [Interactive Coding Exercise] Indexing
0.05 MB
Video Icon 4.7 - Slices
28.49 MB
Video Icon 4.8 - [Interactive Coding Exercise] Slices
0.05 MB
Video Icon 4.9 - Strings.mp4
35.23 MB
Video Icon 4.10 - [Interactive Coding Exercise] String Functions
0.05 MB
Video Icon 4.11 - Commonly Used String Methods
0.23 MB
Video Icon 4.11 - PYTHON Chapter 4.4 - The input function
3.53 MB
Video Icon 4.12 - [Interactive Coding Exercise] The 'input' Function
0.05 MB
Video Icon 4.13 - More String Operations
13.18 MB
Video Icon 4.14 - [Interactive Coding Exercise] More String Operations
0.05 MB
Video Icon 4.15 - Converting Between Different Types
48.62 MB
Video Icon 4.16 - [Interactive Coding Exercise] Strip ()
0.05 MB
Video Icon 4.17 - [Interactive Coding Exercise] Split ()
0.05 MB
Video Icon 4.18 - [Interactive Coding Exercise] Converting Between Different Types
0.05 MB
Video Icon 4.19 - Mathematical Operations and Precedence Order
0.18 MB
Video Icon 4.20 - Short Hand (in place) Operations
0.15 MB
Video Icon 4.21 - Mathematical Functions
0.21 MB
Video Icon 4.22 - Getting Help
0.18 MB
Section 5 - Comparing Information
Close Button
Video Icon 5.1 - Learning Objectives - Comparing Information
0.36 MB
Video Icon 5.2 - Comparing Information
41.67 MB
Video Icon 5.3 - Comparing Information
0.23 MB
Video Icon 5.4 - [Interactive Coding Exercise] Comparing Information
0.05 MB
Section 6 - Tidying Messy Data
Close Button
Video Icon 6.1 - Learning Objectives - Tidying Messy Data
0.37 MB
Video Icon 6.2 - Tidying Messy Data
33.21 MB
Video Icon 6.3 - [Interactive Coding Exercise] Tidying Messy Data
0.05 MB
Video Icon 6.3 - Nested If Blocks
0.37 MB
Section 7 - Storing Multiple Things
Close Button
Video Icon 7.1 - Learning Objectives - Storing Multiple Things
0.42 MB
Video Icon 7.2 - Larger Pieces Of Code
0.10 MB
Video Icon 7.3 - Storing Multiple Things
5.78 MB
Video Icon 7.4 - Introducing Python Lists
5.74 MB
Video Icon 7.5 - [Interactive Coding Exercise] Introducing Python Lists
0.05 MB
Video Icon 7.5 - Adding Items To A List
19.48 MB
Video Icon 7.6 - Indexing And Slicing Lists
35.90 MB
Video Icon 7.7 - [Interactive Coding Exercise] Adding Items To A List
0.05 MB
Video Icon 7.7 - Deleting Items In A List
11.64 MB
Video Icon 7.8 - Tuples
5.29 MB
Video Icon 7.8.1 - [Interactive Coding Exercise] Tuples
0.05 MB
Video Icon 7.9 - [Interactive Coding Exercise] Indexing And Slicing Lists
0.06 MB
Video Icon 7.9 - Long Lines In Python
10.27 MB
Video Icon 7.10 - Dictionaries
48.51 MB
Video Icon 7.10.1 - [Interactive Coding Exercise] Dictionaries
0.05 MB
Video Icon 7.11 - [Interactive Coding Exercise] Deleting Items In A List
0.05 MB
Video Icon 7.11 - List Functions - More Ways To Work With Lists
3.11 MB
Video Icon 7.11.1 - [Interactive Coding Exercise] List Functions - More Ways To Work With Lists
0.05 MB
Video Icon 7.12 - Sets
33.24 MB
Video Icon 7.12.1 - [Interactive Coding Exercise] Sets
0.05 MB
Section 8 - Processing Collections
Close Button
Video Icon 8.1 - Learning Objectives - Processing Collections
0.47 MB
Video Icon 8.2 - Processing Collections
7.77 MB
Video Icon 8.3 - [Interactive Coding Exercise] A Simple 'for' Loop
0.05 MB
Video Icon 8.3 - More Complex for loops - break, continue and else
59.79 MB
Video Icon 8.3.1 - [Interactive Coding Exercise] break, continue and else
0.06 MB
Video Icon 8.4 - The range Function - How To Create A List Of Numbers
9.66 MB
Video Icon 8.4.1 - [Interactive Coding Exercise]The range function
0.05 MB
Video Icon 8.5 - The while loop - Do Something For A While
18.18 MB
Video Icon 8.5.1 - [Interactive Coding Exercise]The while loop - Do Something For A While
0.06 MB
Section 9 - Robust Programs - Handling Errors
Close Button
Video Icon 9.1 - Learning Objectives - Robust Programs
0.43 MB
Video Icon 9.2 - Robust Programs - Handling Errors
8.61 MB
Video Icon 9.3 - Look Before You Leap
4.95 MB
Video Icon 9.4 - [Interactive Coding Exercise] Look Before You Leap
0.05 MB
Video Icon 9.4 - The Try And Except Block
20.48 MB
Video Icon 9.4.1 - [Interactive Coding Exercise]The Try and Except Block
0.05 MB
Video Icon 9.5 - The Catch All Block FULL VIDEO
9.05 MB
Video Icon 9.5.1 - [Interactive Coding Exercise] The Catch All Block
0.05 MB
Video Icon 9.6 - Your Sample Data and Scripts
0.45 MB
Video Icon 9.7 - The Finally Block (Part 1)
11.25 MB
Video Icon 9.8 - The Finally Block
13.39 MB
Section 10 - Saving The Results - Working With Files
Close Button
Video Icon 10.1 - Learning Objectives - Saving The Results - Working With Files
0.43 MB
Video Icon 10.2 - Adding Bad Data
9.02 MB
Video Icon 10.3 - Saving The Results - Working With Files
35.79 MB
Video Icon 10.4 - [Interactive Coding Exercise] Saving The Results - Working With Files
0.06 MB
Video Icon 10.4 - Binary File Modes
2.67 MB
Video Icon 10.5 - Text File Modes
10.52 MB
Video Icon 10.6 - About Text File Modes
0.09 MB
Video Icon 10.7 - [Interactive Coding Exercise] Text File Modes
0.05 MB
Video Icon 10.7 - PYTHON Chapter 10.3 - The With Statement
5.93 MB
Video Icon 10.10 - [Interactive Coding Exercise] The With Statement
0.05 MB
Section 11 - Breaking Up Larger Programs, Part 1
Close Button
Video Icon 11.1 - Breaking Up Larger Programs - Part 1
0.42 MB
Video Icon 11.2 - About Replit.config
3.33 MB
Video Icon 11.3 - Breaking Up Larger Programs
0.19 MB
Video Icon 11.4 - Functions
12.35 MB
Video Icon 11.5 - [Interactive Coding Exercise] Functions
0.05 MB
Video Icon 11.5 - Function Parameters
19.59 MB
Video Icon 11.6 - Local Versus Global Variables
14.19 MB
Video Icon 11.7 - [Interactive Coding Exercise] Function Parameters
0.05 MB
Video Icon 11.7 - About Local Versus Global Variables
0.20 MB
Video Icon 11.8 - Positional And Keyword Parameters
16.18 MB
Video Icon 11.8.1 - [Interactive Coding Exercise] Positional And Keyword Parameters
0.05 MB
Video Icon 11.9 - Return Statement
21.21 MB
Video Icon 11.9.1 - [Interactive Coding Exercise] Return Statement
0.06 MB
Video Icon 11.10 - [Interactive Coding Exercise] Local Versus Global Variables
0.05 MB
Video Icon 11.10 - About Working With JSON
0.17 MB
Video Icon 11.11 - Working With JSON
29.03 MB
Video Icon 11.11.1 - [Interactive Coding Exercise] Working With JSON
0.05 MB
Video Icon 11.12 - Code Comments And Clear Code
10.05 MB
Video Icon 11.12.1 - [Interactive Coding Exercise] Code Comments And Clear Code
0.05 MB
Section 12 - Summarising And Presenting The Results
Close Button
Video Icon 12.1 - Learning Objectives - Summarising and Presenting the Results
0.47 MB
Video Icon 12.2 - About Summarising and Presenting the Results
0.12 MB
Video Icon 12.3 - Summarising And Presenting The Results Part 1
65.47 MB
Video Icon 12.4 - Cleaning the Data
52.68 MB
Video Icon 12.5 - Summarising And Presenting The Results Part 2
32.72 MB
Video Icon 12.6 - [Interactive Coding Exercise] Summarising And Presenting The Results Part 2
0.06 MB
Video Icon 12.6 - More Numeric Functions - min,max,sum
15.99 MB
Video Icon 12.6.1 - [Interactive Coding Exercise] More Numeric Functions - Min, Max, Sum
0.05 MB
Video Icon 12.7 - Formatted Strings, F-Strings
81.03 MB
Video Icon 12.7.1 - [Interactive Coding Exercise] Formatted Strings, f-strings
0.05 MB
Section 13 - Breaking Up Larger Programs, Part 2
Close Button
Video Icon 13.1 - Breaking Up Larger Programs - Part 2
0.44 MB
Video Icon 13.2 - About Breaking Up Larger Programs - Part 2
0.15 MB
Video Icon 13.3 - Splitting Code Into Modules
58.26 MB
Video Icon 13.4 - Namespaces
8.53 MB
Video Icon 13.5 - About Namespaces
0.17 MB
Video Icon 13.6 - [Interactive Coding Exercise] Namespaces
0.05 MB
Video Icon 13.6 - About medals_by_country_and_type
0.18 MB
Video Icon 13.7 - Using Our Modules
44.65 MB
Video Icon 13.9 - [Interactive Coding Exercise] Using Our Modules
0.06 MB
Video Icon 14. Congratulations
0.02 MB
Section 14 - OPTIONAL - Getting Set Up On a PC or MAC
Close Button
Video Icon 14.1 - Getting Set Up On a PC or MAC
0.43 MB
Video Icon 14.2 - Getting Set Up
4.52 MB
Video Icon 14.3 - Starting Python on Windows 10
6.93 MB
Video Icon 14.4 - Starting a Terminal on Mac OS
0.10 MB
Video Icon 14.5 - Starting Python on Mac OS
0.15 MB
Video Icon 14.6 - Starting a terminal or command prompt on Windows
6.69 MB
Video Icon 14.7 - Installing Python On Windows
26.66 MB
Video Icon 14.8 - Installing Python On MacOS
16.42 MB
Video Icon 14.9 - Quick Python test - running Python
8.46 MB
Video Icon 14.10 - Python scripts and IDLE
40.68 MB
Video Icon 14.11 - Code Editors And IDEs
18.59 MB
Video Icon 14.12 - Running Python scripts
15.19 MB
Section 15 - Supporting Files
Close Button
Video Icon python-medals-table
0.13 MB
Video Icon results
0.13 MB

Similar courses

Explore More
17,000 Enrolled
2:00 Hours
$24.99
16,788 Enrolled
3:31 Hours
$19.99
9,800 Enrolled
17:12 Hours
$19.99
15 Enrolled
3:21 Hours
$19.99

Instructor

Paul Ashun
More Courses by Paul Ashun
Person Image
access icon
0 Instructor Rating
reviews icon
Reviews
students icon
0 Students Enrolled
play icon
6 Courses

More Courses by Paul Ashun

299,765 Enrolled
3:09 Hours
$69.99
42,556 Enrolled
2:28 Hours
$44.99
31,445 Enrolled
1:51 Hours
$54.99
14,288 Enrolled
2:38 Hours
$19.99
Join us today!

Recieve the best deals..

Send Icon

Coursetakers Support Centre

Captcha