All Activity
- Past hour
-
Adrian joined the community
- Yesterday
-
robert_7693_mentor_plus joined the community
- Last week
-
menhadenwy joined the community
-
lindsertort7_9749_mentor_plus joined the community
-
aryatrushi_7119_mentor joined the community
-
Elephant joined the community
-
thomas_demaeyer_7596_mentor_life joined the community
-
joshualanthony_7214_mentor_plus joined the community
- Earlier
-
Is it the version of Python that I'm using perhaps?
-
john45 joined the community
-
skilled Backend Developer - (Laravel/MySql/ReactJs/NodeJs/MongoDB)
PatrickDixon replied to Cassandra's topic in Jobs
Would you like to meet up with lots of professionals? If yes, just go and try https://masterbundles.com/wp-content/uploads/2022/04/a4-1_merged-2.pdf They are providing high-quality fonts, logos, and bundles, website templates, and many more. -
Jermy420 joined the community
-
I've tried the source code, and the result is the same. I don't know why that is.
-
What do you think of using NameCheap and GoDaddy?
-
question about web design specifics
Asteriks replied to chrissyyoung's topic in Beginners Web Design
You can easily reach all those goals using WordPress. It is the best website-building platform for now. It is simple, functional, and flexible. Even a non-programmer can learn to use it in like a week. There are so many widgets and plugins that you will be able to make almost anything work there. OFC is not as good as heavy and complicated websites written by big programmer companies. However, still, it is a great substitution. Also, you can always cooperate with guys like https://prosvit.design/wordpress-services/plugin-development/, and they will be happy to help you for some money. -
Why Python is used in Web development service?
MobioSolutions replied to ameliawenham56's topic in Python
Python is an excellent choice for web development service as it comes with inbuilt development framework, a huge community of developers and an incredible support ecosystem. Python is used in Web development service because Python is a powerful programming language with high level of abstraction and is suited for creating high-end production ready web applications. Python is fast and highly scalable programming language used for web development as it can be embedded in C++ and C applications to create rapid websites with dynamic features. Python is also used for developing APIs and services as it enables integration with third party API. -
There are some differences between html and xhtml. HTML is an acronym for Hypertext Markup Language. It is a document markup language that allows the author to present content in a structured manner, using codes like headings, paragraphs, lists, images, video and more. XHTML is an acronym for XML HTML. XML HTML is an extension of HTML that allows for greater structuring of the document with enhanced capabilities for coding and defining the document XHTML is for Extensible Hypertext Markup Language. It has considered as a part of the XML markup language this is because of XHTML have features of both XML and HTML. HTML is the Hypertext Markup Language which is the most widely used language on the internet. HTML has used to create web pages and link them from one to another. XHTML has developed to make HTML more extensible and adaptable to work with other data formats (such as XML). HTML is not a programming language, it is a markup language.
-
Python is becoming the world’s most popular coding language
MobioSolutions replied to LSW's topic in Python
Python is one of the languages that is noticing tremendous growth and popularity year by year. The language’s two major benefits are its clarity and flexibility. Its specific syntax and usage of indented areas create it easy to understand, read and share. With such a rapidly expanding user base and a vast array of capabilities, Python might appear predestined to evolve the lingua franca of coding, rendering all other competitors obsolete. Python has a solution for every field. It is the most adaptable language nowadays and has a promising destiny along. There is a long list of fields where Python is supposed to be the most appropriate programming language.- 4 replies
-
- popularity
- programing
-
(and 4 more)
Tagged with:
-
question about web design specifics
paulgktw_8177_mentor replied to chrissyyoung's topic in Beginners Web Design
If you use Youtube, then the videos will always be downloadable. -
I'm also a newbie here. I just signed up a few minutes ago. Glad to see you here. Welcome!
-
How to create multiple tables with different colors in html 5?
administrator replied to Nimesh's topic in Advanced Web Design
Use CSS. Stef -
Lexnnovation changed their profile photo
-
Hi, okay, I downloaded the source code and opened the file with IDLE and the output is the same:
-
I'll check it now. Thanks for the reply, Stef. I appreciate it.
-
Beginners Python 3 - Drawing with loops and conditionals – part 2
administrator replied to BigBoss's topic in Python
Did my version show white spaces? If so, have you downloaded the sources files (link on home page of the course) .. to compare the code? Stef -
Hey! The site is pretty cool, I love the whole tech vibes going on very futuristic I LOVE IT! There are a few things I notice that I believe can be slightly improved on. Spacing between section I noticed spacing between some sections was bigger than others, I think your website will gain more attention if each section was given its own spacing enough so that it the user can focus on just that section. For example your services and projects sections can use a little more spacing between them and your reviews and about me section could be closer together. Also the spacing from the sides of the page, I noticed how on the very top of the page there is some good spacing for the intro but when you continue on to the next section they are not aligned with the same spacing. If you align them it will give it more structure. Image Resolution Just image resolution to be a little higher if possible and if not maybe it can be you can use canvas and some javascript to add some tech animations on top. Font size consistency A rule of thumb you want to keep your font sizes consistent with the entire website. So if your h1 is a font side 20px and font weight of bold then keep that consistent unless you have an article section which in this case you can benefit from changing the font and using h1 to make the code understandable from the coding aspect. A little line-height spacing can help with readability.
-
Hi everyone! So I have been struggling just a bit to under stand SSH. I know SSH can be used to have a secure connection from one computer to another. But I don't know if Im really getting the concept of an SSH Key, generating them and storing them safely. More specifically I am attempting to work SSH with Github. Question Do I have to generate a new ssh key each time I want to ssh to a github repository? How can I make sure my ssh keys are secure?
-
I started following the beginners Python Course recently, and today I entered the code as you shown in the video, only the star that Python creates has no white spaces. I was wondering if there was something that I was doing wrong. I've included a screen shot of it. --- import turtle t = turtle.Pen() t.color('blue','green') t.begin_fill() count = 0 #draw a star for x in range(1,9): t.forward(300) t.left(225) cunt = count+1 print("Count is: " + str(count)) #stop drawing after 8 loops if count > 7 and count < 9: #if count > 7: print("The star pattern is complete!") #break t.end_fill() print("A star is born!")
-
Hetashi changed their profile photo
-
Downloading xml file from atom / rss feeds using CURL
FreeBenzine replied to FreeBenzine's topic in PHP
Seems nobody replies in this site -
zaxzax changed their profile photo
-
Hi, I am trying to download xml file from URLs containing feeds using CURL using the following code. The code downloads the xml file for LINK1 (below, for RSS feeds). The code downloads a HTML file (instead of xml) for LINK2 (below, for Atom feeds). If I open LINK2 in a browser I can save it as a xml file. I do not understand why the code cannot download the xml file for LINK2. Any help will be highly appreciated. //$url = 'https://rss.sciencedirect.com/publication/science/00221694'; //LINK1 $url = 'https://onlinelibrary.wiley.com/feed/25780727/most-recent'; //LINK2 $curl = curl_init($url); curl_setopt($curl, CURLOPT_URL, $url); curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); curl_setopt($curl,CURLOPT_USERAGENT,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.13) Gecko/20080311 Firefox/2.0.0.13'); curl_setopt($curl, CURLOPT_SSL_VERIFYHOST, false); curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, false); $resp = curl_exec($curl); curl_close($curl); $myfile = fopen('x.xml', "w") or die("Unable to open file!"); fwrite($myfile, $resp); fclose($myfile);