Posts

Showing posts from April, 2019

An update regarding PyCon 2019 sponsor DataCamp

The PyCon staff is saddened to hear that one of our sponsors, DataCamp, had an incident where one of their employees was sexually harassed. We were also distressed to find it was unclear if Datacamp had addressed this incident with the seriousness it requires. PyCon and the Python Software Foundation take this issue seriously and we want to emphasize---for Datacamp and everyone---that such behavior is not tolerated at PyCon or any Python Software Foundation affiliated event. The Python community must hold itself to a higher standard. We would like to reemphasize our values of inclusiveness and a willingness to act on behalf of the vulnerable members of our community as written in the Python Software Foundation code of conduct , and our guidelines, as written up in the PyCon code of conduct . The Python Software Foundation Board, Python Software Foundation Executive Director, and myself have taken time to discuss the situation taking into account the concerns of our community, public d...

Welcome Capital One: Python Software Foundation Principal Sponsor

Image
A big welcome and thank you to Capital One for joining the PSF as a Principal sponsor! Capital One is also a PyCon 2019 Principal sponsor and is excited to share a few things with attendees, including a deeper look at their intelligent virtual assistant, Eno. Eno’s NLP models were built in-house with Python. Eno is a key component of the customer experience at Capital One, proactively looking out for customers and their money. Eno notifies customers about unusual transactions or duplicate charges, helping to spot fraud in its tracks. It also sends bill reminders and makes paying your bill as easy as sending a text or emoji; plus, its new virtual card capabilities let customers shop online without using their real credit card number. The benefits they’ve seen by developing Eno with Python are numerous: fast time to market, the ability to prototype and iterate quickly, ease of integration with machine learning frameworks, and extensive support for everything we need (like Kafka and Redis...

Top 10 android secret menu-android secret codes: Tech Blogspot

Image
Hello, everyone welcome! to my  BLOG  today I am here with a brand new topic about " Top 10 android secret menu  ". Here is the list of  Top 10 android secret menu which works on almost any android phone. 1. Open Your Android Phone Mobile in General Test Mode Allows to testing Red, Green, Blue & Black color of your android phone Allows testing  receiver, vibration, dimming of your android phone Allows testing  Mega Cam(Front Camera), Sensor(Eg: accelerometer, proximity, etc), Touch features of your android phone Allows testing  sleep feature, the speaker is working or not & subkey is working or not of your android phone Allows testing Front Camera , Low Frequency, HALL IC To take your android phone to General Test Mode  Dial: *#0*# from your Dialler Note: If mobile got hang during Testing then do not be panic press back button twice or power off or restart your android phone because this is testing so, I assure you that...
Image
Introducing our 2019 Keystone Sponsor: Microsoft! Our top sponsors — companies who step forward to make the biggest investment in PyCon and its community — not only use Python for their own development but also offer Python as a crucial tool for their own customers. That is certainly true of PyCon’s Keystone Sponsor this year. I recently caught up with the Python Team at Microsoft to talk about how they're using Python and was excited to hear what they had to say. Q: Is your organization using Python in any surprising ways? Yes, and in many surprising ways! To mention just three examples: We have large swaths of data scientists whose jobs rely around Jupyter Notebooks. This includes our security analysis team , which is constantly working to identify new security threats and protecting literally billions of users of Windows, Office, and our cloud services for consumers and businesses—every day. Python is an important part of the CI/CD pipelines that are executed thousands of times ...

PyCon 2019 close to sell out!

Image
We are all very excited that, once again, PyCon will sell out.  Time is running out so act fast if you are planning to attend, there are 60 tickets left as of April 12th at 11:00am central time. Time is moving fast! Things to remember: Hotels: PyCon Hotel Blocks are sold out, we suggest using online hotel booking sites to search for the best options near the Huntington Convention Center Hotel changes and cancellations should be made by contacting the hotels directly.   Hotel cancellations should be made directly with the individual properties 48 hours prior to arrival to avoid a one night cancellation charge Dietary Restrictions: If you indicated 'dietary allergy' when registering and have not provided specifics, please email pycon-reg@python.org with your dietary restrictions. Registration Cancellation Deadline: April 19th is the final date to submit an email requesting a conference registration cancellation for the $50.00 ($25.00 for students) cancellation fee. April...

xampp apache shutdown unexpectedly|xampp apache not starting: Tech Blogspot

Image
Are you getting XAMPP apache shutdown unexpectedly Error while running Apache server ? . This error  XAMPP apache shutdown unexpectedly Error occurs because by default apache server runs on port 80, so we have to change this to any port for eg 8080. to solve this error. Please follow the steps to solve XAMPP apache shutdown unexpectedly Error: Step 1. Start Xampp control panel , click on config an open Apache(httpd.conf) in any note editor just like I am using Notepad ++. 2. Find Listen:80 &  ServerName localhost:80  3. Change   Listen:80 to Listen:8080 &    ServerName localhost:80 to  ServerName localhost:8080 4. you can give any port name Eg: 8181, 8787, etc I hope this post helped you to solve xampp apache shutdown unexpectedly Error. If you have any other method then please feel free to leave your comment. Thank you

How to Change MySql root password|change mysql root password windows: Tech Blogspot

Image
#Change MySQL root password windows: Looking for ways to  Change MySql root password from XAMPP or WAMP? This post will explain to you about how to change MySql root password using XAMPP software on Windows Operating System. Note: * Process is same for WAMP & LAMP Software as well only User Interface may vary according to your Operating System .  By default when you install WAMP or Xampp Server then the username will be "root" and password will be empty by default. So, I am going to answer the question " How to change the MySql root password ". To change the MySql root password , please follow the following steps: 1. At First Open  XAMPP ( I am using this server) or WAMP   and start Apache and MySql Server. 2. Then Open any web browse r( Chrome, Firefox, Opera, etc)  type  localhost/phpmyadmin  in the address bar,press enter and give your username and password . Note: By default Username: root & Password: { empty } For me Url...

keyboard Shortcuts Windows 10|windows 10 shortcut keys list:Tech Blogspot

Image
keyboard Shortcuts Windows 10 Hello everyone welcomes to my BLOG , I am here with the brand new topic called " keyboard Shortcuts Windows 10 ". Here I have made windows 10 shortcut keys list from the research over the internet & doing my self as an experiment. Shortcut Keys for windows make us do work quickly. so, here is windows 10 shortcut keys list. ⊞(Windows Key) + R => Open Run Window ⊞(Windows Key) + E => Open Explorer ALT + TAB  => Switch between programs ALT + Spacebar => quick menu to close, minimize, maximize , etc program CTRL +SHIFT + ESC =>Open Task Manage r ⊞(Windows Key) + F=> Open File Menu ⊞(Windows Key) => Open or close Start Menu ⊞(Windows Key) + A=> shows notification center windows ⊞(Windows Key) + L => Lock Computer ⊞(Windows Key) + D  =>Display Desktop ⊞(Windows Key) + I => Open Setttings window ⊞(Windows Key) + P => Open Project window ⊞(Windows Key) + K => Shortcut Context Pop up windows ⊞(Win...