Python for absolute beginners | Navid Ansari | Skillshare

Vitesse de lecture


1.0x


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

Python for absolute beginners

teacher avatar Navid Ansari

Regardez ce cours et des milliers d'autres

Bénéficiez d'un accès illimité à tous les cours
Suivez des cours enseignés par des leaders de l'industrie et des professionnels
Explorez divers sujets comme l'illustration, le graphisme, la photographie et bien d'autres

Regardez ce cours et des milliers d'autres

Bénéficiez d'un accès illimité à tous les cours
Suivez des cours enseignés par des leaders de l'industrie et des professionnels
Explorez divers sujets comme l'illustration, le graphisme, la photographie et bien d'autres

Leçons de ce cours

    • 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

  • --
  • Niveau débutant
  • Niveau intermédiaire
  • Niveau avancé
  • Tous niveaux

Généré par la communauté

Le niveau est déterminé par l'opinion majoritaire des apprenants qui ont évalué ce cours. La recommandation de l'enseignant est affichée jusqu'à ce qu'au moins 5 réponses d'apprenants soient collectées.

--

apprenants

--

À propos de ce cours

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

Rencontrez votre enseignant·e

Teacher Profile Image

Navid Ansari

Enseignant·e

Hello, I'm Navid.

Voir le profil complet

Level: Beginner

Notes attribuées au cours

Les attentes sont-elles satisfaites ?
    Dépassées !
  • 0%
  • Oui
  • 0%
  • En partie
  • 0%
  • Pas vraiment
  • 0%

Pourquoi s'inscrire à Skillshare ?

Suivez des cours Skillshare Original primés

Chaque cours comprend de courtes leçons et des travaux pratiques

Votre abonnement soutient les enseignants Skillshare

Apprenez, où que vous soyez

Suivez des cours où que vous soyez avec l'application Skillshare. Suivez-les en streaming ou téléchargez-les pour les regarder dans l'avion, dans le métro ou tout autre endroit où vous aimez apprendre.