Python Tutorial for Beginners (with mini-projects)

Python Tutorial for Beginners (with mini-projects)

freeCodeCamp.org

8 месяцев назад

524,047 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

SpinodoDragon
SpinodoDragon - 19.10.2023 13:54

It would help if he explained what things are instead of just presenting them with no explanation (e.g. integers, constructors, etc.)

Ответить
Obed Cherubin
Obed Cherubin - 18.10.2023 08:45

Auto format feature for me isn't working for some reason, I've tried multiple things. I'm using MacOS Sonoma. If anyone could help me, I would greatly appreciate it.

Ответить
feifei li
feifei li - 17.10.2023 22:35

By far the best video tutorial for Python beginners

Ответить
Fathoni AM
Fathoni AM - 17.10.2023 18:16

I am in Chapter 5. Let's go!

Ответить
Agwa Daniel
Agwa Daniel - 17.10.2023 12:48

print("I like rock music from the 1980's too : ) ");

Ответить
Digital world
Digital world - 16.10.2023 15:19

But I think (( code with mosh)) channel have a beginner friendly python course

Ответить
Jennifer Sanders
Jennifer Sanders - 15.10.2023 22:51

I can't get my "format on save" or "format on type" to work even though they are checked in the settings. I've reinstalled both python and vs code. It's frustrating because I'm a beginner and can't get started learning to code.

Ответить
Tanvir rahman nibir
Tanvir rahman nibir - 12.10.2023 00:00

Iam in the middle of this course 50% I guess I love it . I want to become self taught software engineer so after this course what should be my road map can anyone guide me

Ответить
Picchi's Cam
Picchi's Cam - 10.10.2023 13:18

sir,python formatter is not working in my vscode? when i given a extra space but didn't work for this..what i should do?

Ответить
b0lonius
b0lonius - 08.10.2023 22:42

The formatters for Python aren't working T.T

Ответить
Bayanihan Vlogs
Bayanihan Vlogs - 08.10.2023 14:54

currently working as a software engineer using mainly javascript and golang.. and i just randomly watched this 2 weeks ago when it was uploaded.. now im halfway through the tutorial and im in love with python.. planning to upskill more and might get into data analysis after finishing this..

Ответить
Uwe Gerd Grimm
Uwe Gerd Grimm - 07.10.2023 20:50

Thank U soo much Dave this course is great. I made it from the beginning until the End

Ответить
randy randy
randy randy - 07.10.2023 06:01

This was a really good video. But with this being a video for beginners I will say that you you were going pretty fast I found myself struggling to keep up with some of the content as I was following along. But still this video really helped me a lot

Ответить
pcreative
pcreative - 06.10.2023 21:38

Please help with the auto indentation!!!!!

Ответить
Smit Patel
Smit Patel - 06.10.2023 07:04

Is python good language to learn dsa?.. because on the internet there are lot of guys who are telling that you should learn java/c++

Ответить
Gilbert Balderas
Gilbert Balderas - 06.10.2023 04:29

I am really enjoying this course, thank you for all your work on it!

Ответить
Mohamed Farahat
Mohamed Farahat - 05.10.2023 03:54

I apreciated every minute of that course thank you alot, I will always follow your courses thank you 🙏

Ответить
ORTEGA, HERSOHN C.
ORTEGA, HERSOHN C. - 04.10.2023 01:54

I can get any job after I learn here Thankyou for teaching

Ответить
Mk Jav
Mk Jav - 02.10.2023 22:21

absolute banger course. It was worth my time.

Ответить
Shantanu Ghosh
Shantanu Ghosh - 02.10.2023 11:10

hey, I moved to recursion part to study it, and you came up with a rock paper scissor code which I can not find in timestamps. Didn't understand this part at all

Ответить
Cross Productions
Cross Productions - 02.10.2023 07:08

Is there a reason you use single quote marks when typing your strings instead of double quotation?

Ответить
M M
M M - 01.10.2023 23:46

I'm incredibly frustrated with Visual Studio Code. I installed, I'm rewatching 5-th time and still can't come up with the same interface as Dave. I guess I will go back using Pycharm

Ответить
Άρτεμις Γκεσούλη
Άρτεμις Γκεσούλη - 01.10.2023 17:29

$ : The term '$' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a pat
h was included, verify that the path is correct and try again.
At line:1 char:1
+ $ py
+ ~
+ CategoryInfo : ObjectNotFound: ($:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException


What can i do?

Ответить
BOGDAN F.
BOGDAN F. - 01.10.2023 07:49

obviously you work with JS more than Python....and this course is not for begginers !

Ответить
zabantak
zabantak - 30.09.2023 22:49

Man I love your accent as well as your your generosity for sharing your lucrative information with public

Ответить
Oldefellah Fifty-Two
Oldefellah Fifty-Two - 30.09.2023 14:32

Thank you for this great course. In Lesson 18 you added faa_id to Airplane so I added a def get_plane(self, make, model, propeller) with an fprint statement in class Airplane(Vehicle) and added cessna = Airplane('Cessna', 'Skyhawk', 'Timber') OUTPUT: This is a Cessna Skyhawk with a Timber propeller. Does that make sense?

Ответить
Waffles
Waffles - 29.09.2023 18:55

I cannot get my formatter to work. I have tried both Python and Autopep8 to no avail. I looked into Json Settings and the only thing that sticks out is "python.formatting.provider": "none". Please help!

Ответить
Peter Langer
Peter Langer - 29.09.2023 03:27

I am learning a lot from this course, it goes into a lot of depth! Don't let the term Beginners deter you! But I am now having a problem completing the exercise as I approach the end.
Lesson 21 - stuck: I am not able to activate the virtual environment. I have listened to the video and watched over and over again. Tried using new folders but I always get the same error. "source" is not recognized.
source : The term 'source' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the
path is correct and try again.
At line:1 char:1
+ source .venv/Scripts/activate

Ответить
Klaas Kay
Klaas Kay - 28.09.2023 17:52

If I'm on Mac, can I install VS Code without installing Python first like this video shows?

Ответить
M M
M M - 28.09.2023 07:40

This is not for beginners but mid level. No beginner would have guessed that != means Not.

Ответить
kazim ali
kazim ali - 27.09.2023 07:51

Under chapter 2, i have made all the mentioned settings under json file and as well the settings. But unfortunately, when i create indentation in my file, it doesnt reset the file and removes the empty spaces. may be I am missing some thing here?

Ответить
WNF Draco
WNF Draco - 27.09.2023 04:03

Thank you🎉

Ответить
rosario mcallen
rosario mcallen - 27.09.2023 00:11

Never had this much interest in watching any python tutorials. I am in chapter 6 now. Looks like, with how Dave do it, I might be able to finish this 9hr long awesome well thought and well presented python beginners tutorial. Thanks much Dave and et al.

Ответить
GODWIN KRAMPAH
GODWIN KRAMPAH - 26.09.2023 16:02

Great content. Thanks

Ответить
Vetrivelan v
Vetrivelan v - 25.09.2023 14:41

Hi 24.53
Auto formatting the indentation i changed the setting after that I tried to save it but still i can see the indentation space which i not cleared can anyone help me with that ??

Ответить
Ranga V
Ranga V - 24.09.2023 20:34

completely new to programming. I installed vs code. installed python in vs code. changed all the settings that are needed but still I could not use Shift+Alt+downarrow for copything the line and the auto format on save is not working. i tried searching for solution online but no help. a video suggested installing prettier but that also didnt help. please help me with this.

Ответить
ruzaqir
ruzaqir - 24.09.2023 16:21

GBU @davegrayteachescode and all ppl on Freecodecamp . Hope all things teaches us will sprout kindess through our the world

Ответить
Stuart Dawson
Stuart Dawson - 24.09.2023 11:24

Can you help. I get this message at this stage.

PS C:\Users\stuar\OneDrive\Archive\2018 2019\Documents\FreeCodeCamp\Lesson1>
py -3 --version
py : The term 'py' is not recognized as the name of a cmdlet, function, script file,
or operable program. Check the spelling of the name, or if a path was included, verify
that the path is correct and try again.
At line:1 char:1
+ py -3 --version
+ ~~
+ CategoryInfo : ObjectNotFound: (py:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException

Ответить
kipFIT
kipFIT - 24.09.2023 09:40

Dave Gray !!!!!

Ответить
Ray-Ignite_NL
Ray-Ignite_NL - 24.09.2023 02:08

Format on save is not working when selecting "python" i check marked the settings

Ответить
Ruby Red
Ruby Red - 23.09.2023 16:39

The autoindentation part is not working for me....

Ответить
DQuangVN
DQuangVN - 23.09.2023 10:49

Please help, vscode doens't auto fix indentation when i format or save. I have vscode install on debian in distrobox.

Ответить
Vyacheslav Ponomarev
Vyacheslav Ponomarev - 23.09.2023 07:51

another copy y paste tutorial :(

Ответить
Tetyana Gon
Tetyana Gon - 23.09.2023 06:49

AWESOME!!! TY!

Ответить