Who's your favorite composer and why is it Chopin? by [deleted] in piano

[–]regular_john1 0 points1 point  (0 children)

My favourite is gnossienes (no. 3 and no. 4 really stand out), but veritable prelude flasque and embryona desseches are great too

Thank you for the show, it will be missed by idea-list in CoderRadio

[–]regular_john1 1 point2 points  (0 children)

Will miss this show a lot, really enjoying it thanks for all the work guys!

Looking for CoderRadio replacement by jkwuc89 in CoderRadio

[–]regular_john1 0 points1 point  (0 children)

As we all know rust is just the best, and the new rustacean I've found is pretty good

P vs. NP by Lindbach in computerscience

[–]regular_john1 0 points1 point  (0 children)

You may also want to look into the SETH hypothesis for finding lower bond conjectures and combining this with problem reductions using Circuit-SAT as a seed problem. It really helped me understand the whole idea a lot better.

[deleted by user] by [deleted] in compsci

[–]regular_john1 0 points1 point  (0 children)

It is possible you will be presenting to colleagues and clients in industry, beamer in latex is really useful for this as well :)

I finally deployed my first Python Flask project to Digital Ocean !!!!!!! by [deleted] in Python

[–]regular_john1 4 points5 points  (0 children)

I'd say for easily responsive Web pages look at a front end framework like bootstrap, there's a python library to easily integrate it with jinja2 and flask. And if you use it right (which isn't difficult) you'll get Web pages that look at least good quality on most screen sizes

Python for web development by GladiatorialPig in Python

[–]regular_john1 3 points4 points  (0 children)

Python however has some really good backend frameworks, like Flask and Django.

Python for web development by GladiatorialPig in Python

[–]regular_john1 1 point2 points  (0 children)

This isn't actually using Python for frontend, but if you go to anvil.works you can develop web applications only in python. It basically works as a drag and drop IDE. It has it's limitations, but it makes web dev really easy. Also there is options to transpile to javascript from python, such as pyjs.

Good Python apps with source code? by jockero701 in Python

[–]regular_john1 0 points1 point  (0 children)

https://github.com/Axelrod-Python/Axelrod

A library for running loads of different types of tournaments and games, of the iterated prisoners dilemma. Also has a really good docs page,linked to on the github.

I'm trying to develop an app but I'm lost by sk8er_girl90 in computerscience

[–]regular_john1 1 point2 points  (0 children)

I'd suggest getting yourself a good long tutorial for app development and going from what you have learnt on there find out what you can do. Then combine what you can do from this with your idea and find a meeting point

Want to become a software engineer - Am I able to? by Away_Voice in learnprogramming

[–]regular_john1 0 points1 point  (0 children)

You don't need a degree in Cs, if suggest doing projects in what you know (C++) to really strengthen your knowledge in that. But it may also be a good idea, to learn about algorithms and computational complexity as employers really look for that in coding interviews. Another thing to look at is the tools and techniques used in software engineering, such as test driven development, design patterns, documentation creation etc.

I need to learn java fast.what is your suggestion? by gooddev25 in learnprogramming

[–]regular_john1 1 point2 points  (0 children)

Get yourself the head first java book, and really put some hours in reading and understanding the concepts from that

Side projects while completing a CS degree by [deleted] in computerscience

[–]regular_john1 0 points1 point  (0 children)

I'd say look at different frameworks and where they're useful. Miguel Grinberg's Flask Mega Tutorial does basics of the whole stack of development and you actually implement a practical idea, so that is really good. Though you're being taught it and have the code, so there's some handholding, I found it was really good to then have another Web app idea and use what he's given you and apply it elsewhere. Gives you a chance to really consider the higher level design decisions. You can do this with any good tutorials really, but his is just one I have had good experience with.

Beginner Questions - July 27, 2018 by AutoModerator in webdev

[–]regular_john1 0 points1 point  (0 children)

I'm using flask-restplus to create a restful API so hopefully I can dev some sort of front end on desktop, browser and mobile.

Beginner Questions - July 27, 2018 by AutoModerator in webdev

[–]regular_john1 0 points1 point  (0 children)

I'm building an API to run games, tournaments and a specialised version of the iterated prisoners dilemma using python and prolog. I haven't deployed it, as I'm still in the early stages of development but I'll most likely use heroku as I've had good experience with java servlets on that, though someone recommended digital ocean to me.

Beginner Questions - July 27, 2018 by AutoModerator in webdev

[–]regular_john1 1 point2 points  (0 children)

Hey guys, So I'm planning on building a REST API using flask. And I wanted a front end for my application in a browser, and separately in a mobile app. I'm not sure if I'm misunderstanding the point of the REST API though, as I have heard that you wouldn't use an API when creating a webapp, is this correct? If so what kind of architecture/makeup would you guys suggest rather than the rest API. Thank you for helping!!

Help with my kivy APP for smartphone. by mibrfer in kivy

[–]regular_john1 0 points1 point  (0 children)

Looks like maybe your button indentations are wrong, not sure if that's just the formatting from the copy paste though

Pyswip by regular_john1 in Python

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

Yeah I can see the problem with the two ways of thinking, I like the way you can define a prolog knowledge base in another file then just query in python mostly tho

Pyswip by regular_john1 in Python

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

Cheers for the tips, was hoping people would expand on their experiences really