Тёмный

10 Useful Python Modules You NEED to Know 

Tech With Tim
Подписаться 1,6 млн
Просмотров 33 тыс.
50% 1

The true power of Python lies in its extensive libraries and modules. In this video, I've created a list of 10 Python modules that you NEED to know if you really want to take advantage of the language. Since most of you are likely to encounter almost all of them throughout your Python career, knowing and understanding the different use cases of each Python module will prove to be very useful.
Check out the free resource on "How To Land a Developer Role In The World of AI Here": clickhubspot.com/x2b
If you want to land a developer job check out my program with CourseCareers: techwithtim.net/dev
🎞 Video Resources 🎞
Python Modules
Requests: pypi.org/project/requests/
Flask: flask.palletsprojects.com/en/...
PyDantic: docs.pydantic.dev/latest/
FastAPI: fastapi.tiangolo.com/
Django: www.djangoproject.com/
Selenium: www.selenium.dev/
NumPy: numpy.org/
Pandas: pandas.pydata.org/
MatPlotLib: matplotlib.org/
TensorFlow: www.tensorflow.org/
LangChain: www.langchain.com/
⏳ Timestamps ⏳
00:00 | Overview
00:23 | Module 1
00:55 | Module 2
02:52 | Module 3
03:40 | Module 4
04:34 | Module 5
05:39 | Module 6
06:30 | Module 7
07:15 | Module 8
08:04 | Module 9
09:03 | Module 10
09:57 | Super Secret Surprise Module
Hashtags
#techwithtim #python #pythonprogramming #coding

Опубликовано:

 

30 июл 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 65   
@TechWithTim
@TechWithTim Месяц назад
Check out the free resource on "How To Land a Developer Role In The World of AI Here": clickhubspot.com/x2b
@KRYPTOS_K5
@KRYPTOS_K5 Месяц назад
How can I hide my (distributed) source code in python?
@terrormapu
@terrormapu Месяц назад
requests , flask , pydantic , fastapi , django , selenium , numpy , pandas , matplotlib , tensorflow , langchain
@PixelThorn
@PixelThorn Месяц назад
Aka the webdev tool chain, it does NOT apply to every python dev
@diegofernandezmelcon4459
@diegofernandezmelcon4459 Месяц назад
@@PixelThorn Yes and no. You don't need webdev tools to do Machine Learning, but when you try to include a frontend to ease the use of your Machine Learning model, you end up in a web tool.
@agentm10
@agentm10 Месяц назад
These are all great suggestions. I would add a few more: Beginners: os, sys, re, collection, pickle Intermediate: json, logging, threading, Exceptions Then, based on expertise, perhaps: socket, queue. tkinter, pyQt, pygame, oodo, etc. Also, since you are suggesting so many Data Science modules, may be scikitlearn and seaborn should also be there.
@PixelThorn
@PixelThorn Месяц назад
I would add requests and sqlite, on intermediate, you can't go long before you need to send or receive data on some network, device, server or service like a weather station
@agentm10
@agentm10 Месяц назад
@@PixelThorn requests was already mentioned by Tim, so I didn't mention it a second time, but sqlite is definitely a great choice.
@sitrakaforler8696
@sitrakaforler8696 Месяц назад
00:01 Python's power lies in its extensive libraries and modules 01:25 Flask is a versatile module for basic back-end setup and prototyping. 02:48 Pantic provides data validation and settings management for Python modules. 04:13 FastAPI is a professional choice for API production. 05:30 Selenium is a powerful web automation tool for testing and web scraping. 06:51 NumPy and Pandas are essential for scientific computing and data analysis in Python. 08:20 Python's matplotlib is a versatile tool for data visualization 09:38 Tensorflow is recommended for deep learning, but Lang chain is a rising AI module. And...I agree with each one of those !
@alimihakeem841
@alimihakeem841 Месяц назад
Tim, Thanks for this great content. I found it helpful. I have really learn alot from you and always get an inspiration from you.. Hoping to see more backend projects using flask module
@themarksmith
@themarksmith Месяц назад
Excellent video format Tim, would live to see a series where you go a bit deeper on each of these... Also v interested in CUDA/OpenCL data processing and ML with Python...
@hand-eye4517
@hand-eye4517 Месяц назад
please make more content like this much appreciated
@WayneBruton
@WayneBruton Месяц назад
Thanks Tim, great video
@boitumelomogale2503
@boitumelomogale2503 Месяц назад
Thank you very much Tim
@Just_A_Tech.._
@Just_A_Tech.._ Месяц назад
Thank you Tim. 🙏♥️
@ewaevva4375
@ewaevva4375 Месяц назад
Thank you! 🌻
@theetg6454
@theetg6454 Месяц назад
Tim's been working out💪
@efbYouTube
@efbYouTube Месяц назад
nice job! TY!! curious to hear what u think of reflex (form pynecone)
@BenRogersWPG
@BenRogersWPG Месяц назад
Very good video!
@hlubradio2318
@hlubradio2318 Месяц назад
Thanks I'll try flask again
@KJHounchou
@KJHounchou Месяц назад
Is your freecodecamp machine learning with python course still useful for beginners? if you have a better course, could you tell me? I'm trying to get into an apprenticeship of software engineering and I'm not sure if it's the right decision to spend time on a 4 years old course. Thank you. ❤
@akinyemisodiq6365
@akinyemisodiq6365 Месяц назад
i really respect you and i hope to know as much as you in the nearest future, although i havee been at learning since 2017 and i still dont know anything😭, i keep starting and stopping and i keep going around in circles. but one day i will certainly get there. any advice will be appreciated
@harshitagrawal6302
@harshitagrawal6302 Месяц назад
Same bro same
@digitalmachine0101
@digitalmachine0101 Месяц назад
Good information
@stannylou1636
@stannylou1636 Месяц назад
Could you do a compare and contrast for FAST API vs Django for production. Thanks
@diegofernandezmelcon4459
@diegofernandezmelcon4459 Месяц назад
Great content, Tim. However, you talk a lot about Machine Learning, and you didn't mention... Sckit-learn!!I Also I would mention seaborn when you were talking about Matplotlib. But I won't consider instead of Matplotlib, only mention its existence. Polars instead Pandas is another option, but it's hard to move from Pandas, considering that Pandas is heavy linked with Matplotlib or Sckit-learn.
@Adjust91
@Adjust91 Месяц назад
Thanks for this! Out of curiosity, as you’re a big Python guy.. for a frontend dev looking to learn backend and become full stack, is Python a good starting language for learning the backend ropes? I was thinking Flask. My backup plan was Go. Tried Express, didn’t like it.
@harishgehlot__
@harishgehlot__ Месяц назад
Django, it's complex, take time to learn but superbly amazing
@schoolstuff5235
@schoolstuff5235 Месяц назад
JAVA!!!!!
@Adjust91
@Adjust91 Месяц назад
@@harishgehlot__ I’ve always liked Django but the complexity scares me 🤣🤣
@ilyakhoroshavin3488
@ilyakhoroshavin3488 Месяц назад
fastapi is great
@popel_
@popel_ Месяц назад
@@ilyakhoroshavin3488 for api yes, but dont for full stack
@anindyaroy7842
@anindyaroy7842 Месяц назад
Hello, Tim, please launch a machine learning or data science course
@afgfuturetube
@afgfuturetube Месяц назад
Thank you very much i want to be like you such a successful person what should i do I am a beginner in this era
@fudokaneki
@fudokaneki Месяц назад
please could you continue your series Rust programing language?
@brodesignstudio525
@brodesignstudio525 Месяц назад
What module I need to use for automation?
@alonsoalarconaguilar7113
@alonsoalarconaguilar7113 Месяц назад
selenium and LangChain
@nocopyrightgameplaystockvi231
@nocopyrightgameplaystockvi231 Месяц назад
Tim is building muscle. Fastapi against Flask.
@TheTrek01
@TheTrek01 Месяц назад
Replace Pandas with Polars
@KingTine724
@KingTine724 Месяц назад
what about streamlit
@CppExpedition
@CppExpedition Месяц назад
You forgot to mention some testing frameworks
@user-lm8zs9gb3k
@user-lm8zs9gb3k Месяц назад
The whole time I was watching his biceps
@jac.t.kitlim
@jac.t.kitlim Месяц назад
replace TensorFlow with pyTorch...
@usamashami11
@usamashami11 Месяц назад
@HimanshuSingh-iv9qz
@HimanshuSingh-iv9qz Месяц назад
❤ 🇮🇳
@Hannajanecstllo
@Hannajanecstllo Месяц назад
🤍🤍🤍
@codedbyshoe
@codedbyshoe Месяц назад
Just learn django. Its not that hard. Want a job? Learn Django. What to build a sass? learn Django. Production web app? Learn Django.
@cocoatea57
@cocoatea57 Месяц назад
Really 🙌
@robel_asefa
@robel_asefa Месяц назад
Another great content!
@a7madalmla512
@a7madalmla512 Месяц назад
First comment
@samson6707
@samson6707 Месяц назад
less flashy visuals and sound fx please. its very distracting. i dont have ADHD.
@degerdi
@degerdi Месяц назад
Don’t learn Selenium in Python learn it in Java, real-world integration purposes I don’t feel like typing just trust me
@edgarlopz241
@edgarlopz241 Месяц назад
really?
@degerdi
@degerdi Месяц назад
@@edgarlopz241 I said trust me Edgar
@degerdi
@degerdi Месяц назад
@@Mr8thwonderofthewrld you’re right who tf am I go learn Python
@degerdi
@degerdi Месяц назад
@@Mr8thwonderofthewrld no, good day to YOU
@degerdi
@degerdi Месяц назад
@@Mr8thwonderofthewrld as many times as you’ve brought me back here I could have explained what I meant but now I won’t out of spite lol
@SiarheiAkhramenia
@SiarheiAkhramenia Месяц назад
1. all of these are not modules but packages 2. requests, not request 3. stopped watching and unsubscribed
@geodude-93
@geodude-93 Месяц назад
lol, get a snickers
@I_am_back_to_listen_the_music
@I_am_back_to_listen_the_music Месяц назад
Bro I'm unsubscribeing you.Cuz I have shifted to C Language.I've been watching you for 1.5years.Bye My friend + Teacher dear Tim🖤
@0xg484
@0xg484 13 дней назад
What a random comment
Далее
How To Practice Programming So You Actually Get Good
15:46
5 Good Python Habits
17:35
Просмотров 459 тыс.
Asyncio in Python - Full Tutorial
24:59
Просмотров 60 тыс.
This Is Why Managers Don't Trust Programmers...
28:04
Просмотров 236 тыс.
Have You Picked the Wrong AI Agent Framework?
13:10
Просмотров 54 тыс.
Please Master These 10 Python Functions…
22:17
Просмотров 104 тыс.
15 Python Libraries You Should Know About
14:54
Просмотров 377 тыс.
Python Data Classes Are AMAZING! Here's Why
16:11
Просмотров 74 тыс.
Python FAST API Tutorial
58:20
Просмотров 324 тыс.
Python 101: Learn the 5 Must-Know Concepts
20:00
Просмотров 1,1 млн