“10 Python File System Methods You Should Know” by Jeff Hale https://link.medium.com/vHH27HYVnU
Towards Data Science
10 Python File System Methods You Should Know
Manipulate Files and Folders in Your Python Programs with os and shutil
دوستان سلام. از بین مجموعه مطالبی که سهم بیشتری در کانال داشته اند، کدامیک مورد نظر شما بوده و آن را دنبال کرده اید؟
Anonymous Poll
64%
برنامه نویسی Socket
20%
برنامه نویسی Cryptography
17%
برنامه نویسی ماژول Scapy
سلام. با جهت گیری امنیت برای موضوعات کانال موافق هستید؟ در این صورت مطالب General از مجموعه مطالب قابل ارایه حذف و فقط به مباحث امنیتی خواهیم پرداخت
Anonymous Poll
58%
با مباحث امنیت با پایتون موافقم
9%
با مباحث عمومی موافقم
33%
هر دو مورد
Python Sec - Base64.pdf
221.2 KB
دوستان سلام. مطلب base64 (پست پیوست) از جمله اولین مطالبی بود که در کانال ارایه شد. این مطلب کمی به لحاظ نوشتاری نقص داشت. بنابراین تصمیم گرفتم مطلب را اصلاح کنم و ویرایش مناسب تری از آن را تهیه کنم. ویرایش جدید به پیوست ارایه شده است. لطفا مطالعه بفرمائید.
#Sec
@pythonsocket
#Sec
@pythonsocket
Working With Files in Python – Real Python
https://realpython.com/working-with-files-in-python/
https://realpython.com/working-with-files-in-python/
Realpython
Working With Files in Python – Real Python
In this tutorial, you'll learn how you can work with files in Python by using built-in modules to perform practical tasks that involve groups of files, like renaming them, moving them around, archiving them, and getting their metadata.
Python Socket
Python Sec - Base64.pdf
سلام. دوستانی که سوکت کار می کنند، آیا challenge انتهای این مطلب را بررسی کرده اند؟ هرچند که ساده است اما بد نیست نگاهی بیاندازید .
مجموعه مطالب Scapy را انشاالله از هفته آینده از سر خواهیم گرفت. این مطالب را می توانید با هشتگ #Scapy دنبال کنید.
مطالب جدید پروژه/پروتکل محور بوده و سعی خواهیم کرد فعالیت های عملی و کاربردی در دنیای واقعی را بررسی کنیم. پیشنهاد می کنم این موضوع را حتما دنبال کنید.
مطالب جدید پروژه/پروتکل محور بوده و سعی خواهیم کرد فعالیت های عملی و کاربردی در دنیای واقعی را بررسی کنیم. پیشنهاد می کنم این موضوع را حتما دنبال کنید.
دوستان سلام. میخوام یک ابزار خوب بهتون معرفی کنم. بدون هیچ توضیحی، حتما بهش سر بزنید:
https://gchq.github.io/CyberChef/
@pythonsocket
https://gchq.github.io/CyberChef/
@pythonsocket
gchq.github.io
CyberChef
The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis
دوستان سلام. آیا HackerRank را امتحان کرده اید؟ برای Review مطالبی که از پایتون آموخته اید، یادگیری مطالب جدید و دست و پنجه نرم کردن با Challengeهای مختلف، پیشنهاد می کنم به سایت زیر سری بزنید:
https://www.hackerrank.com
@pythonsocket
https://www.hackerrank.com
@pythonsocket
Hackerrank
HackerRank - Online Coding Tests and Technical Interviews
HackerRank is the market-leading coding test and interview solution for hiring developers. Start hiring at the pace of innovation!
What’s the Best Programming Language for Data Science?
https://insights.dice.com/2019/03/01/best-programming-language-data-science/
https://insights.dice.com/2019/03/01/best-programming-language-data-science/
Dice Insights
What’s the Best Programming Language for Data Science?
If you want to break into data science, which programming languages should you learn? That’s a complicated question. New data from Cloud Academy suggests
“The Best Way to Make Command-line Interfaces in Python” by Ahad Sheriff https://link.medium.com/MPTeH3vjYU
Medium
The Best Way to Make Command-line Interfaces in Python
How to write easy-to-use, intuitive Python programs
Programmer Salary Result - 97.pdf
1.1 MB
دوستان سلام. البته گروه ما بصورت صرف در خصوص برنامه نویسی نیست، اما Job Vision از گروه های خوب کاریابی در ایران، گزارشی در خصوص دستمزد برنامه نویسان در سال 97 و طی یک نظر سنجی منتشر کرده که خوندنش خالی از لطف نیست.
Scapy Digging into Packets.pdf
193.3 KB
دوستان سلام. مطلب شماره 3 از مجموعه مباحث Scapy آماده شده است. این مطلب به تکمیل مطلب شماره 1 پرداخته و موضوع تشریح Packet را در بر خواهد داشت. مطالعه بفرمایید.
#Scapy
@pythonsocket
#Scapy
@pythonsocket
“5 must-know Python concepts for experts” by Vivek Shrivastava https://link.medium.com/5XtdEfEC9U
Medium
5 must-know Python concepts for experts
Python is a really powerful programming language of the modern era. To code in Python is as easy as implementing pseudo code and as…
“print(‘How to use Python’s print function.)” by Logan Calhoun https://link.medium.com/Am8jK19C9U
Medium
print(“How to use Python’s print function.)
It’s in human nature that we are lazy. We want things done fast and the easiest way to do that in the coding language Python is print()…
An Intro to Threading in Python – Real Python
https://realpython.com/intro-to-python-threading/
https://realpython.com/intro-to-python-threading/
Realpython
An Intro to Threading in Python – Real Python
In this intermediate-level tutorial, you'll learn how to use threading in your Python programs. You'll see how to create threads, how to coordinate and synchronize them, and how to handle common problems that arise in threading.
13 Project Ideas for Intermediate Python Developers – Real Python
https://realpython.com/intermediate-python-project-ideas/
https://realpython.com/intermediate-python-project-ideas/
Realpython
13 Project Ideas for Intermediate Python Developers – Real Python
In this article, you'll learn how you can get started on 13 Python project ideas that are just right for intermediate Python developers. They'll challenge you enough to help you become a better Pythonista but will still be doable!
A Look at Python, Parameterized | Toptal
https://www.toptal.com/python/python-parameterized-design-patterns
https://www.toptal.com/python/python-parameterized-design-patterns
Toptal
Ensuring Clean Code: A Look at Python, Parameterized
We’ll explore the application of parameterization and how it relates to mainstream design patterns such as dependency injection, strategy, template method, and others. In Python parameterized, many of these patterns are made unnecessary by the fact that parameters…