Python Libraries you SHOULD KNOW 👩‍💻 #technology #programmer #softwareengineer #coder #software

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

i think the python built in datetime library is pretty good already!

fueledbycoffee
Автор

I remember when I learned python by a mistake. My boss asked me if I can write in Python, I said yes, a had a lot of python at uni. When I started the project I realized that I had Perl at uni, not python 😂 So I had no choice and had to learn it on that project 😂

nowieszco
Автор

I’m surprised fastapi was not mentioned

hardipinder
Автор

Flask isn’t a web server, it's a framework for the development of web applications, the exact same as Django.

keelanmccarthy
Автор

Flet: using flutter in python!

Ursina: easiest way to make 2D and 3D games in python

Beeware: making cross platform mobile apps with python

FastAPI: Making api's with python

Fake_Mani_HD
Автор

Thanks Lewis!!! Your shorts videos are always helpful at the perfect time idk how YouTube suggests your videos.

venkyscode
Автор

RQ is great. I can deconstruct long running processes and queue them simply and easily and send them off to remote workers!

davidhowell
Автор

What’s your opinion on Django vs Flask?

EVILBUNNY
Автор

You should take a look at the textual library.

Person-who-exists
Автор

Well flask? Have you guys had a chance to dive into fastapi?

kunstbube
Автор

Since Arrow is so much more than just Datetimes is it worth loading the whole package in your env for just the tiniest part of it? I mean esp. if your worried about image size if using docker it seems like a waste of space. Python built in is good enough for most applications

xXHollowkillerXx
Автор

Can arrow work with timezones? Timezones are the worst

vaisakhkm
Автор

What if you come with js libraries list next video

tilawah
Автор

The only ones I knew were django, flask, and pandas

baronvonbeandip
Автор

As of datetime, why not all (generic) programmers just use unix timestamp? I avoid arrow and momentjs in my own project as much as possible, unless I need to parse user input, which rarely happens, as timestamp can be generated server side or client side (date select widget).

zhoulingyu
Автор

What about the most important ones??? Where are pip, wheel and os?

Znwarp
Автор

Nvidia graphics card is good or amd Radeon graphics card for 3d modeling and app development.

ADDYXJOD
Автор

Hello! What programming language would you recommend for people who want to be a software engineer?

thatpyraguy
Автор

NOW HOW DO WE SET THEM UP, and use them in a real world scenario, show us you setting up and using pandas to crunch some BIG DATA!!!

TheBlackmanIsGod
Автор

How to write scalable good code in python

sivakumar.s