Replies
Welcome, guest
Join CrazyEngineers to reply, ask questions, and participate in conversations.
CrazyEngineers powered by Jatra Community Platform
-
@durga-TpX3gO • Jun 25, 2014
😁
here goes a pymap for anyone who wants to learn.
Yes , scapy and paramiko are missing (or i cant find them) but this pretty much covers the packages .
![[IMG]](proxy.php?image=http%3A%2F%2Fhairysun.com%2Fimages%2Fpymap.png&hash=dd3ca6d94b649d79a6c8b2d3af9f82d5)
-
@thebigk • Jun 25, 2014
Start sharing some code and then discuss it, people. Videos and tutorials are okay; but they don't turn you into a Python coder 😀 . Let's get down to the ground and add discuss some code.
-
@avi2-gV81vT • Jun 25, 2014
^I did post my code here: #-Link-Snipped-#
isn't getting the response it deserves 😛 -
@avi2-gV81vT • Aug 20, 2014
#-Link-Snipped-#
-
@avi2-gV81vT • Sep 3, 2014
seems people here are not interested in python and most of the threads in section are non-python :'(
-
@abhishek-fg9tRh • Sep 3, 2014
avi2seems people here are not interested in python and most of the threads in section are non-python :'(
You can start discussion/technical debate. I am quite sure there are some python enthusiasts who will reply your threads.
-
@dennis-ighowho-tvEOQZ • Sep 3, 2014
is python a high level language?
what does it use a compiler/interpreter?
how do i get and install the IDE on my system? because i am currently on a program at alison.com learning python...any help will be ok..tankz -
@shiwa436-h94d47 • Sep 3, 2014
i am trying to learn python from quite a few days.. but i'm confused where to start. please guide me in this. i know how to write programs in c, as we try in our colleges. i never tried them using IDEs
-
@durga-TpX3gO • Sep 3, 2014
#-Link-Snipped-# : the post about type annotations got me thinking about duck-typing in python ( what I don't understand yet) and spend good time reading about it. Unless there is anything to extend the existing discussion, I generally refrain from posting.
-
@durga-TpX3gO • Sep 3, 2014
Dennis Ighowhois python a high level language?
what does it use a compiler/interpreter?
how do i get and install the IDE on my system? because i am currently on a program at alison.com learning python...any help will be ok..tankzpython is an interpreter. if you have a BSD OS, python IDLE should be in built. windows - as usual lacks here and you will have to install from python.org
python3 is little different from python2 and be wary of the same. -
@avi2-gV81vT • Sep 5, 2014
durga#-Link-Snipped-# : the post about type annotations got me thinking about duck-typing in python ( what I don't understand yet) and spend good time reading about it. Unless there is anything to extend the existing discussion, I generally refrain from posting.
okay, but do post anything related to python 😀
Django 1.7 released 😀 -
@durga-TpX3gO • Sep 8, 2014
I am more of a inter-networking person with very little exposure to html and css- that is the maximum I ever ventured into web technologies . BTW, have you ever worked on twisted? I want to get started with it soon.
-
@avi2-gV81vT • Sep 8, 2014
Yes, but merely as a beginner. But I love Tornado though
-
@avii-TGGs8o • Sep 9, 2014
There is an interesting backstory about Tornado and Twisted, let me find the good rant...
basically, Twisted guys were super pissed why Friendfeed (now acquired by Facebook) developed similar framework instead of contributing to Twisted. I think it was in 2011.
Now Tornado has grown so much, its fully mature and high performance framework. Recently Tornado 4.0 was launched. -
@durga-TpX3gO • Sep 9, 2014
interesting, found a post on SOF which compares both including others as gevent,
#-Link-Snipped-# -
@avii-TGGs8o • Sep 9, 2014
^Glyph on SOF is the creator of Twisted and he was the one who was angry.
I wouldn't go into comparing performances, however I would say if you are beginner go with Tornado, then Gevent or Twisted. -
@avii-TGGs8o • Sep 9, 2014
and yeah, check Cyclone its Twisted + Tornado
#-Link-Snipped-# -
@avi2-gV81vT • Sep 9, 2014
Even I agree that Tornado is good beginners compared to Twisted.
Or else, better would be Flask -
@avi2-gV81vT • Sep 9, 2014
#-Link-Snipped-# have you done any web dev projects in Python...? just looking for some inspiration
-
@durga-TpX3gO • Sep 9, 2014
any reasons why tornado is preferable over twisted?? just trying to understand if the suggestion is based on the steepness of learning curve or the ease of implementation or anything per se?
umm no, i am more into recreating some networking stuff - like i did a proxy arp +dhcp module and recently a basic lldp module but thats all work related. have not go much into web development. -
@avi2-gV81vT • Sep 9, 2014
Whoa, where do you work.. if you don't mind telling me.
I am a beginner, so I might be the right person to tell you about Tornado vs Twisted. However I couldn't understand Twister documentation at all. It was very difficult. So I went ahead with Tornado.
For example, I used Tornado for this project: <a href="https://www.crazyengineers.com/threads/i-wrote-a-bot-and-started-collecting-no-google-of-search-results-for-modi-ak-raga-etc-since-may-4.75521">I wrote a bot and started collecting no. google of search results for Modi, AK, RaGa etc since May 4</a> -
@durga-TpX3gO • Sep 9, 2014
I see. I could not comprehend twisted documentation either. Tried lot other resources before I decided may be I just need more time to get there.
-
@gollapinni-karthik-sharma-EgBEXm • Sep 15, 2014
#-Link-Snipped-# : Can you suggest some good websites or pdf link or anything for learning python? Actually this is the first time I have started python and now I have to do my thesis in that. So now I have to start from scratch to complete it.
I will do keep posting the code which I will write in some days after which I hope you can help me in correcting it.
And regarding your bot for collecting Modi results was really amazing.
I did a project on Sentiment analysis where I wrote a bot to crawl data from twitter for some 8 companies and had to do analysis. -
@avi2-gV81vT • Sep 19, 2014
^thank you 😀
according to me, the best resource is Official Python Tutorials -
@jasim-g7mjUs • Aug 3, 2015
which is best python framework???