fundamentals of Python Programming
Develop essential programming & development skills with expert instruction and practical examples.
What You'll Learn
Skills you'll gain:
Prerequisites & Target Audience
Skill Level
Requirements
Who This Course Is For
Course Information
About This Course
Beginners in the field of data science who are not familiar with programming often have a hard time figuring out where they should start. Fundamentals of Python consists of a discussion of basic building blocks of the Python programming language. Here, "Fundamentals of Python" is divided into the following categories.
And we will be discussing each topic separately. Unlike most programming languages python uses indentation to mark a block of code. According to python style guidelines or PEP8, you should keep an indent size of four.
Most of the programming languages provide indentation for better code formatting and don't enforce to have it. But in Python it is mandatory. This is why indentation is so crucial in Python.
A basic Python curriculum can be broken down into 4 essential topics that include:Data types (int, float, strings)Compound data structures (lists, tuples, and dictionaries)Conditionals, loops, and functionsObject-oriented programming and using external librariesCourse Objectives and Role in Program The objectives of this course include: Teach an example of scripting and interpretative language and compare it with classical compiled programming languages Introduce the student to Python programming fundamentalsExpose students to application development and prototyping using Python Learn to apply fundamental problem solving techniques Learning Outcomes At the end of this course students will Understand principles of Python Understand the pros and cons on scripting languages vs. classical programming languages (at a high level) Understand object oriented programming Understand how Python can be used for application development as well as quick networking, QA and game programming Topics Covered Language syntax and fundamentalsData types Exception handling and events Functions and control structuresObject oriented programming Text processing and regular expressions Networking Graphical user interfaces Game development (using 3rd party library).
Topics Covered
Course Details
Course Details
View pricing and check out the reviews. See what other learners had to say about the course.
$19.99
list price when the catalogue was read (2026-07-07); Udemy sale prices run lower
Affiliate disclosure: if you enroll through links on this page, the course provider may pay us a commission. This comes at no extra cost to you and does not influence how we describe courses.
This course includes:
Not sure if this is right for you?
Browse More Programming & Development CoursesWhere this course fits
Certifications in this area
- GitHub Foundations · Foundational
- ISTQB Certified Tester Foundation Level (CTFL) v4.0 · Foundational
- AWS Certified Developer – Associate · Associate
- ISTQB Advanced Level Test Analyst (CTAL-TA) v4.0 · Professional
- ISTQB Advanced Level Test Automation Engineering (CTAL-TAE) v2.0 · Professional
- Microsoft Certified: DevOps Engineer Expert · Expert
Concepts behind this area
HTTP
HTTP is the request-and-response protocol of the web: a client sends a method, a path and headers, a server answers with a status code, headers and a body, and each exchange stands alone unless the two sides agree to carry state in a header.
REST API
A REST API exposes an application's data as resources at stable addresses and lets clients read and change them with HTTP's standard methods and status codes, so that the protocol itself carries most of the meaning.
Python
Python is a general-purpose programming language that became the standard interface for driving numerical and machine-learning code written in other languages.
The field, explained: Programming & Web Development
Wider context: the fields we cover, the glossary and certification exams, all written by us rather than pulled from a provider feed.
