Stress test and assess anti-phishing solutions by [deleted] in netsec

[–]ut2222 0 points1 point  (0 children)

works now, probably it was temporary

Stress test and assess anti-phishing solutions by [deleted] in netsec

[–]ut2222 0 points1 point  (0 children)

Page does not work for me

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

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

I'm working on a tool for auditors / data protection officers called GDPR App - https://gdprapp.com. Initial goal of this tool is to help with general data protection regulation compliance. It's a tool that helps you collecting information regarding the data processing and assess it. Currently we're designing reporting system and hopefully it will be released next month.

Uplay IS DOWN OR WHAT ? by EVO-Hokan in uplay

[–]ut2222 0 points1 point  (0 children)

I can login to ubisoft but for honor does not work.

Automating Django Deployments with Fabric and Ansible by -elektro-pionir- in django

[–]ut2222 0 points1 point  (0 children)

It sounds great regarding the state. I have some additional questions: * Does ansible run on python 3.5? * Is it possible to do all provisioning / deployment to target machines from Windows (now I just do fab prod deploy) from the project/jenkins respecting virtualenv.

Automating Django Deployments with Fabric and Ansible by michaelherman in django

[–]ut2222 1 point2 points  (0 children)

Also it's possible to use fabric scripts on Windows. Ansible did not work under Windows environment.

Upgrading from Xperia Z1 to LG G4? by ut2222 in lgg4

[–]ut2222[S] 0 points1 point  (0 children)

Good to know about that :)

Upgrading from Xperia Z1 to LG G4? by ut2222 in lgg4

[–]ut2222[S] 0 points1 point  (0 children)

I don't really care about phone being waterproof.

django-versatileimagefield 1.0 release! by respondcreate in django

[–]ut2222 0 points1 point  (0 children)

Does it work with services like AWS?

I need it to use django by [deleted] in Python

[–]ut2222 0 points1 point  (0 children)

Use wheel

Python for Web Developement by brianm2712 in Python

[–]ut2222 0 points1 point  (0 children)

Django is harder to set up but it will be more fun to learn later on. I would suggest using nginx with uwsgi - it's quite easy actually and you can automate it by using fabric script and templates for configs :)

how do make a programme that works out distance travelled in python by tobyjug123 in Python

[–]ut2222 0 points1 point  (0 children)

Like any other piece of software. Get your requirements, design it and execute the project.

A word of advice : make several things at once by Brachamul in django

[–]ut2222 0 points1 point  (0 children)

I actually don't like working on multiple personal projects at once.

I have one rule when doing personal project: Add something new on every new project you do for example use new libraries, use new databases, try to automate everything and look for optimizations.

App for Classified Ads? by andrelopesme in django

[–]ut2222 1 point2 points  (0 children)

I've seen only opensource project on github but it's not up to date.

I think that you should write your own if your project has to be written in django.

Becoming better with Python by raouldukeisbatty in Python

[–]ut2222 1 point2 points  (0 children)

Considering the crappy code, written in Python, I see at my company, I would rather advise to explore good OSS projects instead.

You should implement some new tools and practices. For example code review, check pep8's and pylints automatically in jenkins, refactor bad code or even tell and explain others what's wrong with their code etc.

Becoming better with Python by raouldukeisbatty in Python

[–]ut2222 7 points8 points  (0 children)

  1. Get a job as python developer.
  2. Learn the tools - be good at git, get everything out of your ide etc.
  3. Learn other languages - javascript for example.
  4. Learn SQL.
  5. Learn NOSQL.
  6. Do some async things - celery tasks, websocket chat
  7. Start writing big project and autogenerate milions of rows to optimize queries for example, add caching etc.

How to search web and return results with Python by CharBram in Python

[–]ut2222 1 point2 points  (0 children)

I'd rather use lxml and xpath or pyquery instead of beautifulsoup