@repo_science · Post #4003 · 29.01.2024 г., 13:13
#webDevelopment 🌐 CSS for JavaScript Developers ----- Main channel: @repo_science Coupons: @freecoupons_reposcience -----
Hashtags
TGINSIGHT SIMILAR POSTS
Изворен канал @pythonotes · Post #76 · 27 апр.
Ранее я делал серию постов про битовые операторы. Вот вам ещё один наглядный пример как это используется в Python в модуле re. Чтобы указать флаг для компилятора нам надо указать его после передаваемой строки. Например, добавляем флаг для игнорирования переноса строки. pattern = re.compile(r"(\w+)+") words = pattern.search(text, re.DOTALL) А как указать несколько флагов? Ведь явно будут ситуации когда нам потребуется больше одного. Кто читал посты по битовые операторы уже понял как. pattern.search(text, re.DOTALL | re.VERBOSE) А теперь смотрим исходники, что находится в этих атрибутах? Не удивительно, степени двойки. Почему? Потому что каждое следующее значение это сдвиг единицы влево. >>> for n in [1, 2, 4, 8, 16, 32, 64, 128, 256]: >>> print(bin(n)) 0b1 0b10 0b100 0b1000 0b10000 0b100000 0b1000000 0b10000000 0b100000000 Чтобы было понятней, давайте напишем тоже самое но иначе, добавим ведущие нули: 000000001 000000010 000000100 000001000 000010000 000100000 001000000 010000000 100000000 Не понятно что тут происходит? Читай три поста про битовые операторы начиная с этого ➡️https://t.me/pythonotes/45 В общем, это пример применения побитовых операций в самом Python. Теперь вы знаете Python еще немного лучше) #tricks#regex#libs
Пребарај: #webdevelopment
@repo_science · Post #4003 · 29.01.2024 г., 13:13
#webDevelopment 🌐 CSS for JavaScript Developers ----- Main channel: @repo_science Coupons: @freecoupons_reposcience -----
Hashtags
@repo_science · Post #4002 · 29.01.2024 г., 13:09
#webDevelopment 🌐 Practice It: CSS Layout Get hands-on practice with some of the most powerful CSS features. 🗣 Julia Dyck 🔰 Intermediate ⏰1h 52m ----- Main channel: @repo_science Coupons: @freecoupons_reposcience -----
Hashtags
@repo_science · Post #3839 · 02.01.2024 г., 09:26
##webDevelopment 🌐 Next.js & React - The Complete Guide (incl. Two Paths!) Learn NextJS from the ground up and build production-ready, fullstack ReactJS apps with the NextJS framework! 🗣 Maximilian Schwarzmüller ----- Main channel: @repo_science Coupons: @freecoupons_reposcience -----
Hashtags
@repo_science · Post #3822 · 26.12.2023 г., 21:02
#webDevelopment 🌐 Next.js & React - The Complete Guide (incl. Two Paths!) Learn NextJS from the ground up and build production-ready, fullstack ReactJS apps with the NextJS framework! 🗣 Maximilian Schwarzmüller ----- Main channel: @repo_science Coupons: @freecoupons_reposcience -----
Hashtags
@repo_science · Post #3755 · 25.11.2023 г., 21:13
#webDevelopment 👊 Code With Mosh - React 18 for Beginners [From Zero To Hero] Part 1 ----- Main channel: @repo_science Coupons: @freecoupons_reposcience -----
Hashtags
@repo_science · Post #3529 · 22.08.2023 г., 22:57
#webDevelopment 🌐 React: Creating and Hosting a Full-Stack Site Learn how to combine React, Node.js, and Amazon Web Services (AWS) in a full-stack, full-featured website. Author: Shaun Wassell Date: 2022-09-13 Duration: 4h 44m 🔗Link ----- Main channel:@repo_science Coupons: @freecoupons_reposcience -----
Hashtags
@repo_science · Post #3384 · 03.07.2023 г., 15:51
#webDevelopment 🥷 Más de 400 iconos SVG Gratis para añadir a tus proyectos. 🔄 Compatibles con Tailwind, React JSX y Figma 📏 Configura su tamaño entre 12px y 48px 🖌️ Configura su contorno entre 0.1 y 3 🔗flowbite.com/icons ----- Main channel: @repo_science Coupons: @freecoupons_reposcience -----
Hashtags
@repo_science · Post #4085 · 05.04.2024 г., 16:23
#python#webDevelopment 🤯 The Flask Mega-Tutorial 📓Book ----- Main channel: @repo_science Coupons: @freecoupons_reposcience -----
Hashtags
@coding_labs · Post #16 · 24.01.2022 г., 02:54
The Best Way to Learn Frontend Web Development https://bit.ly/3f3zSPB 🎓#Blog#WebDevelopment @Coding_Labs
Hashtags
@repo_science · Post #4027 · 15.02.2024 г., 13:14
#book#webDevelopment 📚 Django Unleashed (2024) ----- Main channel: @repo_science Coupons: @freecoupons_reposcience -----
Hashtags
@repo_science · Post #3631 · 03.10.2023 г., 03:39
#Python#webDevelopment#Book 🐍 Django 4 for the Impatient. Learn the core concepts of Python web development with Django in one weekend ✍ G. Lim, D. Correa 📆: 2022 ISBN: 9781803245836 ----- Main channel: @repo_science Coupons: @freecoupons_reposcience -----
Hashtags
@coding_labs · Post #6 · 19.01.2022 г., 05:15
📌5 Best Frameworks For Web Development 1) Django 2) Flask 3) Angular 4) Vue 5) Laravel 🎓#WebDevelopment#Frameworks @Coding_labs
Hashtags