Wij slaan cookies op om onze website te verbeteren. Is dat akkoord? Ja Nee Meer over cookies »
Artikelnummer: 90828908

Python Fundamentals Training

Artikelnummer: 90828908

Python Fundamentals Training

289,00 349,69 Incl. btw

Python Fundamentals Training Bekroonde E-Learning Interactieve video's gesproken tekst Gecertificeerde docenten Oefeningen Certificaat.

Lees meer
Kortingen:
  • Koop 2 voor €283,22 per stuk en bespaar 2%
  • Koop 3 voor €280,33 per stuk en bespaar 3%
  • Koop 4 voor €277,44 per stuk en bespaar 4%
  • Koop 5 voor €274,55 per stuk en bespaar 5%
  • Koop 10 voor €260,10 per stuk en bespaar 10%
  • Koop 25 voor €245,65 per stuk en bespaar 15%
  • Koop 50 voor €231,20 per stuk en bespaar 20%
Beschikbaarheid:
Op voorraad
Levertijd:
Voor 17:00 uur besteld! Start vandaag. Gratis Verzending.
  • Award Winning E-learning
  • De laagste prijs garantie
  • Persoonlijke service van ons deskundige team
  • Betaal veilig online of op factuur
  • Bestel en start binnen 24 uur

Python Fundamentals E-Learning Training

Bestel deze unieke E-Learning Python Fundamentals cursus online!
✔️ 1 jaar 24/7 toegang tot rijke interactieve video's, spraakopdrachten en voortgangsbewaking via rapportages.
✔️ Leer de basisprincipes van Python en begin met het schrijven van efficiënte en leesbare code.
✔️ Ontvang na afronding een certificaat van deelname.

Waarom kiezen voor deze opleiding?

Python is een van de populairste en meest toegankelijke programmeertalen ter wereld. Dankzij de eenvoudige syntaxis, uitgebreide bibliotheken en veelzijdigheid wordt Python gebruikt voor webontwikkeling, data-analyse, kunstmatige intelligentie, automatisering en veel meer. Deze cursus biedt een grondige introductie in de basisprincipes van Python, zodat je snel kunt beginnen met programmeren.

Wat je leert:

  • Fundamenten van Python: Variabelen, datatypes, functies en controle-stromen.
  • Objectgeoriënteerd programmeren (OOP): Leer hoe je Python gebruikt om objecten en klassen te creëren en toe te passen.
  • Functionele en imperatieve programmeren: Ontdek de verschillende manieren om Python toe te passen voor verschillende doeleinden.
  • Python-stijl en best practices: Leer de belangrijke syntaxisregels en schrijf code die zowel leesbaar als onderhoudbaar is.

Deze cursus biedt alles wat je nodig hebt om als beginner succesvol Python te leren en je voor te bereiden op de volgende stappen in je programmeercarrière.

Wie zou moeten deelnemen?

Deze opleiding is perfect voor:

  • Beginnende programmeurs die een solide basis willen leggen in Python.
  • Softwareontwikkelaars die hun vaardigheden willen uitbreiden naar Python, een veelzijdige taal.
  • Datawetenschappers die met Python willen beginnen voor data-analyse of machine learning.
  • Iemand die de programmeerwereld wil betreden en geïnteresseerd is in het ontwikkelen van praktische, gebruiksvriendelijke software.

Cursusinhoud

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

Ga aan de slag met Python Fundamentals!

✔️ Flexibele leerstijl: Leer op je eigen tempo met interactieve video's en praktijkgerichte opdrachten.
✔️ Directe toepassing: Pas de kennis direct toe door oefeningen en testen per hoofdstuk.
✔️ Ontwikkel als Python-programmeur: Bouw de vaardigheden die nodig zijn om Python effectief te gebruiken in verschillende domeinen.

Bestel nu jouw cursus en start je reis naar Python-programmering!

Taal Engels
Kwalificaties van de Instructeur Gecertificeerd
Cursusformaat en Lengte Lesvideo's met ondertiteling, interactieve elementen en opdrachten en testen
Lesduur 16:37 uur
Voortgangsbewaking Ja
Toegang tot Materiaal 365 dagen
Technische Vereisten Computer of mobiel apparaat, Stabiele internetverbindingen Webbrowserzoals Chrome, Firefox, Safari of Edge.
Support of Ondersteuning Helpdesk en online kennisbank 24/7
Certificering Certificaat van deelname in PDF formaat
Prijs en Kosten Cursusprijs zonder extra kosten
Annuleringsbeleid en Geld-Terug-Garantie Wij beoordelen dit per situatie
Award Winning E-learning Ja
Tip! Zorg voor een rustige leeromgeving, tijd en motivatie, audioapparatuur zoals een koptelefoon of luidsprekers voor audio, accountinformatie zoals inloggegevens voor toegang tot het e-learning platform.
Totaal
10/10 (3 Beoordelingen)

    "Mooie cursus. Duidelijk en uitgebreid!"

    Remy op 17 Jun 2022

    "Erg interessant en duidelijke training. Fijne Python training"

    Richard op 14 Jun 2022

    "Goede cursus, veel verschillende aspecten. Duidelijke uitleg"

    Jesse op 29 Mar 2020

Loading...

OEM Office Elearning Menu Genomineerd voor 'Beste Opleider van Nederland'

OEM Office Elearning Menu is trots genomineerd te zijn voor de titel 'Beste Opleider van Nederland' door Springest, een onderdeel van Archipel. Deze erkenning bevestigt onze kwaliteit en toewijding. Hartelijk dank aan al onze cursisten.

Beoordelingen

Totaal
10/10 (3 Beoordelingen)

    "Mooie cursus. Duidelijk en uitgebreid!"

    Remy op 17 Jun 2022

    "Erg interessant en duidelijke training. Fijne Python training"

    Richard op 14 Jun 2022

    "Goede cursus, veel verschillende aspecten. Duidelijke uitleg"

    Jesse op 29 Mar 2020

Combideals

25.000+

Springest: 9.1 - Edubookers 9.0

3500+

20+