ترفندهای برنامهنویسی
رفتن به کانال در Telegram
⁉️ پیرامون پایتون، جنگو و ویاسکد نکتههایی که معمولا در آموزشها از قلم افتادهاند 📌 گروه گفتگو و پرسش و پاسخ: https://t.me/py_dj_discus 📬 نظرات و مطالب پیشنهادی: https://t.me/mh_firouzjaah ارسال پروژه: https://ponisha.ir/profile/mhfirouzjah
نمایش بیشترکشور مشخص نشده استدسته بندی مشخص نشده است
180
مشترکین
اطلاعاتی وجود ندارد24 ساعت
اطلاعاتی وجود ندارد7 روز
اطلاعاتی وجود ندارد30 روز
آرشیو پست ها
Basic and Full-text Search with Django and Postgres | TestDriven.io
https://testdriven.io/blog/django-search/
Note There is a subtlety when the sequence is being modified by the loop (this can only occur for mutable sequences, e.g. lists). An internal counter is used to keep track of which item is used next, and this is incremented on each iteration. When this counter has reached the length of the sequence the loop terminates. This means that if the suite deletes the current (or a previous) item from the sequence, the next item will be skipped (since it gets the index of the current item which has already been treated). Likewise, if the suite inserts an item in the sequence before the current item, the current item will be treated again the next time through the loop. This can lead to nasty bugs that can be avoided by making a temporary copy using a slice of the whole sequence, e.g.,
for x in a[:]:
if x < 0: a.remove(x)Note: In Python 2.x, filter() returns list objects. This behavior changed in Python 3.x. Now the function returns a filter object, which is an iterator that yields items on demand. Python iterators are well known to be memory efficient.
How to have an awesome GitHub profile ? - DEV Community
https://dev.to/supritha/how-to-have-an-awesome-github-profile-1969
5 projects to master Front End Development - DEV Community
https://dev.to/ruppysuppy/5-projects-to-master-front-end-development-57p
Python could become 5x faster. What would it mean for finance? | eFinancialCareers
https://www.efinancialcareers.com/news/2021/06/python-made-faster-use-in-finance
10 Platforms to Help Level Up Your Frontend Development Skills
https://dev.to/goodiec/10-platforms-to-help-level-up-your-frontend-development-skills-455p
6 Tips To Make Python Code Run Incredibly Faster | by Pralabh Saxena | May, 2021 | Better Programming
https://betterprogramming.pub/6-tips-to-make-python-code-run-incredibly-faster-932db815c3a8
سلام
پستی دربارهی دستکاری و ارتقای حالت پیشفرض پاورشل در ویندوز داشتم.
توی این لینک کمی بیشتر همون مطلب رو توضیح دادم و امیدوارم مورد استفاده قرار بگیره.
لطفا ستاره هم یادتون نره🙏🏻.
آیدی کانال👇:
programming_tricks
https://gist.github.com/mh-firouzjaah/2548513a8a842d532bfb10346f8f5db0
pyodide/pyodide: Python with the scientific stack, compiled to WebAssembly.
https://github.com/pyodide/pyodide
Improving Django View Performance with Async Support | NextLink Labs
https://nextlinklabs.com/insights/django-async-views-improves-API-calls
An early look at Postgres 14: Performance and Monitoring Improvements
https://pganalyze.com/blog/postgres-14-performance-monitoring
The way we teach coding is all wrong. Here's how it needs to change - TechRepublic
https://www.techrepublic.com/article/the-way-we-teach-coding-is-all-wrong-heres-how-it-needs-to-change/
دوستان عزیز
حتما دیدین گاهی وقتا فایلهای زیرنویس شما دچار مشکل میشن و متن داخلشون به درستی نمایش داده نمیشه!
خب برای من بیشتر این حالت بخاطر اشتباهی توی encode کردن این فایلها هست و در اکثر موارد هم اون انکد اشتباه windows-1256 یا arabic هست.
با اجرای این کد از شما دایرکتوری یا path اون فایلهای زیرنویس رو میگیره و اصلاحشون میکنه!
آیدی کانال👇:
programming_tricks
📣 کانال تریکهای برنامهنویسی
کانالی پیرامون پایتون و جنگو و ویاسکد با موضوعاتی که کمتر در آموزشها و گروههای دیگر مورد توجه قرار میگیرد
📌 لینک کانال:
https://t.me/programming_tricks
⁉️ در قسمت کامنتها و یا گروه پرسش و پاسخ سعی میکنیم به سوالات پیرموان موضوعیت گروه پاسخ داده شود.
📌 لینک گروه گفتگو و پرسش و پاسخ:
https://t.me/py_dj_discus
📬 از نظرات و مطلب پیشنهادی استقبال میشود.
https://t.me/mh_firouzjaah
یکی از سریعترین توابع برای پیدا کردن همهی اعداد اول کوچکتر از یک عدد مفروض
🔴 کانال برنامه نویسی پایتون و سیستم های نهفته با مینی کامپیوتر رزبری پای
هوش مصنوعی ,لینوکس , پایتون
لینک کانال :
@raspberry_python
لینک گروه:
@python_QA
