Giter Site home page Giter Site logo

aprendiendopython-y-github's Introduction

AprendiendoPython-Y-GitHub

Aprendiendo Python al mismo tiempo que Git y GitHub
Este es un proyecto de prueba en el cual aprendo como se usa Git y GitHub al mismo tiempo que aprendo Python

Aprendiendo Markdown

My first steps

this is an italic text

this is an strong text

este es un texto tachado

  • manzana
    • apple 2
  • naranja
  • etc
  1. apple
    1. eat apple
  2. orange
  3. etc

google
firefox

this is a quote



console.log('Hello word')

void fSeleccion(int A[], int n){
    int p, temp;
    for (int k = 0; k < n-1; ++k){
        p=k;
        for (int i = k+1; i < n; ++i){
            if(A[i]<A[p])
                p=i;
        }
        if (k!=p){
            temp = A[p];
            A[p] = A[k];
            A[k] = temp;
        }
        
        //printf("Iteracion %d\n", k+1);
    }
    return;
}
Table Are Cool
col 3 is rigth-aligned $1600
col 2 is centered $12
zebra stripes are neat $1

Visual Studio Code

  • Hola que hace? 1
  • Hola que hace? 2
  • Hola que hace? 3
  • Hola que hace? 4

@Caiuss24001000 ๐Ÿบ

aprendiendopython-y-github's People

Contributors

sergiorodram avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.