Tumgik
#python program
interesting-factz · 23 days
Text
Python installed successfully 🐍😎
Tumblr media
18K notes · View notes
rahul-tech · 3 months
Text
Streamlining Social Integration: Harnessing the Power of 'pip install facebook-sdk' in Python Development
[et_pb_section fb_built=”1″ theme_builder_area=”post_content” _builder_version=”4.24.2″ _module_preset=”default”][et_pb_row _builder_version=”4.21.0″ _module_preset=”default” width=”96%” global_colors_info=”{}” theme_builder_area=”post_content”][et_pb_column type=”4_4″ _builder_version=”4.21.0″ _module_preset=”default” global_colors_info=”{}” theme_builder_area=”post_content”][et_pb_text…
Tumblr media
View On WordPress
0 notes
Text
This comprehensive guide covers an extensive resource that equips readers with the essential knowledge and skills needed to excel in the field of data science using the Python programming language. Continue reading...
1 note · View note
frozenemus · 10 months
Text
Thank god my therapist doesn't know anything about programming because she'd insist I harbor some manner of deep-seated hatred for myself since I keep fucking trying to program a GUI in python
1 note · View note
Text
python check the percentage of one single dimension array’s matches against another
def percentage_match(arr1, arr2): ret_pct = 0 num_matches = 0 small_arr = arr1 large_arr = arr2 if len(arr2) > len(arr1): small_arr = arr1 large_arr = arr2 elif len(arr1) > len(arr2): small_arr = arr2 large_arr = arr1 for c_a in small_arr: for c_b in large_arr: if c_b == c_a: num_matches += 1 ret_pct = (num_matches / len(large_arr))*100 return ret_pct
example usage:
arr_b = ["a","b","c","d","e","f","g","h","i"] arr_a = ["b","c","f","z"] print("m:", percentage_match(arr_b, arr_a)) # returns 0.0 to 100.0
0 notes
codesorcerer · 1 year
Text
Encyclopedia With Voice Assistant in Python
Encyclopedia With Voice Assistant in Python
In this post we show you how you can make Encyclopedia Program with voice assistant using Python only.Try to implement it and make more useful. Encyclopedia Program source code #For search on best encyclopedia app import wikipedia #For voice assistant import pyttsx3 #Heading of the program print("\t\t\tEncyclopedia") print("\t\tEnter the name of anything which you want to know.\n") #Take your…
Tumblr media
View On WordPress
0 notes
ihubtalent · 1 year
Text
Python programming Quiz Time...!
What are the values of the following python expressions?
Explore Our Job Oriented Intensive Program by iHub Talent (Get Certified. Transform your Career!)
Telegram: https://t.me/ihub_talent
Register for the course -> https://www.ihubtalent.com/register-now/
Tumblr media
0 notes
sondercrow · 11 months
Text
So python is apparently unable to handle if-statement with more than 2996 elif’s, which is fair, however, it’s really limiting my implentation of an is_even function
Tumblr media
Any ideas on how I can work around this?
4K notes · View notes
computerguru-blogs · 2 years
Text
Looping statements in python(with example) ?
Introduction to for loop in python :
  In Python, for loops are frequently used to repeat over iterable items like list, tuples, or strings. Crossing is the method involved with rehashing across a series. Assuming we have a segment of code that we need to rehash a specific number of times, we utilize for loops. A for-loops is commonly utilized in an iterable item, for example, a rundown or underlying reach capability. Read more
1 note · View note
codingquill · 9 months
Text
Essentials You Need to Become a Web Developer
HTML, CSS, and JavaScript Mastery
Text Editor/Integrated Development Environment (IDE): Popular choices include Visual Studio Code, Sublime Text.
Version Control/Git: Platforms like GitHub, GitLab, and Bitbucket allow you to track changes, collaborate with others, and contribute to open-source projects.
Responsive Web Design Skills: Learn CSS frameworks like Bootstrap or Flexbox and master media queries
Understanding of Web Browsers: Familiarize yourself with browser developer tools for debugging and testing your code.
Front-End Frameworks: for example : React, Angular, or Vue.js are powerful tools for building dynamic and interactive web applications.
Back-End Development Skills: Understanding server-side programming languages (e.g., Node.js, Python, Ruby , php) and databases (e.g., MySQL, MongoDB)
Web Hosting and Deployment Knowledge: Platforms like Heroku, Vercel , Netlify, or AWS can help simplify this process.
Basic DevOps and CI/CD Understanding
Soft Skills and Problem-Solving: Effective communication, teamwork, and problem-solving skills
Confidence in Yourself: Confidence is a powerful asset. Believe in your abilities, and don't be afraid to take on challenging projects. The more you trust yourself, the more you'll be able to tackle complex coding tasks and overcome obstacles with determination.
1K notes · View notes
deltatechnology · 2 years
Photo
Tumblr media
Job Training & Placement Course Interested one call us or message us . Call Us or WhatsApp Us : +91- 9818091065 100% Job Placement Live Project Training
1 note · View note
rahul-tech · 3 months
Text
Some Examples on Pandas astype() Function in Python
[et_pb_section fb_built=”1″ _builder_version=”4.24.2″ _module_preset=”default” global_colors_info=”{}”][et_pb_row _builder_version=”4.21.0″ _module_preset=”default” width=”96%” collapsed=”on” global_colors_info=”{}”][et_pb_column type=”4_4″ _builder_version=”4.21.0″ _module_preset=”default” global_colors_info=”{}”][et_pb_text _builder_version=”4.24.2″ _module_preset=”default”…
Tumblr media
View On WordPress
0 notes
hayacode · 1 year
Text
I come across a great site to learn coding, I don’t see a lot of people talking about it tho. (There is an app too!)
This site has python 101 for free (and many another, tho course from 102 and up aren’t free)
Tumblr media
Its has a cute design and great at explaining the small details that some teachers don’t explain ✨
Tumblr media
There is also many exercises in each chapter of the lessons.
You can check more about it from there official site ✨
Happy coding you all 🫶🏻
2K notes · View notes
zooplekochi · 6 months
Text
Tumblr media
They call it "Cost optimization to navigate crises"
639 notes · View notes
punstars · 7 months
Text
Tumblr media
1K notes · View notes
ace3899 · 1 year
Text
Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media
Programming as an Aesthetic.
1K notes · View notes