I HIGHLY recommend the free lectures and assignments on the Stanford Engineering Everywhere website. The two relevant courses are Programming Abstractions and Programming Paradigms. They dive deep into C++ topics, including advanced memory management (you'll write your own allocator) and the...
There is a strong possibility my own startup will be getting funded soon. Do you have any cool resources you could recommend to learn about growth hacking (anything that really helped you)? I read the QuickSprout guide and I'll be implementing some of those ideas.
Hi guys,
This is a clueless newbie question.
I have developed an app that is available on the Shopify app store. I'm making some money from it, but I need to drive focused traffic (ecommerce merchants) to my website to get more installs. I've decided to use blogging as a way to do this. The...
YouTube is written in Python.
Reddit is written in Python.
Google uses Python extensively.
Bank of America is writing the majority of their new stuff in Python.
Nothing against Node, but to dismiss Python out of hand like that is not reasonable. It is proven as a technical foundation for some...
You're comparing apples to oranges here, as PHP is just a general purpose language (with a focus on web page scripting) and Django is a web framework with a lot of built-in functionality that you don't get if you use PHP on its own. It would be better to ask whether you should use Django or a...
Yes, you can, but it would require getting to grips with other technologies too. Look into WebRTC. The simplest thing would be to use something like Vline to get started. They have the infrastructure so you don't have to set up a complicated video streaming system yourself.
That course looks like a great intro. I definitely recommend the Udacity ones too. They get quite advanced and show some fairly serious Python functionality.
Cool. Let me know how you get on with it. I found it a while ago and used it to automate all the annoying stuff in my job. Now I'm telling anybody who will listen how great it is.
In-browser scripting, essentially. Since Netscape bundled a Javascript interpreter with their browser back in the day, Javascript has been the default language for client-side scripting on web pages. This used to mean code to enable simple interactive behaviours (click a button and one div...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.