Posts

Recap of PyCon 2020 Converting to Online

In early March the final steps of planning, scheduling, ordering, counts, rooming lists, shipping, and signage had just begun for PyCon 2020. Our team was working diligently to pull all the final pieces together when we began to fully realize the impact that could be expected of COVID-19. The new words in planning quickly became stop, wait, change…..what? We went from finalizing the event to evaluating contracts to determining  cancellation options and potential losses. When the final decision to cancel was announced, PyCon 2020 was only weeks away. We now had a short time to figure out what could be done to provide PyCon in a new and different way, online. The planning took on a 3 step process, here is what we did: Assessment The first step was to decide what content we could provide and to invite the community to subscribe to PyCon 2020 Online. A timeline was developed based on volunteer input, and communications began with speakers, presenters and sponsors on what the plan...

A message from Google to the Python community

Google is proud to support PyCon and the Python community Even though we're spread out amongst our respective countries, cities and homes, the Python community is stronger than ever, and Google is proud to be a part of it. Google's support of the PSF is an investment in the continued existence of Python and it's ecosystem for the long-term. We wish we could all be together in Pittsburgh—but for now, we hope you enjoy the content we've created for an online PyCon in the virtual expo hall , including talks, tutorials, and workshops, and we hope to see you next year!

Sailing Past PyCon 2020 - Thoughts on Code and Community

Image
Capital One has been an invaluable and generous supporter of the PSF and PyCon since 2015 and a Principal Sponsor for the last two years. They've stepped forward and made a big investment in PyCon and its community. We chatted recently with Steven Lott, Lead Software Engineer, about what it was like for a big company like Capital One to migrate to Python 3. Here is what he had to say. ======================= I’ve spent some time racing sailboats, and the need to react to weather, current, and other boats is how you keep yourself moving down the course at top speed. Open source software is a similar challenge. The state of a tech-based industry shifts as quickly as the wind on a rainy day. The Python community is filled with people transforming good ideas to projects on the Python Package Index. Each time our engineers and data scientists adopt the best ideas, we’re now racing along on a new tack toward our mark. Capital One has been open source first for several years now, and our...

Useful Wordpress Wocommerce Shortcodes List

Image
  Looking for Wocommerce Shortcodes List for Wordpress ? Wocommerce Shortcodes helps you to add different types of functionality to your post, pages, widget, sidebar, etc without writing tons of lines of code in Wordpress . Here is the list of Wocommerce Shortcodes that may be useful and save your time. 1.Wocommerce Shortcode for Page:  Wocommerce page shortcode lets you add the default page provided by Wocommerce. You can add this code directly to your page of WordPress. [woocommerce_cart] => Display Cart Page [woocommerce_checkout] =>Display Checkout Page [woocommerce_order_tracking] => Display Order Tracking page [woocommerce_my_account] => Display My Account page 2. Wocommerce Shortcode for Products: Wocommerce product shortcode lets you display products on the basis of Id, Category, Slug, Recent Products, Featured Products, Sale Products, Best Selling Products, Top Rated Products, Related Products, etc a. Display Multiple Product Shortcode on the basis of Id...

Microsoft’s Python team loves PyCon, including this year’s online version!

Microsoft returned as our top PyCon 2020 sponsor (for the 3rd year) and stepped forward to make another big investment in PyCon and its community. Microsoft not only uses Python for their own development but also offers Python as a crucial tool to empower everyone to achieve more. I recently caught up with Dan Taylor and team to talk about how Microsoft is using Python and was excited to hear what they had to say. PSF: What is the most valuable thing about sponsoring PyCon to your team? Dan: PyCon is something we look forward to every single year. Our Python team at Microsoft loves to show our support for the Python community—and we love to give teams across Microsoft the chance to learn more about the Python community and bring that deep understanding back to the work we do, building tools and services for Python users. PyCon is the largest Python conference in the world and the Python community is especially vibrant, diverse, and inclusive. We love that we can help make PyCon hap...

PyLadies Auction 2020 Cancelled

Image
With the in person cancellation of PyCon US 2020, the PyLadies Auction as we know, could not possibly have happened. Upon further investigation, we are deeply sad to announce we have decided to forgo the PyLadies Auction in its entirety for 2020. This decision has been a difficult one. We began the PyLadies Auction at  PyCon US 2013 in Santa Clara and have held it annually since. To not be able to celebrate PyLadies in our annual tradition together is a deep loss. 2019 PyLadies Auction Why isn’t the PyLadies Auction going virtual? We considered running a virtual auction. However the mechanisms required to run a virtual auction have proven to be limited and not up to the quality that we expect for the PyLadies Auction. Additionally, we did not want to ask donors, or volunteers to violate social distancing practices by visiting a post office or other location for item shipments. In short, we want people to continue to flatten the curve by staying home and tending to themselves and th...

How to add Wordpress social media widget without plugin

Image
add Wordpress social media widget without plugin Do you want to  add Social Media Widget to Wordpress without using a plugin? This post will explain to you how to   add Wordpress social media widget without plugin  without using any plugin so let's get started. Follow the following steps to add a Wordpress social media widget without a plugin. Step 1. To add a social media widget  to your WordPress website you need to add CDN to load Icons like I suggest Fontawesome CND which is free to use. a. Add the below code inside your <Head>...........</head> section of your theme manually or you can use any Plugins to add code inside Header. <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"/> b. Search icon and get the HTML code from the Fontawesome website. The link is given below.      https://fontawesome.com/icons?d=gallery&m=free Step 2: Then, add the Text widget to your widge...