Wykorzystujemy pliki cookies i podobne technologie w celu usprawnienia korzystania z serwisu Chomikuj.pl oraz wyświetlenia reklam dopasowanych do Twoich potrzeb.

Jeśli nie zmienisz ustawień dotyczących cookies w Twojej przeglądarce, wyrażasz zgodę na ich umieszczanie na Twoim komputerze przez administratora serwisu Chomikuj.pl – Kelo Corporation.

W każdej chwili możesz zmienić swoje ustawienia dotyczące cookies w swojej przeglądarce internetowej. Dowiedz się więcej w naszej Polityce Prywatności - http://chomikuj.pl/PolitykaPrywatnosci.aspx.

Jednocześnie informujemy że zmiana ustawień przeglądarki może spowodować ograniczenie korzystania ze strony Chomikuj.pl.

W przypadku braku twojej zgody na akceptację cookies niestety prosimy o opuszczenie serwisu chomikuj.pl.

Wykorzystanie plików cookies przez Zaufanych Partnerów (dostosowanie reklam do Twoich potrzeb, analiza skuteczności działań marketingowych).

Wyrażam sprzeciw na cookies Zaufanych Partnerów
NIE TAK

Wyrażenie sprzeciwu spowoduje, że wyświetlana Ci reklama nie będzie dopasowana do Twoich preferencji, a będzie to reklama wyświetlona przypadkowo.

Istnieje możliwość zmiany ustawień przeglądarki internetowej w sposób uniemożliwiający przechowywanie plików cookies na urządzeniu końcowym. Można również usunąć pliki cookies, dokonując odpowiednich zmian w ustawieniach przeglądarki internetowej.

Pełną informację na ten temat znajdziesz pod adresem http://chomikuj.pl/PolitykaPrywatnosci.aspx.

Nie masz jeszcze własnego chomika? Załóż konto
Ryjufka
  • Prezent Prezent
  • Ulubiony
    Ulubiony
  • Wiadomość Wiadomość

SAP Knowledge Base

widziany: 11.02.2023 22:02

  • pliki muzyczne
    660
  • pliki wideo
    2
  • obrazy
    1392
  • dokumenty
    6382

9645 plików
158,74 GB

Ukryj opis
FolderyFoldery
Ryjufka
ACCA COURSE
Android
 
Audiobooki - Audiobooks
 
Czasopisma - magazines
 
databases
 
oracle
pl-sql
Ebooks Ebooki
 
Filmy
 
Fitness
 
Mens Health
Żywienie
Foreign Affairs magazine
 
Deutsch - Buecher
Gry PC
 
IT
 
Języki obce - Language courses
 
english
 
Cambridge English Vocabulary in Use Collection
Cambridge Vocabulary in Use Advanced books and audio
proficiency
Cambridg e CPE 2 - audio
CPE English Proficie ncy tests books Longman Oxford
CPE Use of English Proficie ncy 2015 Virginia Evans
french
 
hiszpański - Spanish
 
niderlandzki
 
podręczniki 1
 
podręczniki 2
Niemiecki - German
 
Android app
Assimil German With Ease
 
Audio
Berliner Platz 2
Berliner Platz 3
FSI Szybki Kurs Niemieckieg o audio podręcznik 02.2015
Graded Readers
J. Niemiecki
Learn To Speak German Deluxe 10 PL
Learning Pack 1
Learning Pack 2
LiveLessons .Python.Fun damentals
Niemiecki w Miesiąc PREMIUM 1.7 PL
 
com.elky .likekid s.de
Studio D A1
Studio D A2
Tell Me More Niemiecki - Instant Immersion PREMIUM
Instant Immersio n - Audio Discs
 
Disc 1 - Greet ings, Alpha bet, Speci al Sound s, Famil y
Disc 2 - Numbe rs, 1-10, 11-20 , Large r Numbe rs
Disc 3 - Prono uns, Counr tires , Verb 'To Have' , Quest ions
Instant Immersio n - Tell Me More
PIMSLEUR
 
rosyjski - Russian
 
Routledge Large Ebook Collection
włoski - Italian
KFD
 
doc
Matematyka
 
Kurs matematyki wyższej
Muzyka - Music
Operations Research - OR
 
APO optimization
Programy - Software
 
SnippetEditor 2.1
Prywatne
public
SAP
 
Słowniki - Dictionaries
 
ANDROID 2015 Longman Dictionary Of Contemporary English 5th Edition Słownik ANDROID
ANDROID 2015 Oxford Advanced Learner s Dictionary, 8th Edition ANDROID
Concise Oxford English Dictionary 11th Edition
zachomikowane
Kurs Pythona (Podstawy)

INFORMIT Python Fundamentals LiveLessons (Video Training)

obrazek


Lesson 1
Python Fundamentals LiveLessons (Video Training): : Lesson 1: Introduction (Downloadable Version)
The first lesson helps viewers set up and ready to learn Python. Material covered includes installation, how/where to write Python source code, development environment, Python's interactive interpreter, etc., all of which culminates in the classic "Hello World!" example.
Duration: 00:11:18 File Size: 13 MB


Lesson 2
Python Fundamentals LiveLessons (Video Training): Lesson 2: Getting Started (Downloadable Version)
Before diving straight into Python, it's important to learn where Python has come from and where it is going. This lesson features a brief language backgrounder, what it's key advantages are, and most importantly, goes into some detail about Python's current transition to its next generation release, Python 3. The lesson concludes with both the expected "Hello World!" example as well as a demo of the core language fundamentals that are covered in the remainder of this LiveLessons video course.
Duration: 00:39:31 File Size: 49 MB


Lesson 3
Python Fundamentals LiveLessons (Video Training): Lesson 3: Python Syntax Basics (Downloadable Version)
True to its name, this lesson covers the basic language syntax rules: code structure, statements, delimitation, variables, assignment, plus rules and guidelines for identifier names. Of course, those are language independent aspects, but the latter part of the lesson focuses on Python-specifics such as keywords and built-in functions. It then concludes with three very important introductions: how to create and call functions, how to import functionality from other Python modules, and the raw_input() built-in function which can be used to obtain user input from the command-line.
Duration: 00:40:12 File Size: 48 MB


Lesson 4
Python Fundamentals LiveLessons (Video Training): Lesson 4: Standard Types (Downloadable Version)
The longest lesson in this LiveLessons video course features an in-depth look into Python's standard data types. It starts off with light fare such as Boolean values and the various operators and built-in functions that work with most Python types. This is followed by a comprehensive look at Python's numeric, sequence, and hashing types, as well as the operators and built-in functions and methods that apply to each of those types.
Duration: 02:05:34 File Size: 144 MB


Lesson 5
Python Fundamentals LiveLessons (Video Training): Lesson 5: Objects and Memory Model (Downloadable Version)
This is the first lesson of our LiveLessons video course that you can skip and come back to later. It goes into detail about Python's memory model and is strongly recommended viewing but may be too advanced for those who are just learning Python. Topics covered in this lesson include objects, references, and memory management. It also features a way of categorizing each of the standard types using various models to help you learn and understand them much better; then concludes several quizzes to test your comprehension.
Duration: 00:32:07 File Size: 36 MB


Lesson 6
Python Fundamentals LiveLessons (Video Training): Lesson 6: Loops and Conditionals (Downloadable Version)
It's back to the basics with this lesson, covering generic flow control using loops and conditionals. The lesson begins with a review of Python's syntax rules then covers Python's if statement then its for and while loops as well as auxiliary constructs, statements, and built-in functions.
Duration: 00:44:14 File Size: 49 MB

Lesson 7
Python Fundamentals LiveLessons (Video Training): Lesson 7: Files and Input/Output (Downloadable Version)
In this lesson, we review what files -- including the standard files -- are and provide the context in which to think about files in Python. Material covered in this lesson includes the open() built-in function as well as file object methods; it then concludes with a brief discussion of other forms of persistent storage available for Python users.
Duration: 00:21:22 File Size: 26 MB

Lesson 8
Python Fundamentals LiveLessons (Video Training): Lesson 8: Errors and Exceptions (Downloadable Version)
Run-time exception handling may still seem "new" even though the concept has been around for a long time, but it is pretty much of a requirement of most modern-day programming languages. This lesson begins with a review of exceptions then discusses how to accomplish exception handling in Python. The latter part of the lesson covers other exception-related functionality featuring the else, finally, raise, and assert statements as well as how to create (and use) exception classes. The lesson concludes with what you CANNOT do with exceptions as well as a reminder that not all exceptions mean some error is involved... they can be just warnings or simple notification of loop termination.
Duration: 00:36:47 File Size: 45 MB

Lesson 9
Python Fundamentals LiveLessons (Video Training): Lesson 9: Functions and Functional Programming (Downloadable Version)
Creating and calling functions were briefly introduced back in an earlier lesson, so the goal of this lesson is to fill in more of the gaps as well as introducing other features of functions and functional programming found in Python. In particular, a good amount of time is spent on features that focus on functions arguments/parameters, i.e., keyword arguments, default values, return values, calling convention applicability in Python, etc. The remainder of the lesson covers variable scope, namespaces, functional programmings, anonymous functions, variable arguments, and finally, argument grouping.
Duration: 00:56:12 File Size: 62 MB

Lesson 10
Python Fundamentals LiveLessons (Video Training): Lesson 10: Object-Oriented Programming (Downloadable Version)
The final lesson can also be deferred by the viewer. Although Python is an object-oriented programming language, using OOP is not required to create a working application. Users can learn and use OOP when they are ready. This lesson is fairly comprehensive, starting with a general introduction to OOP then gradually bringing Python into the picture. The remainder of the lesson covers all the core OOP components of Python: classes, class attributes, instances, instance attributes, methods, subclasses and finally, multiple inheritance.
Duration: 01:18:32 File Size: 88 MB

Nie ma plików w tym folderze

  • dokumenty
    0
  • obrazy
    0
  • pliki wideo
    0
  • pliki muzyczne
    0

0 plików
0 KB




Filmy-_2017

Filmy-_2017 napisano 29.09.2017 20:34

zgłoś do usunięcia
osaxu

osaxu napisano 3.12.2017 14:56

zgłoś do usunięcia
TANIO !
wagnerka9595

wagnerka9595 napisano 18.01.2019 18:04

zgłoś do usunięcia
obrazek
SIRmm

SIRmm napisano 29.01.2019 21:49

zgłoś do usunięcia
wagnerka9595

wagnerka9595 napisano 20.08.2019 21:02

zgłoś do usunięcia
obrazek
Marcin.A.Leoniuk

Marcin.A.Leoniuk napisano 7.02.2021 16:24

zgłoś do usunięcia
super wyskakuje ze wersja androida jest za nowa i kasa za transfer poszłaaaa Co robic?
Tiili

Tiili napisano 5.08.2021 18:24

zgłoś do usunięcia
Witam, pozdrawiam i zapraszam do mnie Filmy, ciekawe Filmy Dokumentalne, Seriale, TV Show, Książki, Artykuły, Teledyski, Tapety, Emotki i wiele innych. obrazek
mewegac817

mewegac817 napisano 5.05.2022 04:16

zgłoś do usunięcia
Super chomik
kewetah401

kewetah401 napisano 7.12.2022 16:04

zgłoś do usunięcia
Super chomik
Tiili

Tiili napisano 21.06.2023 19:11

zgłoś do usunięcia
Witam, pozdrawiam i zapraszam do mnie Filmy, ciekawe Filmy Dokumentalne, Seriale, TV Show, Książki, Artykuły, Teledyski, Tapety, Emotki i wiele innych. obrazek

Musisz się zalogować by móc dodawać nowe wiadomości do tego Chomika.

Zaprzyjaźnione i polecane chomiki (8)Zaprzyjaźnione i polecane chomiki (8)
Zgłoś jeśli naruszono regulamin
W ramach Chomikuj.pl stosujemy pliki cookies by umożliwić Ci wygodne korzystanie z serwisu. Jeśli nie zmienisz ustawień dotyczących cookies w Twojej przeglądarce, będą one umieszczane na Twoim komputerze. W każdej chwili możesz zmienić swoje ustawienia. Dowiedz się więcej w naszej Polityce Prywatności