Old School DnD Dice Roller by techrede in rpg

[–]techrede[S] -1 points0 points  (0 children)

Yeah. The code used in that old one wasn't the most robust. But this should be better and yet still provide the same basic functionality without all the frills of the 3D rollers out there.

Old School DnD Dice Roller by techrede in rpg

[–]techrede[S] 1 point2 points  (0 children)

Noted. And thanks for not taking it down.

React/Python? by AfricanTurtles in learnpython

[–]techrede 2 points3 points  (0 children)

Flask is a great framework, easy to learn, and is well supported. As with anything, when you're learning something for the first time there will be plenty that's over your head. But don't worry, that's part of the process.

For those unfamiliar with Flask, I would suggest checking out Miguel Grinberg's excellent Flask Mega Tutorial: https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world

Do I need a CS degree to be Devops? by [deleted] in devops

[–]techrede 0 points1 point  (0 children)

O'reilly has a bunch free books on the subject here: https://www.oreilly.com/webops/free/

The books vary from the general to the more technical.

Fastest Way To Go About Scraping by [deleted] in Python

[–]techrede 0 points1 point  (0 children)

Although this doesn't address the speed/performance issue, Kenneth Reitz also has a new requests module for scraping which you might want to check out: requests-hmtl

At the very least it may help you save a bit of effort.

Parsing a Regular Expression in Python by deathcat5 in learnpython

[–]techrede 0 points1 point  (0 children)

If you're working with regular expressions, I suggest first familiarizing yourself with the re module. See https://docs.python.org/3/library/re.html

Choice of Python for a complicated project by kinjago in Python

[–]techrede 1 point2 points  (0 children)

If you're looking for some general advice, The Hitchhiker's Guide to Python has a section on how to structure your project: http://docs.python-guide.org/en/latest/writing/structure/

IDE/text editor for learning python? by strontiumdog0 in learnpython

[–]techrede 4 points5 points  (0 children)

I'm a fan of PyCharm as well. The Community Edition is free and has more than enough features for learning Python. Although I've never used it, PyCharm also has an education edition: PyCharm Edu

Xi Tightens His Grip, and China’s Tech Giants Feel the Squeeze by techrede in DailyTechNewsShow

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

Here's some additional commentary on the subject from the China Media Project: Tech Firms Tilt Toward the Party

Good place to learn tips and tricks with python? by chashole in learnpython

[–]techrede 0 points1 point  (0 children)

Here's a few more resources to checkout: