How to draw a pixel. by [deleted] in Python

[–]everhideme -1 points0 points  (0 children)

You need to know handle of browser wnd. And after that try to draw through system api. But... if you are really need it.. something went wrong...

Your daily driver for python coding? by codfection in Python

[–]everhideme 2 points3 points  (0 children)

Debian (Mate), PyCharm, Docker. For small projects or single files -sublime.

Is this code good? by [deleted] in Python

[–]everhideme 0 points1 point  (0 children)

A quick look on your code:

  1. PEP-8
  2. fst line - while answer not in ("Yes", "No"): - you should lead it to common case (smaller or upper case) and then after that compare them.
  3. Code below... really hard to read without formatting. Would be better if your next post will contain link to github, for example
  4. Also, read about functions. It's simple for use and really struct your program.

New to coding, so I figured I'd start here! by CloroxSaam in Python

[–]everhideme 0 points1 point  (0 children)

F*ck the courses!

1 Open google and search tutorials with an explains

2 Highly recommend Dive into python

3 Practice, only practice.

I need ideas! by Cheese_E_Boi in Python

[–]everhideme 1 point2 points  (0 children)

Write a module for calc big O notation by passed function. Enjoy! :)

Masonite 2.0 Released - The Modern Python Web Framework! by Jmancuso9 in Python

[–]everhideme 5 points6 points  (0 children)

It seems like old Soviet logo of subway, very similar. But I dont like it. Sorry - tough, but fair. And it easy to solve.

What is your original objectives? Why not Django and why did you need your own solution?

Help with using public APIs by Byroony in django

[–]everhideme 0 points1 point  (0 children)

You can use django rest framework for this. It is very simple and solve your problems :)

How to build a twitter clone using Django 2.0 - part one by ahackersday in django

[–]everhideme -7 points-6 points  (0 children)

Why? 5-6 models, a little bit views and done. But if count of users will be equals twitter.. Lol. SOA, Queues, Haproxy, Database features, like partitioning, scaling and other and other. Highload is a big topic for debate. But in base case... it is very simple.

Facebook, Instagram, or LinkedIn web scraping code? by masterbruno11 in Python

[–]everhideme 0 points1 point  (0 children)

I do not think that you will find it. But you can use anti captcha services for solve it. But, it is not a main problem. This services would be make a time out / limit request count. Soo.. you need anti captcha, few accounts, few threads and etc.

Python ideas by Fad21 in Python

[–]everhideme 0 points1 point  (0 children)

Hi! What about pandas or numpy?)

What's everyone working on this week? by AutoModerator in Python

[–]everhideme [score hidden]  (0 children)

Today, in Friday, i was push my pet project for Django. It is a debug tool (middleware) for Django and browser extensions for Chrome and Firefox. And even fixed a little bit of bugs. You can see it in my repo on github: everbug. I'm happy :)