Learn Python Scripting With This ONE Project!

Learn Python Scripting With This ONE Project!

Tech With Tim

1 год назад

146,141 Просмотров

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


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

mehdi smaeili
mehdi smaeili - 17.09.2023 08:33

Excellent.great as alwayas.

Ответить
ChrissYaBoyy
ChrissYaBoyy - 06.07.2023 05:59

shooooot too advanced for me to fully comprehend.. I'll be back in a month or so ;)

Ответить
shivam jain
shivam jain - 06.05.2023 09:40

😊❤❤ good exercise

Ответить
Paulo Chikwekwe
Paulo Chikwekwe - 07.04.2023 18:43

Thank you I am learning so much

Ответить
Shin-jo
Shin-jo - 05.04.2023 19:34

for the folks who are using python 3.10 you can change the "universal_newline" to "text"
so
result = run(command, stdout=PIPE, stdin=PIPE, text=True)

Ответить
jose garcia
jose garcia - 30.03.2023 03:04

This is a great way to waste 42 minutes

Ответить
Linxo
Linxo - 25.03.2023 01:30

this video is obviously not for new people trying to learn you dont really explain much

Ответить
IRIS SVETLANA
IRIS SVETLANA - 21.03.2023 08:19

Thanks a lot...it was good learning...well lectured

Ответить
Rose Estimable
Rose Estimable - 02.03.2023 23:24

Hi Tim, thanks for your videos. Can you please do something or project working with the calendar showing all holidays.

Thank you

Ответить
Mjhay Navarro
Mjhay Navarro - 01.03.2023 16:18

Thanks for this one.. ive got problem when compiling in my vscode terminal but it works when using cmd prompt.. maybe have issues in vs code.. Great job there

Ответить
Harald Hardrada
Harald Hardrada - 17.02.2023 17:08

Completely impossible to understand.

Ответить
DangJordy
DangJordy - 09.02.2023 20:09

It's challenging for me to wrap my head around knowing which parameter I need to pass through for each function especially as the script gets longer. I'm sure it'll get easier with more experience! Any advice on how to tackle this problem?

Ответить
DangJordy
DangJordy - 09.02.2023 09:26

This tutorial is the best kind of tutorial to follow along. I really appreciate the way you explain the thought process!

Ответить
Faisal Raj
Faisal Raj - 05.02.2023 23:16

Thankyou so much for showing how to script. I am new to scripting and wanted to learn about ideas and variations to automate the task. Can you please teach us more within the scripting realm?

Ответить
David Hoffman
David Hoffman - 26.01.2023 13:02

Hey Tim! Could please make a tutorial on tkinter?

Ответить
Orlando Leyva
Orlando Leyva - 14.01.2023 00:44

Great tutorial! I have an idea. I'm going to create a script that creates a virtualenv, starts a new Django project and installs a database driver and other dependencies I usually need.

Ответить
matq quie
matq quie - 12.01.2023 10:51

I don't know why but I can't listen to him. instant sleep mode

Ответить
manoj Kumar
manoj Kumar - 08.01.2023 19:28

thank you so much bro I really appreciate your insight

Ответить
TechCare
TechCare - 31.12.2022 07:48

I am going to build a desktop app, should I make code in single python file or make different files for ui, admin, user ?

Ответить
Stephen Williams
Stephen Williams - 30.12.2022 02:10

Thanks Tim, this was useful.

Ответить
My Discovery
My Discovery - 18.12.2022 20:59

Hello Tim very nice... What we should learn Python scripting in Python

Ответить
Isaac Young
Isaac Young - 18.12.2022 04:25

What does compiling really mean? For me it means go find all the relevant code and put it in one place..

You started the script with _name_ but you didn't define this data.. don't understand that! Is that variable being imported on one of the modules?

Ответить
ShenZmao
ShenZmao - 26.11.2022 16:31

🙂

Ответить
Red
Red - 24.11.2022 15:51

Perfect show ..

Ответить
Kris
Kris - 23.11.2022 20:45

Efficiency, practicality, simplicity. This is how everyone should teach and how everyone should learn (imo). Thank you!

Ответить
M Maniyar
M Maniyar - 22.11.2022 07:17

Hi Tim, This was great video. A simple approach and great explanation.

1. Giving explanation for complex syntax and why this is needed was good approach. This help beginners to think there in a new way.
2. This simple project has covered almost all the basic concepts to quick start.
3. Using of main for project was awesome.
4. It would be great if you add comments in program. This beginners miss to add.
5. Found one limitation in program. It keeps asking for spinning even if balance is $0 and there is no way to add money once its $0. I have modified the code and fixed it.
6. If would be great if you give some enhancement challenges in the end of the video.

Ответить
I say bad words
I say bad words - 21.11.2022 02:27

I literally first started coding in my life after joining college and I'm genuinely grateful to this man for teaching me what the fuck I am supposed to write and what every character or word means like fr. Not even my teacher could explain this good. I really would be thankful if you could do some research on some basic simple python college /school projects would be and make videos on them for students who are interested in computer science.

Ответить
Kishore Kumar
Kishore Kumar - 20.11.2022 21:17

Hello Tim,

one more add on is in
"result = subprocess.run(command,stdout=PIPE,stdin=PIPE,universal_newlines=True,shell=True)"
if we don't use shell=True, there may be chance of getting an "File not Found error".
I personally faced it.

Ответить
VEERSSETTI. P@46
VEERSSETTI. P@46 - 17.11.2022 21:32

Please do javascript & reactjs video like python script

Ответить
Even The Dog Agrees
Even The Dog Agrees - 14.11.2022 23:19

So, you're clearly experimenting with clickbatey titles lately.

And totally unrelated, I'm experimenting with the unsubscribe button.

Ответить
Alucard24Kal
Alucard24Kal - 14.11.2022 03:22

Hey Tim. I was wondering if you could make a unit tests / testing tutorial with C++ please? I know most of your videos are in Python but I figured you being the awesome programmer you are could do such a thing easily.

Ответить
Georgios Varonos
Georgios Varonos - 13.11.2022 01:17

Great video man! Thank you for all your work. Consider doing a video regarding pathlib vs os or just pathlib! Would be great!

Ответить
Tim Webster
Tim Webster - 12.11.2022 13:28

Thank you this was great!

Ответить
Python Foundations
Python Foundations - 09.11.2022 23:32

You know what, I did find value, thanks!

Ответить
bucky
bucky - 09.11.2022 03:07

Excellent work Tim

Ответить
Victor Lopez
Victor Lopez - 09.11.2022 01:33

Don't stop, whatever comes to your mind that someone can pay you to post just post. It helps everyone and you seem to be having fun

Ответить
TCG vs OCG
TCG vs OCG - 08.11.2022 17:33

excellent thx a lot

Ответить
Ondra Suchánek
Ondra Suchánek - 08.11.2022 17:09

hi Tim, thanks for the great video as usual. I am trying to make a game in python, I know what it should look like, thought about game mechanics and so on, I know how to code specific parts (thanks to you again) but I have problems with how to sort my classes, what should or shouldn't be together in one script/class/.. and similar topics. Would it be possible to make video about this kind of design? (Or if there already is one and I missed it, please somebody give me a link :)) - like lets say I want to have quite complicated rpg with lot of enemies, levels, items, etc.. If I just start writing and continuously adding whatever comes on mind, it is a mess, is there any kind of what to do or not to do, how to start, something like a general template? I saw you writing lot of small games, but i would like to see how to design much bigger project (no need to see whole coding of such project, this is figurable from smaller ones..) It would be great if you could do that :) anyway, thanks for these amazing tutorials.

Ответить
RelaxTone
RelaxTone - 08.11.2022 11:50

Great explanation of python scripts for simply understanding

Ответить
Kay
Kay - 08.11.2022 11:17

How does one learn python from A - Z?

Ответить
Takeshi Kovacs
Takeshi Kovacs - 08.11.2022 00:15

excellent, just what I needed

Ответить
Mr. Tech Guy
Mr. Tech Guy - 07.11.2022 22:40

Thank you very much for making it easier.
✅✅✅✅✅✅

Ответить
Paul Thomas
Paul Thomas - 07.11.2022 20:30

Another great tutorial. Well thought out and very useful. Cheers.

Ответить
Hatakey Kakashi
Hatakey Kakashi - 07.11.2022 20:14

i was Waiting for this 😘

Ответить
blint
blint - 07.11.2022 19:17

Thank you so much :) I've recently got into Python Scripting and your videos are really helpful! Thanks a lot!!

Ответить