Python for absolute beginners | Navid Ansari | Skillshare

Velocidad de reproducción


1.0x


  • 0.5x
  • 0.75x
  • 1x (Normal)
  • 1.25x
  • 1.5x
  • 1.75x
  • 2x

Python for absolute beginners

teacher avatar Navid Ansari

Ve esta clase y miles más

Obtenga acceso ilimitado a todas las clases
Clases enseñadas por líderes de la industria y profesionales activos
Los temas incluyen ilustración, diseño, fotografía y más

Ve esta clase y miles más

Obtenga acceso ilimitado a todas las clases
Clases enseñadas por líderes de la industria y profesionales activos
Los temas incluyen ilustración, diseño, fotografía y más

Lecciones en esta clase

    • 1.

      00 Promo

      1:11

    • 2.

      01 Download install pyton on windows

      2:39

    • 3.

      02 Download Install VSCode on windows

      2:40

    • 4.

      03 Hello world Code in windows

      3:42

    • 5.

      04 Use CMD to run python code in windows

      5:17

    • 6.

      05 Install python on linux

      2:23

    • 7.

      06 Install VSCode on linux

      3:31

    • 8.

      07 Hello world cose in Linux

      3:52

    • 9.

      08 Use Terminal in linux

      2:15

    • 10.

      09 Download and install python on MacOS

      2:38

    • 11.

      10 Download and install vscode on MacOS

      3:02

    • 12.

      11 Hello world code in MacOS

      3:06

    • 13.

      12 Use terminal in MacOS

      2:29

    • 14.

      13 Operators and priority of them

      7:57

    • 15.

      14 Variable and their rules

      4:07

    • 16.

      15 Variable type

      3:50

    • 17.

      16 Varibales operation

      3:20

    • 18.

      17 (Project) Calculate BMI

      4:14

    • 19.

      18 (Project) Calculate BMI python project in vscode

      2:31

    • 20.

      19 Create strings

      4:46

    • 21.

      20 String indexing

      10:24

    • 22.

      21 String operations

      5:09

    • 23.

      22 Method and documentation

      6:08

    • 24.

      23 Format string method

      3:54

    • 25.

      24 Format string tips

      7:35

    • 26.

      25 Format with fstring

      2:48

    • 27.

      26 Create list

      4:55

    • 28.

      27 List slicing

      4:59

    • 29.

      28 List methods

      7:18

    • 30.

      29 Create dictionary

      3:40

    • 31.

      30 dictionary practical example

      2:20

    • 32.

      31 Dictionary tips

      6:21

    • 33.

      32 Dictionary operations and methods

      4:44

    • 34.

      33 Tuple

      5:54

    • 35.

      34 Set

      5:03

    • 36.

      35 Inputs

      5:44

    • 37.

      36 Bmi with inputs

      3:26

    • 38.

      37 Bool

      4:42

    • 39.

      38 Comparison

      3:29

    • 40.

      39 Chained comparison

      2:58

    • 41.

      41 Improve BMI program with statment

      5:25

    • 42.

      42 For loop basics

      4:55

    • 43.

      43 For loop challenge

      4:06

    • 44.

      44 Challenge soulotion

      2:02

    • 45.

      45 Get all even numbers

      1:23

    • 46.

      47 Total price calculation

      5:12

    • 47.

      48 For loop on string and tupple

      3:31

    • 48.

      49 Tupple unpacking

      4:08

    • 49.

      50 Tupple unpacking tricks

      3:47

    • 50.

      51 Use for loop on dictionary

      5:30

    • 51.

      52 While loop

      4:57

    • 52.

      53 While loop challenge

      2:26

    • 53.

      54 While loop even challenge

      1:35

    • 54.

      55 While else

      2:05

    • 55.

      56 Continue and break in loop

      5:50

    • 56.

      57 In operator

      3:00

    • 57.

      58 Librarys

      3:40

    • 58.

      59 Librarys from internet

      5:48

    • 59.

      60 Use from import on pyfiglet

      1:45

    • 60.

      61 Create Function

      3:07

    • 61.

      62 Function with one input

      2:40

    • 62.

      63 Function input default value

      1:53

    • 63.

      64 Function with more than one input

      2:54

    • 64.

      65 Advance way of passing input to a function

      2:26

    • 65.

      66 Function return

      2:24

    • 66.

      67 Function practice

      5:55

    • 67.

      68 get all even number from list

      3:21

    • 68.

      69 function return more than one variable

      3:52

    • 69.

      70 Function tupple unpacking Practice

      7:36

    • 70.

      71 Adding comments

      2:35

    • 71.

      72 Limitless inputs args

      5:39

    • 72.

      73 limitless inputs with kwargs

      3:50

    • 73.

      74 using both args and kwargs in one function

      3:32

    • 74.

      76 Map

      3:34

    • 75.

      77 Filter

      4:13

    • 76.

      78 Lambda expresion

      6:39

    • 77.

      79 Lambda expresion with map

      4:15

    • 78.

      80 Lambda expresion with filter

      2:27

    • 79.

      81 Variable scope

      7:21

  • --
  • Nivel principiante
  • Nivel intermedio
  • Nivel avanzado
  • Todos los niveles

Generado por la comunidad

El nivel se determina según la opinión de la mayoría de los estudiantes que han dejado reseñas en esta clase. La recomendación del profesor o de la profesora se muestra hasta que se recopilen al menos 5 reseñas de estudiantes.

--

Estudiantes

--

Proyectos

Acerca de esta clase

in this course with practical examples we will learn python in less than 6 hours so you will be ready for either jobs or your own project

we learn all basics like variables , important methods and library's then we learn everything about lists tuples dictionary's set map filter and many more 

next ill add more than 10 practical project so you can practice your knowledge about python

all the link of practices will be here one by one when it get ready

  1. Simple Calculator Practice: https://skl.sh/4kOEb3m
  2. Guessing Game Practice: https://skl.sh/3HptJRm
  3. password generator Practice: https://skl.sh/4kLENGJ
  4. Hangman Game Practice https://skl.sh/3FLrIhV
  5. To do list app Practice https://skl.sh/45KL5SO
  6. Quiz Game Practice https://skl.sh/3SDACkz

Conoce a tu profesor(a)

Teacher Profile Image

Navid Ansari

Profesor(a)

Hello, I'm Navid.

Ver perfil completo

Habilidades relacionadas

Desarrollo Lenguajes de programación Python
Level: Beginner

Valoración de la clase

¿Se cumplieron las expectativas?
    ¡Superadas!
  • 0%
  • 0%
  • Un poco
  • 0%
  • No realmente
  • 0%

¿Por qué unirse a Skillshare?

Mira las galardonadas Skillshare Originals

Cada clase tiene lecciones cortas y proyectos prácticos

Tu membresía apoya a los profesores de Skillshare

Aprende desde cualquier lugar

Ve clases sobre la marcha con la aplicación de Skillshare. Progresa en línea o descarga las clases para verlas en el avión, el metro o donde sea que aprendas mejor.