Menu
EUR
Nu 10% korting op alle Microsoft-certificeringen! Bekijk aanbod
Python Fundamentals Training
€349,69 €289,00
In shopping cart
Python Fundamentals Training
(3)
Python Fundamentals Training
Python Fundamentals Training
Python Fundamentals Training
Python Fundamentals Training
Python Fundamentals Training
Python Fundamentals Training
Python Fundamentals Training
Python Fundamentals Training
Python Fundamentals Training
Python Fundamentals Training

Python Fundamentals Training

€349,69 €289,00 Incl. tax Excl. tax
In stock

Python Fundamentals Training Award-winning E-Learning course Interactive videos with spoken text Certified teachers Exercises Certificate. Read more.

Bulk discount
No discount
1 Piece
€349,69 €289,00
2% Discount
2 Pieces
€342,70 €283,22 / Piece
3% Discount
3 Pieces
€339,20 €280,33 / Piece
4% Discount
4 Pieces
€335,70 €277,44 / Piece
5% Discount
5 Pieces
€332,21 €274,55 / Piece
10% Discount
10 Pieces
€314,72 €260,10 / Piece
15% Discount
25 Pieces
€297,24 €245,65 / Piece
20% Discount
50 Pieces
€279,75 €231,20 / Piece
Make a choice
Python Fundamentals Training
90828908
In stock
Ordered before 5 p.m.! Start today.
90828908
€349,69 €289,00
  • Officieel examen
    Online of fysiek
  • Start nu – bekroonde e-learning
    Inclusief proefexamens & 24/7
  • ISO 9001 & 27001 werkwijze
    1000+ organisaties gingen u voor
  • Maatwerk & gratis intake
    Inclusief nulmeting bij training

Product description

Python Fundamentals E-Learning

Order this unique E-Learning Python Fundamentals course online!
✔️ 1 year 24/7 access to rich interactive videos, voice commands and progress monitoring via reports.
✔️ Learn the basics of Python and start writing efficient and readable code.
✔️ Receive a certificate of participation upon completion.

Why choose this course?

Python is one of the most popular and accessible programming languages ​​in the world. Thanks to its simple syntax, extensive libraries and versatility, Python is used for web development, data analysis, artificial intelligence, automation and much more. This course provides a thorough introduction to the basics of Python so you can get started programming quickly.

What you learn:

  • Fundamentals of Python: Variables, data types, functions and control flows.
  • Object-oriented programming (OOP): Learn how to use Python to create and apply objects and classes.
  • Functional and Imperative Programming: Discover the different ways to apply Python for different purposes.
  • Python style and best practices: Learn the important syntax rules and write code that is both readable and maintainable.

This course provides everything you need to successfully learn Python as a beginner and prepare for the next steps in your programming career.

Who should participate?

This training is perfect for:

  • Beginning programmers who want to build a solid foundation in Python.
  • Software developers who want to expand their skills into Python, a versatile language.
  • Data scientists who want to get started with Python for data analysis or machine learning.
  • Someone who wants to enter the programming world and is interested in developing practical, easy-to-use software.

Course content

Setting Up

Course: 38 Minutes

  • Course Introduction
  • An Overview of Python
  • The Philosophy of Python
  • Python 2 vs Python
  • Installing Python
  • Installing Python 3 on Linux
  • Python IDEs

A Basic Program

Course: 35 Minutes

  • Whitespace in Python
  • Read, Evaluate, Print, Loop
  • Hello World
  • User Input
  • Modules and Imports

Data Types

Course: 19 Minutes

  • The int Type in Python
  • The float Type in Python
  • Basic Math Functions in Python
  • The bool Type in Python

Sequence Types

Course: 57 Minutes

  • The str Type in Python
  • The bytes Type in Python
  • The bytearray Type in Python
  • The list Type in Python
  • The tuple Type in Python
  • Slicing in Python

Collection and Mapping Types in Python

Course: 25 Minutes

  • The range Type and Function in Python
  • The set Type in Python
  • The dict Type in Python

Loops and Conditionals

Course: 31 Minutes

  • The While Loop in Python
  • The For Loop in Python
  • The if Statement in Python

Practice: Writing a Python Program

Course: 4 Minutes

  • Exercise: Name Reverser

Modules and Functions

Course: 39 Minutes

  • Course Introduction
  • Importing a Module at the REPL
  • Defining a Function
  • Python Scripts, Modules, and Programs
  • Running a Module as a Script
  • Command Line Arguments

Classes

Course: 1 Hour, 18 Minutes

  • Classes and Types
  • Class Definition
  • Class Initialization
  • Class Instance Methods
  • Static Methods
  • Inheritance
  • Properties
  • Properties with Inheritance
  • Operator Overloading

Documenting Code

Course: 21 Minutes

  • Docstrings
  • Code Comments
  • Documentation Best Practice

Files

Course: 28 Minutes

  • Reading Text Files
  • Writing Data
  • Writing Large Files
  • Reading Binary Data
  • Writing Binary Data

Practice: Creating Classes

Course: 6 Minutes

  • Exercise: Creating a Custom Data Type6 2.55

Comprehensions

Course: 42 Minutes

  • Course Introduction
  • List Comprehensions
  • Nested Comprehensions
  • The zip() Function in Comprehensions
  • Set Comprehensions
  • Dictionary Comprehensions

Iterables

Course: 57 Minutes

  • Basic Iteration
  • The map() Function
  • The filter() Function
  • The functools.reduce() Function
  • Implementing an Iterator
  • Implement an Iterable Using __getItem
  • Implement an Iterable Using Extended iter

Generators

Course: 28 Minutes

  • Simple Generators
  • Lazy Generators
  • Recursive Generators

Exceptions

Course: 1 Hour, 29 Minutes

  • Catching All Exceptions
  • Catching Specific Exception Classes
  • The Exception Hierarchy
  • Exception Payloads
  • Creating New Exceptions
  • Traceback Objects
  • Assertions
  • Chaining Exceptions

Practice: Creating an Iterable

Course: 9 Minutes

  • Exercise: Creating an Iterable Data Type

The Django Framework for Python

Course: 59 Minutes

  • Course Introduction
  • The Django Framework
  • Setting up Django
  • Creating a Django Project
  • The Django Web Server
  • Creating Django Apps
  • Django Views and Templates
  • Working with Data in Django
  • Django Forms

The TurboGears Framework for Python

Course: 50 Minutes

  • The TurboGears Framework
  • Installing TurboGears for Python
  • TurboGears Templates
  • TurboGears Views
  • TurboGears Controllers
  • TurboGears and Rendering
  • TurboGears and Data
  • TurboGears and REST

The Flask Web Framework for Python

Course: 35 Minutes

  • The Flask Framework
  • Creating a Basic Flask Application
  • Using Templates in Flask
  • Working with Web Forms
  • Connecting to Data with Flask

Practice: Working with Web Frameworks

Course: 5 Minutes

  • Exercise: Creating a Django View

The web2py Framework for Python

Course: 55 Minutes

  • Course Introduction
  • Introduction to web2py
  • web2py Core
  • web2py Views
  • web2py Data Abstraction
  • web2py Forms and Validation
  • web2py Messaging
  • web2py Authentication and Authorization
  • web2py Services

Python Testing Frameworks

Course: 31 Minutes

  • Testing with Python
  • The Doctest Module
  • Doctests in Docstrings
  • Doctest Exceptions and Directives
  • Understanding Unit Testing

Unit Testing in Python

Course: 50 Minutes

  • Using Python Mocker
  • Running Unit Tests with Unittest
  • Working with Test Fixtures
  • Test Iterations with Subtests
  • Unit Testing with Nose
  • Unit Testing with Pytest
  • Acceptance Testing with the Robot Framework
  • Web Automation Testing Using Selenium

Practice: Working with Testing

Course: 3 Minutes

  • Exercise: Creating and Running Tests

Introduction to Data Science for Python

Course: 1 Hour, 39 Minutes

  • Course Introduction
  • Introduction to Anaconda
  • Introduction to Jupyter/IPython
  • Working with Jupyter/IPython
  • Introduction to NumPy
  • Working with NumPy Arrays
  • Introduction to Pandas
  • Data Manipulation with Pandas
  • Data Visualization with Matplotlib
  • Python and SciKit-learn
  • Supervised Learning with SciKit-learn
  • Geospatial Analysis using ArcGIS
  • Text Analytics with NLTK
  • Social Network Analysis using Networkx
  • The BeautifulSoup Parser for Python
  • Working with PySpark for Big Data

Practice: Working with Python and Data Science

Course: 3 Minutes

  • Exercise: Working with Pandas

Get started with Python Fundamentals!

✔️ Flexible learning style: Learn at your own pace with interactive videos and hands-on assignments.
✔️ Immediate application: Apply the knowledge immediately through exercises and tests per chapter.
✔️ Develop as a Python programmer: Build the skills needed to use Python effectively in different domains.

Order your course now and start your journey into Python programming!

Specifications

Article number
90828908
SKU
90828908
Language
English
Qualifications of the Instructor
Certified
Course Format and Length
Teaching videos with subtitles, interactive elements and assignments and tests
Lesson duration
16:37 Hours
Progress monitoring
Access to Material
365 days
Technical Requirements
Computer or mobile device, Stable internet connections Web browsersuch as Chrome, Firefox, Safari or Edge.
Support or Assistance
Helpdesk and online knowledge base 24/7
Certification
Certificate of participation in PDF format
Price and costs
Course price at no extra cost
Cancellation policy and money-back guarantee
We assess this on a case-by-case basis
Award Winning E-learning
Tip!
Provide a quiet learning environment, time and motivation, audio equipment such as headphones or speakers for audio, account information such as login details to access the e-learning platform.

Reviews

5/5
5 stars based on 3 reviews
3 reviews
Remy
Posted on 17 June 2022 at 17:31

Mooie cursus. Duidelijk en uitgebreid!

Richard
Posted on 14 June 2022 at 09:46

Erg interessant en duidelijke training. Fijne Python training

Jesse
Posted on 29 March 2020 at 17:10

Goede cursus, veel verschillende aspecten. Duidelijke uitleg

Vragen over deze training?
Of wilt u hulp bij het bestellen? Neem gerust contact op via [email protected] of bel ons op +31 36 760 1019. Wij helpen u graag!
Vragen over deze training?
Of wilt u hulp bij het bestellen? Neem gerust contact op via [email protected] of bel ons op +31 36 760 1019. Wij helpen u graag!

Recently viewed

Online 24/7
Python Fundamentals Training
Python Fundamentals Training
Python Fundamentals Training Award-winning E-Learning course Interactive videos ...
€349,69 €289,00
 
Practice Exam
Unity Certified Associate: Programmer Certification practice test
Unity Certified Associate: Programmer Certification practice test
Order Unity Certified Associate: Programmer Certification practice test start yo...
€145,20 €120,00
 
Exam
Oracle Exam Java
Oracle
Exam Java
Do you master Java ? Order online and make an appointment for the Exam Java
€169,40 €140,00
 
Exam
Unity Exam Unity Certified User VR Developer
Unity
Exam Unity Certified User VR Developer
Do you master Unity Certified User VR Developer ? Order online and make an appoi...
€169,40 €140,00
 

Specifications

Article number
90828908
SKU
90828908
Language
English
Qualifications of the Instructor
Certified
Course Format and Length
Teaching videos with subtitles, interactive elements and assignments and tests
Lesson duration
16:37 Hours
Progress monitoring
Access to Material
365 days
Technical Requirements
Computer or mobile device, Stable internet connections Web browsersuch as Chrome, Firefox, Safari or Edge.
Support or Assistance
Helpdesk and online knowledge base 24/7
Certification
Certificate of participation in PDF format
Price and costs
Course price at no extra cost
Cancellation policy and money-back guarantee
We assess this on a case-by-case basis
Award Winning E-learning
Tip!
Provide a quiet learning environment, time and motivation, audio equipment such as headphones or speakers for audio, account information such as login details to access the e-learning platform.
5/5
5 stars based on 3 reviews
3 reviews
Remy
Posted on 17 June 2022 at 17:31

Mooie cursus. Duidelijk en uitgebreid!

Richard
Posted on 14 June 2022 at 09:46

Erg interessant en duidelijke training. Fijne Python training

Jesse
Posted on 29 March 2020 at 17:10

Goede cursus, veel verschillende aspecten. Duidelijke uitleg

Choose your language
Choose your currency

Recently added

Total excl. VAT
€0,00
Order for another €50,00 and receive free shipping
0
Compare
Start comparison

Review Python Fundamentals Training

This product has been added to your cart
Wij gebruiken functionele en analytische cookies om onze website goed te laten werken en het gebruik ervan te meten met Google Analytics. Er worden geen persoonsgegevens gedeeld voor advertentiedoeleinden. Door op "Accepteren" te klikken, geeft u toestemming voor het plaatsen van deze cookies. Manage cookies