Warning: The magic method Slickr_Flickr_Plugin::__wakeup() must have public visibility in /home/kenbauer/public_kenscourses/tc101winter2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php on line 152

Warning: Cannot modify header information - headers already sent by (output started at /home/kenbauer/public_kenscourses/tc101winter2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php:152) in /home/kenbauer/public_kenscourses/tc101winter2015/wp-includes/feed-rss2.php on line 8
‘#333333’ Articles at Courses by Ken https://kenscourses.com/tc101winter2015 Facilitator of Learning Experiences Thu, 07 May 2015 05:54:50 +0000 en hourly 1 https://creativecommons.org/licenses/by/4.0/ Bonus https://kenscourses.com/tc101winter2015/2015/bonus-8/ Thu, 07 May 2015 05:54:50 +0000 https://eliotibg.withknown.com/2015/bonus

mi video fue suvido antes de las 12 de la noche 

https://www.youtube.com/watch?v=OMO_FIeKxnk&feature=youtu.be

 

Continue reading ]]>

mi video fue suvido antes de las 12 de la noche 

https://www.youtube.com/watch?v=OMO_FIeKxnk&feature=youtu.be

 

]]>
https://creativecommons.org/licenses/by/4.0/
Mastery20 https://kenscourses.com/tc101winter2015/2015/mastery20-15/ Thu, 07 May 2015 04:58:21 +0000 https://jerles.withknown.com/2015/mastery20

Use of loops with “for”

This loop allows you to repeat a code n number of times. 

Example:

Where the a in "for a in range(x)" is a random character, you can put a string if you want.

20 1014

Continue reading ]]>

Use of loops with “for”

This loop allows you to repeat a code n number of times. 

Example:

Where the a in “for a in range(x)” is a random character, you can put a string if you want.

20 1014

]]>
https://creativecommons.org/licenses/by/4.0/
Data analysis with tools (to be determined which tool) #TC1017 #Mastery29 https://kenscourses.com/tc101winter2015/2015/data-analysis-with-tools-to-be-determined-which-tool-tc1017-mastery29/ Thu, 07 May 2015 04:56:34 +0000 https://alejcbgmz.withknown.com/2015/data-analysis-with-tools-to-be-determined-which-tool-tc1017

Data analysis with tools (to be determined which tool)  1017 29

The development of a comprehensive computer application should be performed by a number of common steps to all the methodologies. In these steps it is called the life cycle of an application. This cycle consists of six basic steps: analysis, design, coding, implementation, testing and maintenance.

The analysis examines the requirements that must meet the application. The result of the analysis is a specification sheet on which the application requirements appear. This sheet is drawn up by the person responsible for the process of creating the application. If you are creating simple algorithms or programs, the analysis is to assess these three basic steps:

Determining your inputs. That is, the data has to start the program execution. These data provide the result.

Determine the exits. That is, the data obtained as a result algorithm. What the algorithm returns the user.

Determining the process. Studied what the process is to be performed.

If you perform these steps before you start coding regardless of the language you use, you're going to make quality programs and you will eliminate many errors that can arise if you analyze the program and the requirements they ask the program.

 

http://aprendecpp.com/blog/programacion-en-c-el-analisis.html

Continue reading ]]>

Data analysis with tools (to be determined which tool)  1017 29

The development of a comprehensive computer application should be performed by a number of common steps to all the methodologies. In these steps it is called the life cycle of an application. This cycle consists of six basic steps: analysis, design, coding, implementation, testing and maintenance.

The analysis examines the requirements that must meet the application. The result of the analysis is a specification sheet on which the application requirements appear. This sheet is drawn up by the person responsible for the process of creating the application. If you are creating simple algorithms or programs, the analysis is to assess these three basic steps:

Determining your inputs. That is, the data has to start the program execution. These data provide the result.

Determine the exits. That is, the data obtained as a result algorithm. What the algorithm returns the user.

Determining the process. Studied what the process is to be performed.

If you perform these steps before you start coding regardless of the language you use, you’re going to make quality programs and you will eliminate many errors that can arise if you analyze the program and the requirements they ask the program.

 

http://aprendecpp.com/blog/programacion-en-c-el-analisis.html

]]>
https://creativecommons.org/licenses/by/4.0/
Mastery18 https://kenscourses.com/tc101winter2015/2015/mastery18-14/ Thu, 07 May 2015 04:46:19 +0000 https://jerles.withknown.com/2015/mastery18

Nesting of conditional statements

If you want to check a condition after a previous condition that was true, then you might want to use nested statements.

Example:

NESTED IF CONSTRUCT

In a nested if construct, you can have an if...elif...else construct inside another if...elif...else construct. The syntax of the nested if...elif...else construct may be:

18 1014

Continue reading ]]>

Nesting of conditional statements

If you want to check a condition after a previous condition that was true, then you might want to use nested statements.

Example:

NESTED IF CONSTRUCT

In a nested if construct, you can have an if…elif…else construct inside another if…elif…else construct. The syntax of the nested if…elif…else construct may be:

18 1014

]]>
https://creativecommons.org/licenses/by/4.0/
Mastery30:: Visualization of data with tools https://kenscourses.com/tc101winter2015/2015/mastery30-visualization-of-data-with-tools/ Thu, 07 May 2015 04:41:08 +0000 https://carolinarmtz.withknown.com/2015/mastery30-visualization-of-data-with-tools

30

El sistema de datos por herramientas es un software libre, libremente disponible para la realización de gráficos 3D por computadora, procesamiento de imagen y visualización. VTK consiste en una biblioteca de clases de C++ y varias capas de interfaz interpretadas como Tcl/Tk, Java, y Python.

 

"The Visualization Toolkit (VTK) is an open-source, cross-platform, software system for 3D computer graphics, image processing, and visualization. Originally written as companion software to the textbook The Visualization Toolkit: An Object-Oriented Approach to 3D Graphics by Will Schroeder, Ken Martin, and Bill Lorensen, VTK provided the motivation to found Kitware.

From initial development in 1993, VTK has grown to be the premier visualization system today through the support and dedication of a global community. Much of this work has stemmed from Kitware, recently including a transition to using Git and Gerrit for distributed version control; the addition of pointer classes to facilitate pointer management; enhancement of the VTK pipeline to suit AMR; improvements to the plotting and charting capabilities in VTK; and general toolkit maintenance."(http://www.kitware.com/opensource/vtk.html)

 

1017

Continue reading ]]>

30

El sistema de datos por herramientas es un software libre, libremente disponible para la realización de gráficos 3D por computadora, procesamiento de imagen y visualización. VTK consiste en una biblioteca de clases de C++ y varias capas de interfaz interpretadas como Tcl/Tk, Java, y Python.

 

“The Visualization Toolkit (VTK) is an open-source, cross-platform, software system for 3D computer graphics, image processing, and visualization. Originally written as companion software to the textbook The Visualization Toolkit: An Object-Oriented Approach to 3D Graphics by Will Schroeder, Ken Martin, and Bill Lorensen, VTK provided the motivation to found Kitware.

From initial development in 1993, VTK has grown to be the premier visualization system today through the support and dedication of a global community. Much of this work has stemmed from Kitware, recently including a transition to using Git and Gerrit for distributed version control; the addition of pointer classes to facilitate pointer management; enhancement of the VTK pipeline to suit AMR; improvements to the plotting and charting capabilities in VTK; and general toolkit maintenance.”(http://www.kitware.com/opensource/vtk.html)

 

1017

]]>
https://creativecommons.org/licenses/by/4.0/
Mastery19 https://kenscourses.com/tc101winter2015/2015/mastery19-14/ Thu, 07 May 2015 04:36:15 +0000 https://jerles.withknown.com/2015/mastery19

Use of loops with “while”

19 1014

Continue reading ]]>

Use of loops with “while”

19 1014

]]>
https://creativecommons.org/licenses/by/4.0/
Mastery17 https://kenscourses.com/tc101winter2015/2015/mastery17-18/ Thu, 07 May 2015 04:35:10 +0000 https://jerles.withknown.com/2015/mastery17

Use of “elif” with a conditional

17 1014

Continue reading ]]>

Use of “elif” with a conditional

17 1014

]]>
https://creativecommons.org/licenses/by/4.0/
Mastery16 https://kenscourses.com/tc101winter2015/2015/mastery16-21/ Thu, 07 May 2015 04:33:58 +0000 https://jerles.withknown.com/2015/mastery16

Use of “else” with a conditional

16 1014

Continue reading ]]>

Use of “else” with a conditional

16 1014

]]>
https://creativecommons.org/licenses/by/4.0/
Mastery29:: Data analysis with tools https://kenscourses.com/tc101winter2015/2015/mastery29-data-analysis-with-tools/ Thu, 07 May 2015 04:33:34 +0000 https://carolinarmtz.withknown.com/2015/mastery29-data-analysis-with-tools

29

There are some cases where we create a function in our program destined to receive an special type of value. Here is where we want to ensure that the user enters the correct value and not any other type that will cause our program to crash, thats why we validate the user input by using some tools that I will show you.

1017

 

"El análisis estudia los requisitos que debe de cumplir la aplicación. El resultado del análisis es una hoja de especificaciones en la que aparecen los requerimientos de la aplicación. Esta hoja es redactado por la persona responsable del proceso de creación de la aplicación. Si estás creando algoritmos o programas sencillos, el análisis consistirá en evaluar estos tres pasos fundamentales:

  • Determinar las entradas. Es decir, los datos que posee el programa al comenzar su ejecución. Esos datos permiten obtener el resultado.
  • Determinar las salidas. Es decir, los datos que obtiene el algoritmo como resultado. Lo que el algoritmo devuelve al usuario.
  • Determinar el proceso. Se estudia cuál es el proceso que hay que realizar.

Si realizas estos pasos antes de comenzar a escribir código independientemente del lenguaje que uses, vas a realizar programas de calidad y vas a eliminar muchos errores que te pueden surgir si no analizas el programa y los requisitos que te piden del programa."(http://aprendecpp.com/blog/programacion-en-c-el-analisis.html#more-118

Continue reading ]]>

29

There are some cases where we create a function in our program destined to receive an special type of value. Here is where we want to ensure that the user enters the correct value and not any other type that will cause our program to crash, thats why we validate the user input by using some tools that I will show you.

1017

 

El análisis estudia los requisitos que debe de cumplir la aplicación. El resultado del análisis es una hoja de especificaciones en la que aparecen los requerimientos de la aplicación. Esta hoja es redactado por la persona responsable del proceso de creación de la aplicación. Si estás creando algoritmos o programas sencillos, el análisis consistirá en evaluar estos tres pasos fundamentales:

  • Determinar las entradas. Es decir, los datos que posee el programa al comenzar su ejecución. Esos datos permiten obtener el resultado.
  • Determinar las salidas. Es decir, los datos que obtiene el algoritmo como resultado. Lo que el algoritmo devuelve al usuario.
  • Determinar el proceso. Se estudia cuál es el proceso que hay que realizar.

Si realizas estos pasos antes de comenzar a escribir código independientemente del lenguaje que uses, vas a realizar programas de calidad y vas a eliminar muchos errores que te pueden surgir si no analizas el programa y los requisitos que te piden del programa.”(http://aprendecpp.com/blog/programacion-en-c-el-analisis.html#more-118

]]>
https://creativecommons.org/licenses/by/4.0/
Mastery15 https://kenscourses.com/tc101winter2015/2015/mastery15-21/ Thu, 07 May 2015 04:32:53 +0000 https://jerles.withknown.com/2015/mastery15

Use of the conditional “if”

15 1014

Continue reading ]]>

Use of the conditional “if”

15 1014

]]>
https://creativecommons.org/licenses/by/4.0/