+ 6
Genaral Programming Resources
Support for Programming related issues
33 Answers
+ 3
https://www.sololearn.com/Discuss/1134817/?ref=app
+ 3
Code compression
https://www.sololearn.com/Discuss/1077684/?ref=app
+ 2
Best devices for coding:
laptop and pc pretty much the same, but if you need power (3d rendering, heavy resources, hungry applications) PC is the best because laptops can heat up or lose battery quickly.
Phones usually use ARM processors so many things wont be available for them.
Thats why you cant use exe on phones
Source:
https://www.sololearn.com/Discuss/1134829/?ref=app
+ 2
Which Programming language is hard?
https://www.sololearn.com/Discuss/1134969/?ref=app
+ 2
Degrees help you to get entrance but it's your competence and experience contribute to settle or jump to upper position.
Programmer can get a job without academic background but it's easier and helpful more if one has good academic background.
https://www.sololearn.com/Discuss/1134966/?ref=app
+ 2
How programming language created by four scientists
https://www.forbes.com/sites/suparnadutt/2017/09/20/this-startup-created-a-new-programming-language-now-used-by-the-worlds-biggest-companies/#1e14e4027de2
https://www.sololearn.com/Discuss/1158116/?ref=app
+ 2
You can learn it as early as you wish but to develop your skills it requires repeatedly practices and observing others problem solving techniques and learn to solve by yourself.
Motivation:
https://www.sololearn.com/Discuss/137697/?ref=app
--------
Learn and practice a lot.
Read books, articles, do exercises. Find interesting ideas for your projects, try to implement them.
Resources for you:
https://www.sololearn.com/discuss/437973/?ref=app
https://www.sololearn.com/discuss/595802/?ref=app
https://www.sololearn.com/discuss/636195/?ref=app
https://www.sololearn.com/discuss/1091816/?ref=app
+ 2
Interpreter➡️
Translates program one statement at a time.
compiler➡️
Scans the entire program and translates it as a whole into machine code.
interpreter➡️
It takes less amount of time to analyze the source code but the overall execution time is slower.
compiler➡️
It takes large amount of time to analyze the source code but the overall execution time is comparatively faster.
interpreter➡️
No intermediate object code is generated, hence are memory efficient.
compiler➡️
Generates intermediate object code which further requires linking, hence requires more memory.
interpreter➡️
Continues translating the program until the first error is met, in which case it stops. Hence debugging is easy.
compiler➡️
It generates the error message only after scanning the whole program. Hence debugging is comparatively hard.
By Brians
+ 2
💠💠= & == 💠💠
Both are not same, = is an Assignment Operator it is used to assign the value of variable or expression,
while == is an Equal to Operator and it is also a relation operator used for comparison (to compare value of both left and right side operands).
+ 2
🔻What is HTML?
HTML stands for HyperText Markup Language.
Unlike a scripting or programming language that uses scripts to perform functions, a markup language uses tags to identify content.
HTML work as interpreter between Website and browser.
It helps browsers to interpret web pages and thus browser shows webpages in a monitor.
Example of HTML Tag
<p> This is a paragraph</p>
here
<p> and </p> are called tags,they help browser to show words in between them as a paragraph.
https://www.sololearn.com/learn/HTML/1021/
+ 2
Learn C++ it will give you more understanding capacity to learn other Programming languages and to make apps
https://www.sololearn.com/Discuss/280672/?ref=app
+ 2
How to make a nice looking website (Front end Developer)?
You should submit a sketch / mockup to the end user, so that all subsequent changes would only be some details of the design (in theory). In any case, normally I usually visit two pages for inspiration, after seeing some designs I can make at least two models.
https://www.thebestdesigns.com/
https://www.awwwards.com/
In Medium there are also countless articles on how to improve the presentation of a page. Some of the involved developers TailwindCSS and Laracast usually post on Twitter many data on how to improve the presentation of a web page and give it a very professional look (I'll leave the Tailwind link, there you can find the Twitter of the developers)
https://tailwindcss.com/
Are there any good programs to do this sketch/mockup on other than doing a rough build in HTML?
https://medium.com/sketch-app-sources/how-to-create-a-responsive-landing-page-with-sketch-af8c8785ae0b
https://www.mockplus.com/blog/post/web-ui-mockup-tool-free
(You can also use Photoshop with a wireframing kit)
@Mickel Sánchez
+ 1
Tap on three dot sign at top right and click on lesson factory.
it's 2nd from the top
click on it
submit your lesson
if it's approved, then
it's published
1.Tap the 3-dot menu on the top-right corner of the Sololearn app.
2.Tap "Lesson Factory".
3.Tap "Suggest a lesson".
4.Select language , lesson type and enter the lesson heading.
5.Type the contents of your lesson.
+ 1
Coding practice places:
www.sololearn.com
www.freecodecamp.com
www.w3schools.com
www.codeacademy.com
www.hackerrank.com
1. Practice, write a program related to your favourite things (anime, film, tv series...)
2. Here some websites to test your coding skills, don't worry about difficulty of each one, feel free to use Google to help you:
• https://www.hackerrank.com
• https://www.codewars.com
• https://www.hackerearth.com
• https://codecombat.com
• https://projecteuler.net
• https://brainwar.it
• http://www.programmr.com
• https://www.codechef.com
• http://www.codeabbay.com
• https://www.topcoder.com
• https://coderbyte.com
• https://leetcode.com
• http://exercism.io
• https://codefights.com
• http://www.cyber-dojo.org
• http://codingbat.com
• http://www.pythonchallenge.com
• https://codegolf.stackexchange.com
• https://www.codingame.com
• http://www.programmr.com
• https://programmingpraxis.com
3. Practice, seriously, practice is the best way to learn.
Good luck! :)
And some PDF resources too :-
https://www.sololearn.com/discuss/510018/?ref=app
https://code.sololearn.com/W8iMGXTusS8V/?ref=app
https://www.sololearn.com/Discuss/437973/?ref=app
And a list of useful resources:
https://code.sololearn.com/WaVusr8J1KvK/?ref=app
+ 1
https://www.sololearn.com/Discuss/1169083/?ref=app
----------. --------
Purpose of different Programs:
https://www.computerscience.org/resources/computer-programming-languages/
+ 1
Name of IDEs
Jetbrains IDE's like Webstorm and IntelliJ
Visual studio (code)
Netbeans
+ 1
How to convert a website in a android aap??
a specific language can used in this process???
You can do that by using software called Apache Cordove OR Electron. You will get their documentation easily on their respective sites.
+ 1
❄ Top 5 Websites To Learn Hacking
⚡https://www.cybrary.it/
⚡http://www.securitytube.net/
⚡https://www.edx.org/course/subject/computer-science
⚡http://www.cyberaces.org/courses/
⚡http://www.leapcourses.com/
✨ Cybrary has an app in the google playstore
link
https://play.google.com/store/apps/details?id=com.cybrary.cybrary
and also has more apps there.
A free website that a hacking and security courses
https://www.cybrary.it
Here is a massive repository of resources
http://index-of.es
For those who what to pursue a career in hacking.
Here are some great videos that I find helpful:
- Ted Talks Youtube Channel
https://www.youtube.com/user/TEDxTalks
videos
https://youtu.be/hqKafI7Amd8
https://youtu.be/fsC7mAtiGHs
For more:
https://www.sololearn.com/discuss/563537/?ref=app
https://www.sololearn.com/discuss/262566/?ref=app
https://www.sololearn.com/discuss/333998/?ref=a
+ 1
Constant = Always its value is fixed.
Variable = Its value changes when condition / conditions is / are changed.
variable
ˈvɛːrɪəb(ə)l/
noun
plural noun: variables
an element, feature, or factor that is liable to vary or change.
"there are too many variables involved to make any meaningful predictions"
MATHEMATICS
a quantity which during a calculation is assumed to vary or be capable of varying in value.
COMPUTING
a data item that may take on more than one value during the runtime of a program.