Jump to content
xisto Community

gulshan212

Members
  • Content Count

    14
  • Joined

  • Last visited

About gulshan212

  • Rank
    Newbie [Level 1]
  • Birthday 06/10/1996

Contact Methods

  • Website URL
    https://www.techgeekbuzz.com/

Profile Information

  • Gender
    Male
  • Location
    Uttarakhand
  • Interests
    Playing Cricket & Volleyball

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. My concern is what criteria and features should a comprehensive and effective sales platform encompass to enhance the overall sales process for a diverse range of products or services? Consider aspects such as a user-friendly interface, integration capabilities with other tools, analytics and reporting functionalities, customization options, scalability, and innovative features that can improve sales efficiency and customer satisfaction. For example I came across this platform https://zaplify.com/ where you can find such kind of help in detail, can anyone provide insights based on your experience or knowledge of contemporary sales platforms, highlighting key considerations for businesses aiming to optimize their sales operations through an advanced and reliable platform. Thanks
  2. Questrion is too much old but still keeps lots of value for many. Well, there are lots of platforms where you can get detailed and updated information about SEO. Some best sources are Moz, Ahrefs, YouTube and SemRush blogs. Thanks
  3. Thanks a lot for your kind response, well recently I am taking Python crash course training. Thanks
  4. Hello this is Gulshan Negi Well, the Metaverse is another innovation with limitless potential and is as of now in its beginning phases of improvement. The Metaverse has the potential to transform a variety of industries, including real estate, although the initial focus has been on play-to-earn NFT gaming marketplaces. In the Metaverse, virtual land can be bought, sold, rented, and developed. It provides investors with new investment opportunities, and businesses can use it for creative customer engagement and marketing. Metaverse technologies for design and development can also be beneficial to the real estate sector. The Metaverse has a lot of potential, and it is expected to significantly alter how we interact with one another, digital assets, and the world around us. Thanks
  5. First of all thanks a lot for your kind response. There is a syntax error showing in line no 80. Thanks again.
  6. Hello this is Gulshan Negi Well, I am writing a program for making Hangman Game in Python but it shows some error at the time of its execution. Here is my source code: import random import time import os def play_again(): question = 'Do You want to play again? y = yes, n = no \n' play_game = input(question) while play_game.lower() not in ['y', 'n']: play_game = input(question) if play_game.lower() == 'y': return True else: return False def hangman(word): display = '_' * len(word) count = 0 limit = 5 letters = list(word) guessed = [] while count < limit: guess = input(f'Hangman Word: {display} Enter your guess: \n').strip() while len(guess) == 0 or len(guess) > 1: print('Invalid input. Enter a single letter\n') guess = input( f'Hangman Word: {display} Enter your guess: \n').strip() if guess in guessed: print('Oops! You already tried that guess, try again!\n') continue if guess in letters: letters.remove(guess) index = word.find(guess) display = display[:index] + guess + display[index + 1:] else: guessed.append(guess) count += 1 if count == 1: time.sleep(1) print(' _____ \n' ' | \n' ' | \n' ' | \n' ' | \n' ' | \n' ' | \n' '__|__\n') print(f'Wrong guess: {limit - count} guesses remaining\n') elif count == 2: time.sleep(1) print(' _____ \n' ' | | \n' ' | | \n' ' | \n' ' | \n' ' | \n' ' | \n' '__|__\n') print(f'Wrong guess: {limit - count} guesses remaining\n') elif count == 3: time.sleep(1) print(' _____ \n' ' | | \n' ' | | \n' ' | | \n' ' | \n' ' | \n' ' | \n' '__|__\n') print(f'Wrong guess: {limit - count} guesses remaining\n') elif count == 4: time.sleep(1) print(' _____ \n' ' | | \n' ' | | \n' ' | | \n' ' | O \n' ' | \n' ' | \n' '__|__\n') print(f'Wrong guess: {limit - count} guesses remaining\n') elif count == 5: time.sleep(1) print(' _____ \n' ' | | \n' ' | | \n' ' | | \n' ' | O \n' ' | /|\ \n' ' | / \ \n' '__|__\n') print('Wrong guess. You\'ve been hanged!!!\n') print(f'The word was: {word}') if display == word: print(f'Congrats! You have guessed the word \'{word}\' correctly!') break def play_hangman(): print('\nWelcome to Hangman\n') name = input('Enter your name: ') print(f'Hello {name}! Best of Luck!') time.sleep(1) print('The game is about to start!\nLet\'s play Hangman!') time.sleep(1) os.system('cls' if os.name == 'nt' else 'clear') words_to_guess = [ 'january', 'border', 'image', 'film', 'promise', 'kids', 'lungs', 'doll', 'rhyme', 'damage', 'plants', 'hello', 'world' ] play = True: while play: word = random.choice(words_to_guess) hangman(word) play = play_again() print('Thanks For Playing! We expect you back again!') exit() if __name__ == '__main__': play_hangman() I also checked and took a reference from here (https://hackr.io/blog/python-projects). Can anyone give their suggestions on this? Thanks
  7. Hello this is Gulshan Negi I am a software developer. I have a query that what are some of the best Python courses available online for experienced software developers who want to become experts in Python? As someone with a solid understanding of Python, I am looking for a course that covers advanced topics like data science, machine learning, and web development in-depth, as well as explores new areas like artificial intelligence and deep learning. Additionally, I would prefer a course that is taught by industry experts with a track record of success and has received positive reviews and ratings from previous students. Thank you for your time. Thanks
  8. Thanks a lot for sharing your views and take interest on this. Thanks again.
  9. Hello this is Gulshan Negi Thanks for sharing this information with us. In my opinion online scientific calculators offer numerous benefits, including accessibility, convenience, cost-effectiveness, a wide range of features, user-friendliness, accuracy, and up-to-date technology. With their ability to perform complex calculations quickly and accurately, online scientific calculators are an essential tool for students, researchers, and professionals alike. Whether you need to solve equations, plot graphs, or perform statistical analysis, an online scientific calculator can provide a reliable and efficient solution that is easily accessible from anywhere with an internet connection. Thanks
  10. Hello this is Gulshan Negi I am a software developer. I've recently started learning SQL, and I'm currently reading SQL for Dummies and The Art of SQL book to learn SQL. Should I take any SQL courses to enhance my skills, Is taking course really help worth it? If yes, then which courses should I take? I need some suggestions on this. Thanks
  11. Hello this is Gulshan Negi Well, there are numbers of Online Linux Terminals availble over the internet you can choose any one of them and can start working. I will recommend you to use Webminal & JS/UIX as I work with both of them. You can use any one to access a Linux environment from your browser without installing anything on your local machine. Thanks
  12. Hello this is Gulshan Negi Well, if you are looking for best python courses then I will recommend you to join online course at Udemy and Coursera. Well, at Udemy you can join Automate the Boring Stuff with Python Programming by Al Sweigart course and at Coursera you can join Introduction to Python Programming by Georgia Institute of Technology course. I am sure it will defintely help you in learning python. Thanks
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.