Тёмный
No video :(

The flake8 Library 

MathByte Academy
Подписаться 9 тыс.
Просмотров 4 тыс.
50% 1

This video explains what flake8 is, why it is useful, and how to run it along with several useful additional flake8 plugins.
#mathbyteacademy #python
Code for this Video
================
Available in GitHub blog repo: github.com/fbaptiste/python-blog
Direct link: tinyurl.com/22742a64
My Python Courses
=================
- Python 3 Fundamentals (introduction to Python)
www.udemy.com/course/python3-...
- Python 3 Deep Dive (Part 1 - Functional)
www.udemy.com/course/python-3...
- Python 3 Deep Dive (Part 2 - Iteration, Generators)
www.udemy.com/course/python-3...
- Python 3 Deep Dive (Part 3 - Hash Maps)
www.udemy.com/course/python-3...
- Python 3 Deep Dive (Part 4 - OOP)
www.udemy.com/course/python-3...

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

 

30 сен 2022

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 20   
@legion_prex3650
@legion_prex3650 Год назад
i like your comprehensive videos and i a learned a lot from all of your Udemy Deep Dive Courses! Your deep dive courses are the best python learning content on Udemy by far. Thank you!
@mathbyteacademy
@mathbyteacademy Год назад
Thanks!
@jayparekh8862
@jayparekh8862 4 месяца назад
I m definitely going to try in my code
@dev.aaajit
@dev.aaajit Год назад
Interesting video. Thanks!
@mathbyteacademy
@mathbyteacademy Год назад
Glad you liked it!
@MrSunTrope
@MrSunTrope Год назад
Thank you!
@mathbyteacademy
@mathbyteacademy Год назад
You're welcome!
@durgaprasad3089
@durgaprasad3089 Год назад
Most awaited video 🤩😍
@mathbyteacademy
@mathbyteacademy Год назад
Hope you enjoyed it!
@durgaprasad3089
@durgaprasad3089 Год назад
@@mathbyteacademy as always 🤩
@subhamsingh9205
@subhamsingh9205 Год назад
Can you create a video on python AST module explaning to build some cool stuffs with that like linters, code bug finder etc?
@sukulmahadik0303
@sukulmahadik0303 Год назад
Great tutorial
@mathbyteacademy
@mathbyteacademy Год назад
Thank you!
@JOMELLO
@JOMELLO Год назад
Dear Professor Fred, Thank you for creating these amazing educational resources. I was wondering if you can consider publishing your fundamentals/introduction to python course on Udemy. Thank you for your time :)
@mathbyteacademy
@mathbyteacademy Год назад
Sorry, but I can't at the moment.
@IlyaIlya_lopkop
@IlyaIlya_lopkop Год назад
New courses from you? We are waiting for them!
@mathbyteacademy
@mathbyteacademy Год назад
Thanks :-) For now, it's this channel!
@CyrilLevyMarchal
@CyrilLevyMarchal Год назад
again a really strong course...only problem is that the Pipfile refuses to install on my system (30 mins after launching pipenv install it is still resolving dendencies :-(
@mathbyteacademy
@mathbyteacademy Год назад
I have run across that sometimes - best way to narrow it down is to remove the dependencies in the pipenv file, and manually install the libraries one at a time (`pipenv install xyz` or `pipenv install --dev xyz`), until you hit the library that is causing the problem. That may help narrow down the library that is causing the issue, and then I usually start pinning the version to some slightly older one until I find one that works. Not sure it will help in your case, but might be worth a try.
@CyrilLevyMarchal
@CyrilLevyMarchal Год назад
@@mathbyteacademy Thanks Fred - thats what I did and surprisingly it installed without issues. Pretty weird
Далее
Synthetic Data using the Faker Library
42:02
Просмотров 2,1 тыс.
The wrapt Library
32:33
Просмотров 1,2 тыс.
The pyyaml Library
16:53
Просмотров 897
Idiomatic Python: Decomposition & Refactoring Demo
1:29:28
Speed Up your Python Apps with Caching
43:17
Просмотров 2 тыс.
The Arrow Library
30:07
Просмотров 1,8 тыс.
Idiomatic Python: Counting Things with Dictionaries
13:37
Idiomatic Python: Iterating Dictionaries
21:29
Просмотров 1,4 тыс.