Namste Python

Namste Python

Share

Contact information, map and directions, contact form, opening hours, services, ratings, photos, videos and announcements from Namste Python, Bangalore.

Forecast Weather using Python By Ayushi Rawat 11/06/2021

Weather is the mix of events that happen each day in our atmosphere and is different in different parts of the world and changes over minutes, hours, days, and weeks.

wttr.in is a console-oriented weather forecast service that supports various information representation methods like terminal-oriented ANSI-sequences for console HTTP clients, HTML for web browsers, or PNG for graphical viewers.

wttr.in uses wego for visualization and various data sources for weather forecast information.

Module Used: requests Module
Requests is a simple, yet elegant HTTP library. It allows you to send HTTP/1.1 requests extremely easily. Requests officially support Python 2.7 & 3.5+.

YouTube video link: https://www.youtube.com/watch?v=jAVVtOzQ5ww
Do subscribe to my channel for more such content.

Get Source code: https://github.com/ayushi7rawat/Youtube-Projects/tree/master/Weather%20Forecast

Blog link: https://ayushirawat.com/forecast-weather-using-python

Forecast Weather using Python By Ayushi Rawat Weather is mix of events that happen each day in our atmosphere. In this blog, we will learn how to forecast weather details in Python in 5 lines of code.

Top 5 Podcasts for Python | Best Podcasts | Ayushi Rawat 16/05/2021

People are turning to podcasts to gain insights into new topics and conversations.
Do you listen to podcasts? Well, you should as they keep you informed on the latest programming news.

In this Top 5 series, I am going to tell you the top 5 Podcasts for python. Which one is your favorite Podcast? Share in comments below.

YouTube Video: https://lnkd.in/dfNK6p9

Blog link: https://lnkd.in/dPyV-rk

I create content about Career, Blogging, Programming, and Productivity, If this is something that interests you, please share the article with your friends and connections.

Do Subscribe to my YouTube Channel for more such awesome content!

Top 5 Podcasts for Python | Best Podcasts | Ayushi Rawat More and more people are turning to podcasts to gain insights into new topics and conversations. Podcasts keep you informed on the latest programming news. S...

What is Competitive Programming | Beginners Guide | Ayushi Rawat 11/05/2021

What is Competitive Programming?

As the name suggests, it's a competition of coding where you have to solve a question using your logic based on maths, algorithm, and data structure. You break the problem into small chunks and come up with a solution after analyzing the problem from different angles to minimize the time and space complexity.

Hello folks 👋
Watch the video to know more!!

For the ones who are new to my channel, I upload videos every week on Tuesday and Friday.
If possible, sometimes I also post a bonus video on weekends.

What is Competitive Programming | Beginners Guide | Ayushi Rawat How to start Competitive Programming? As the name suggests, it's a competition of coding where you have to solve a question using your logic based on maths, ...

Top 5 IDE's for Python | Best IDE | Ayushi Rawat 07/05/2021

Are you learning Python? Are you looking for a good IDE? Choosing the best IDE can be very confusing and time-consuming but with the right information, I will make the choice easy for you.

An integrated development environment (IDE) is software for building applications that combines common developer tools into a single graphical user interface (GUI).

Video link: https://www.youtube.com/watch?v=OMpENyXDKuM

Find all the code at my GitHub Repo: https://github.com/ayushi7rawat
Drop a star if you find it useful!

I create content about Career, Blogging, Programming, and Productivity, If this is something that interests you, do Subscribe to my YouTube Channel for more such awesome content!

Blog link: https://ayushirawat.com/best-ides-for-python

Top 5 IDE's for Python | Best IDE | Ayushi Rawat Are you learning Python? Are you looking for a good IDE? Choosing the best IDE can be very confusing and time-consuming but with the right information, I wil...

How to Perform Google Search using Python | Pywhatkit | Ayushi Rawat 04/05/2021

We perform a google search in our day-to-day life. Have you ever wondered that you can implement the same using a programming language. I tried doing it with Python using PyWhatKit.

PyWhatKit is a Python library with various helpful features. It is an easy-to-use library that does not require you to do some additional setup.

You can also refer to the YouTube video tutorial for better understanding: https://lnkd.in/dff9P3C

I create content about Career, Blogging, Programming, and Productivity, If this is something that interests you, do Subscribe to my YouTube Channel for more such awesome content!

Find all the Code at my GitHub Repo: https://lnkd.in/dkY7q2n
Drop a star if you find it useful!

Blog link: https://ayushirawat.com/how-to-perform-google-search-using-python

How to Perform Google Search using Python | Pywhatkit | Ayushi Rawat SOURCE CODE DETAILS:🔥 Code Repository ● https://github.com/ayushi7rawat/Youtube-Projects/tree/master/Perform%20Google%20search🔥 Repository for Ultimate Res...

26/04/2021

I recently conducted a poll asking you-all about which video you wish to see in my top 5 video series on various platforms like LinkedIn, Twitter, my Telegram Channel etc.📈📊

I have received close to 1500 responses in a single day and according to the poll, Top 5 python books and language to learn in 2021 had highest poll count. After compilation, I decided to make a video for each poll object.👨‍💻

The first video of the series will be coming out at 10am today.💯

If you have any videos suggestions for my Top 5 video series. Drop your comments.👇
Stay tuned for more ❤️

Ayushi Rawat - YouTube 25/04/2021

I am a self taught developer, I share my personal experience and knowledge as I learn and grow.

I make educational videos on Career, Blogging, Productivity and Programming. If this type of content interests you, do consider subscribing to my YouTube Channel.

I aim to continue to do my bit to contribute to shape the Developer Community a better place for fellow developers. Let's learn and grow together.👇
Do support me: https://lnkd.in/dtGmB7q

I have crossed 4k subscribers at my YouTube Channel today. Thank you! It wouldn't have been possible without your support! ❤️

Happy Coding!

Ayushi Rawat - YouTube Hi, I am a Software Developer and a YouTuber who likes to write Technical Blogs and contribute to Open Source.The Channel content will be mostly about Techni...

Internet Speed Test using Python 23/04/2021

Running a speed test can be very useful to verify the current state of an internet connection. How about testing the internet speed using Python from your machine!

GitHub Repo: https://lnkd.in/dyDhtju
Drop a star if you find it useful

Blog link: https://lnkd.in/dAndcjr

Internet Speed Test using Python Running speed test can be very useful to verify the current state of an internet connection. How about testing internet speed using Python from your machine

22/04/2021

print('Your good health is your biggest asset. Invest in yourself!')

Case Style in Programming: Snake case, Camel Case, Pascal case & Kebab case 13/04/2021

If you are a programmer, chances are that you daily come across scenarios where you have to follow certain naming conventions. It's considered a good practice to know which case style to use in which scenario.

In programming, Case Style is the most common way to combine words into a single string.

You can also refer to the YouTube video tutorial for better understanding: https://lnkd.in/gJQ5qXC
Do subscribe to my channel!

GitHub Repo: https://lnkd.in/g8_G3_a
Drop a star if you find it useful

Blog link: https://lnkd.in/gptU49b

Case Style in Programming: Snake case, Camel Case, Pascal case & Kebab case SOURCE CODE DETAILS:🔥 Code Repository ● https://github.com/ayushi7rawat/Youtube-Projects/tree/master/Case%20style%20in%20programming🔥 Repository for Ultima...

Want your school to be the top-listed School/college in Bangalore?

Click here to claim your Sponsored Listing.

Location

Address


Bangalore
560002