“Python Top 10 Articles — June 2018” @BrandonMorelli https://techburst.io/python-top-10-articles-june-2018-fb96d87f66b7
Medium
Python Top 10 Articles — June 2018
What’s trending in Python?
“Top 10 Python libraries you must Know” @techhadoop https://medium.com/@technoserviceclub/top-10-python-libraries-you-must-know-cc28a849c1fc
۱۵ کتابخانه پایتون که باید بشناسید.
۱۵ کتابخانه پایتون که باید بشناسید.
Medium
Top 10 Python libraries you must Know
Hi friends . Today i am going to list 10 python libraries which are really important . So here they are:
“How to do web scraping with python 3.7” https://medium.com/@itylergarrett.tag/using-pip-to-install-requests-and-lxml-on-python-3-7-mac-os-e6c4d5e860f6
Medium
How to do web scraping with python
Hey, web scraping is easy with python 3.7 —the way I was doing it before this tutorial was overly complex and extremely inefficient.
“Parallelisation In Python — An Alternative Approach” https://medium.com/idealo-tech-blog/parallelisation-in-python-an-alternative-approach-b2749b49a1e
Medium
Parallelisation In Python — An Alternative Approach
One of the biggest, ever-present banes of a data scientist’s life is the constant wait for the data processing code to finish executing…
دوستان سلام. برنامه جدیدی که در هفته آینده شروع خواهد شد برنامه نویسی بات تلگرام با استفاده از پایتون است. در این مسیر با برنامه نویسی بات های تلگرام آشنا شده و مراحل را با تست و ارزیابی های مختلف پی خواهیم گرفت. مطالب این بخش را با هشتگ #Tele دنبال نمایید.
@pythonsocket
@pythonsocket
“Python Top 10 Articles for the Past Month (v.July 2018)” @Mybridge https://medium.mybridge.co/python-top-10-articles-for-the-past-month-v-july-2018-daefb1c3a5a6
“Identify the different types of hashes with hashID” @AndyF https://andreafortuna.org/identify-the-different-types-of-hashes-with-hashid-a0ee47e0004c
شناسایی انواع Hashهای مختلف با hashID
شناسایی انواع Hashهای مختلف با hashID
Python Socket
“Creating a TCP backdoor using python” https://medium.com/@gnsrikanth/creating-a-tcp-backdoor-using-python-9edafc213f91
سلام دوستان. مطالب جالبی است و مرتبط با سوکت. حتما مطالعه کنید.
Python Socket
https://realpython.com/python-random/
دوستان سلام این مطلب میتواند در حوزه رمزنگاری نیز مورد استفاده قرار گیرد. مطالعه بفرمایید.
Check out Daily Python Tip (@python_tip): https://twitter.com/python_tip?s=09
Twitter
Daily Python Tip (@python_tip) | Twitter
The latest Tweets from Daily Python Tip (@python_tip). One #python tip per day. Do you have any? Send it to https://t.co/ajWlVvMhfj. Edited by @karlafej, @simecek, and... you?
Python Socket
Check out Daily Python Tip (@python_tip): https://twitter.com/python_tip?s=09
دوستان اگر از توییتر استفاده می کنید, این حساب کاربری جهت Follow توصیه می شود.
Python Telegram Part1.pdf
203.9 KB
دوستان سلام. همانطور که پیش از این اشاره کرده ایم، اولین مطالب در خصوص برنامه نویسی بات تلگرام ارایه شده است. لطفا مطالب این حوزه را با هشتگ #Tele دنبال بفرمایید
#Tele
@pythonsocket
#Tele
@pythonsocket
Practical Introduction to Web Scraping in Python – Real Python
https://realpython.com/python-web-scraping-practical-introduction/
https://realpython.com/python-web-scraping-practical-introduction/
Realpython
A Practical Introduction to Web Scraping in Python – Real Python
In this tutorial, you'll learn all about web scraping in Python. You'll see how to parse data from websites and interact with HTML forms using tools such as Beautiful Soup and MechanicalSoup.
11 Beginner Tips for Learning Python Programming – Real Python
https://realpython.com/python-beginner-tips/
https://realpython.com/python-beginner-tips/
Realpython
11 Beginner Tips for Learning Python Programming – Real Python
In this article, you'll see several learning strategies and tips that will help jump start your journey of becoming a rockstar Python programmer.
Python Socket
Python Telegram Part1.pdf
دوستان عزیز سلام. امیدوارم اولین مطلب از مجموعه مباحث تلگرام را مطالعه کرده باشید. مطلب دوم در دست آماده سازی است و انشاالله.. تا آخر هفته تقدیم خواهد شد. چنانچه لازم است ماژول های json و requests را در پایتون به جهت استفاده در مطلب بعدی مطالعه بفرمایید.
“Data Scraping in Python Using Beautiful Soup” https://medium.com/@jeegraeff/data-scrapping-in-python-using-beautiful-soup-d4e66ae82570
Medium
Data Scraping in Python Using Beautiful Soup
Beautiful Soup is a python library that can be used as a way to scrap data by traversing the DOM tree. Today, I will just be discussing how…